util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.pl
[oweals/openssl.git] / util / perl / TLSProxy / Alert.pm
index e66883d459667833811d335ea049363b5c057c60..f63eeac865d35258e48588792be7d12235811c9e 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
 #
-# Licensed under the OpenSSL license (the "License").  You may not use
+# Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
 # in the file LICENSE in the source distribution or at
 # https://www.openssl.org/source/license.html
@@ -16,7 +16,7 @@ sub new
         $encrypted,
         $level,
         $description) = @_;
-    
+
     my $self = {
         server => $server,
         encrypted => $encrypted,