Fix copyright lines
[folly.git] / folly / portability / Constexpr.h
index 64005e3c45c26d2a5e2f846e99145ba9d5735adf..9e7963c355d5cbe4920a7917f78ac678da08c796 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.
@@ -48,4 +48,4 @@ constexpr size_t constexpr_strlen(const char* s) {
   return std::strlen(s);
 #endif
 }
-}
+} // namespace folly