Fix copyright lines
[folly.git] / folly / fibers / BatchDispatcher.h
index dd2149cb1c893e8fde6417e33340c27f8fb5789b..6cabc200faa721f5ccd5f8f14e343db7a8d92630 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.
@@ -135,5 +135,5 @@ class BatchDispatcher {
   ExecutorT& executor_;
   std::shared_ptr<DispatchState> state_;
 };
-}
-}
+} // namespace fibers
+} // namespace folly