Fix copyright lines
[folly.git] / folly / futures / Barrier.cpp
index 2bd5a883b291423402d597008574e8ed8215558b..1a50d56ec10dca40fb7bc3e0351bc070452f9d38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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