Fix copyright lines
[folly.git] / folly / test / MemcpyTest.cpp
index f9f5a4336e8614cab2b0375438b69edc4c97ba3e..f74a690853afd33e218488d36aa3aeacc3677dc0 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.
@@ -30,7 +30,7 @@ void init() {
     dst[i] = static_cast<char>(255 - i);
   }
 }
-}
+} // namespace
 
 TEST(memcpy, zero_len)
     FOLLY_DISABLE_UNDEFINED_BEHAVIOR_SANITIZER("nonnull-attribute") {