cmake: fix path to FindGLog.cmake
[folly.git] / folly / MoveWrapper.h
index 3f8cf0308b377ad97c2944c7b9ab57c26eadebff..c2712d021f61c2c4b68566c443709b5e723b514c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2013-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.
@@ -74,4 +74,4 @@ MoveWrapper<T0> makeMoveWrapper(T&& t) {
   return MoveWrapper<T0>(std::forward<T0>(t));
 }
 
-} // namespace
+} // namespace folly