Fix copyright lines
[folly.git] / folly / portability / OpenSSL.h
index 353ace8e2ded534c1dd4c289a4649160e104e69f..eb00455587001c5bd9be319b75b4f2ec7fd7abc5 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.
@@ -187,9 +187,9 @@ const ASN1_TIME* X509_REVOKED_get0_revocationDate(const X509_REVOKED* r);
 // indicates it isn't supported.
 #define OPENSSL_NO_SSL2
 #endif
-}
-}
-}
+} // namespace ssl
+} // namespace portability
+} // namespace folly
 
 FOLLY_PUSH_WARNING
 #if __CLANG_PREREQ(3, 0)