Fix copyright lines
[folly.git] / folly / gen / Core.h
index 731095eca425cd74ba2d00e6f1198bab5743a495..b0bebd4fa7c5e61f7f1e5710e28af73874261fe1 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.
@@ -37,8 +37,8 @@ class Composed;
 template <class Value, class First, class Second>
 class Chain;
 
-} // detail
-} // gen
-} // folly
+} // namespace detail
+} // namespace gen
+} // namespace folly
 
 #include <folly/gen/Core-inl.h>