Fix copyright lines
[folly.git] / folly / io / async / AsyncSocketBase.h
index a895bf79012ebfa5c5c7e92b768580da7fa9b8ea..b84df2a4d63e94ddc23a6081430734b6020a6579 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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.
@@ -27,4 +27,4 @@ class AsyncSocketBase {
   virtual void getAddress(SocketAddress*) const = 0;
 };
 
-} // namespace
+} // namespace folly