Fix copyright lines
[folly.git] / folly / fibers / TimeoutController.cpp
index f1bf711b9aa874fcf38024e74b07ed527c88228d..31264ad719bc8c93ac057bca360de5adc816bc77 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.
@@ -104,5 +104,5 @@ void TimeoutController::cancel(intptr_t p) {
     list.pop();
   }
 }
-}
-}
+} // namespace fibers
+} // namespace folly