Fix copyright lines
[folly.git] / folly / portability / Unistd.h
index b4cd106a98ff31df31414fe579811408047cc3dd..0fb14d376c19943e4a4201d01840ef663e9e518e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 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.
@@ -24,7 +24,7 @@
 
 #include <cstdint>
 
-#include <sys/locking.h>
+#include <sys/locking.h> // @manual
 
 #include <folly/portability/SysTypes.h>