Fix copyright lines
[folly.git] / folly / futures / Barrier.cpp
index 62d1113ea1ae1e084bae1e6638658e0f9450acb6..1a50d56ec10dca40fb7bc3e0351bc070452f9d38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2015-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.
@@ -105,4 +105,5 @@ folly::Future<bool> Barrier::wait() {
   return future;
 }
 
-}}  // namespaces
+} // namespace futures
+} // namespace folly