Fix copyright lines
[folly.git] / folly / portability / Config.h
index 42119fccf5f5d88468a7df784b3b613c45455226..9aec00d23051c8097884a5ed33930e92b6c94d88 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 #endif
 
 #if FOLLY_HAVE_FEATURES_H
-#include <features.h>
+#include <features.h> // @manual
 #endif
 
 #ifdef __ANDROID__
-#include <android/api-level.h>
+#include <android/api-level.h> // @manual
 #endif
 
 #ifdef __APPLE__
-#include <Availability.h>
+#include <Availability.h> // @manual
 #endif