Fix copyright lines
[folly.git] / folly / container / SparseByteSet.h
index f6393b0ad9768a2ff8bd6e8a6552c3cfd199e72b..df99990640d5043ed57bb04d9f4bdafa62f42144 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2015-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.
@@ -85,4 +85,4 @@ class SparseByteSet {
   uint8_t dense_[kCapacity];
 };
 
-}
+} // namespace folly