Fix copyright lines
[folly.git] / folly / io / async / ssl / OpenSSLUtils.h
index 90135928c8233cbb612dcc74ae073d204dbc5f1e..b6abe5905da7d6168fae5328aa18f5bf594a051e 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.
@@ -16,9 +16,9 @@
 #pragma once
 
 #include <folly/Range.h>
-#include <folly/io/async/ssl/OpenSSLPtrTypes.h>
 #include <folly/portability/OpenSSL.h>
 #include <folly/portability/Sockets.h>
+#include <folly/ssl/OpenSSLPtrTypes.h>
 
 namespace folly {
 namespace ssl {
@@ -122,5 +122,5 @@ class OpenSSLUtils {
   static void setBioFd(BIO* b, int fd, int flags);
 };
 
-} // ssl
-} // folly
+} // namespace ssl
+} // namespace folly