Fix copyright lines
[folly.git] / folly / test / stl_tests / StlVectorTest.cpp
index 1bd3c9667ddedd7d2a7a9cdd8d7ac13100fcdad7..b9dde02485a8fb8943053e6030ea46477647c50b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2012-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.
@@ -606,7 +606,7 @@ struct IsRelocatable<Data<f, pad>>
   : std::integral_constant<bool,
       (f & IS_RELOCATABLE) != 0
     > {};
-};
+} // namespace folly
 
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------