Fix copyright lines
[folly.git] / folly / fibers / EventBaseLoopController.h
index 329997d238dd7b90f005344c9b3623e262e7fdc1..124b342679ad8f1718b3c95836fd1907bb669b3f 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.
@@ -107,8 +107,7 @@ class EventBaseLoopController : public LoopController {
 
   friend class FiberManager;
 };
-
-}
-} // folly::fibers
+} // namespace fibers
+} // namespace folly
 
 #include "EventBaseLoopController-inl.h"