Fix copyright lines
[folly.git] / folly / io / async / test / AsyncSocketTest.cpp
index a9f7e46aa12eb450839b9f179bdbb38d2376f31e..12a248450f08291b75464b3bae1d2bbcc50ea519 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2014-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.
@@ -88,4 +88,4 @@ TEST(AsyncSocketTest, duplicateBind) {
   EXPECT_THROW(server2->bind(address.getPort()), std::exception);
 }
 
-} // namespace
+} // namespace folly