Fix copyright lines
[folly.git] / folly / io / async / test / WriteChainAsyncTransportWrapperTest.cpp
index 10cf02ccd34fe5cf5613fd140b745bb0329fb933..da6452ba810edfa349d5a540625112e8af3f713e 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.
@@ -82,4 +82,5 @@ TEST(WriteChainAsyncTransportWrapperTest, TestSimpleBuf) {
   transport.write(nullptr, buf->data(), buf->length());
 }
 
-}}
+} // namespace test
+} // namespace folly