Fix copyright lines
[folly.git] / folly / io / async / VirtualEventBase.cpp
index 46c187b865ac042a6187071c0bb652c3e2f37d6a..7ad8fcc157084feaacdc98bcd908bca49d2cb8d5 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.
@@ -61,4 +61,4 @@ void VirtualEventBase::runOnDestruction(EventBase::LoopCallback* callback) {
     callbacks.push_back(*callback);
   });
 }
-}
+} // namespace folly