Fix copyright lines
[folly.git] / folly / experimental / test / ProgramOptionsTest.cpp
index 208c841570a5b2042c5f80802fbf5b129c271de4..1c336464d4404c5a73b6d7001d4828152d00b999 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.
@@ -62,7 +62,7 @@ std::string callHelper(ProgramOptionsStyle style,
   return p.first;
 }
 
-}  // namespace
+} // namespace
 
 // name value
 
@@ -174,4 +174,5 @@ TEST(ProgramOptionsTest, GNUStyleSubCommandUnrecognizedOptionFirst) {
           "-xy"}));
 }
 
-}}  // namespaces
+} // namespace test
+} // namespace folly