Fix copyright lines
[folly.git] / folly / ssl / OpenSSLHash.cpp
index cfe886acae72388cb34b7ba94805fd355f17c9ed..f48f3d44e05c598a84716592de73e714985cda6a 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.
@@ -31,5 +31,5 @@ namespace ssl {
 [[noreturn]] void OpenSSLHash::check_libssl_result_throw() {
   throw std::runtime_error("openssl crypto function failed");
 }
-}
-}
+} // namespace ssl
+} // namespace folly