Fix oss build
[folly.git] / folly / MoveWrapper.h
index 853f50ef4255700b20ecc51b779728f7162e1e66..7d208e2653d26e9366bccd11a136ccf689c6cb8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2017 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