Fix copyright lines
[folly.git] / folly / io / Cursor.cpp
index c51ce6cc029093764307a551fd5aa912b0c89576..ff81a0c30a15ff794e6abafa57337f34714d8b4b 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.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <folly/io/Cursor.h>
 
 #include <cstdio>
+
 #include <folly/ScopeGuard.h>
 
 namespace folly {