Fix copyright lines
[folly.git] / folly / experimental / observer / Observer.h
index 192293e5c0389e9c4b58287bad098e266644a98f..9264cbc13c117bfdc28a363d871421452292e9ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2016-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.
@@ -201,7 +201,7 @@ struct ObserverTraits<T, true> {
 
 template <typename T, bool CacheInThreadLocal>
 using ObserverT = typename ObserverTraits<T, CacheInThreadLocal>::type;
-}
-}
+} // namespace observer
+} // namespace folly
 
 #include <folly/experimental/observer/Observer-inl.h>