Fix copyright lines
[folly.git] / folly / io / async / test / ScopedBoundPort.cpp
index e7aefb488fc7a506493f03607d5aa6f29623f9c7..62873dca04ba2ab0e11d0b81c3f39e129c7ca959 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2016-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.
@@ -37,4 +37,4 @@ ScopedBoundPort::~ScopedBoundPort() {
 SocketAddress ScopedBoundPort::getAddress() const {
   return sock_->getAddress();
 }
-}
+} // namespace folly