Fix copyright lines
[folly.git] / folly / fibers / ForEach.h
index 7482716d63e67b365a7f983173f8f7641986b57b..241e2e9a84f0606caacc44af10de99bdb4d8cebb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2014-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.
@@ -38,7 +38,7 @@ namespace fibers {
  */
 template <class InputIterator, class F>
 inline void forEach(InputIterator first, InputIterator last, F&& f);
-}
-} // folly::fibers
+} // namespace fibers
+} // namespace folly
 
 #include <folly/fibers/ForEach-inl.h>