]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/perlasm/arm-xlate.pl
Update copyright year
[thirdparty/openssl.git] / crypto / perlasm / arm-xlate.pl
index bee0523fefb21c3876ea49c6d9523a8e4998264c..f0e495d4269b985c8a715f0ae864accbb47123d6 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
 #
 # 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
@@ -191,4 +191,4 @@ while(my $line=<>) {
     print "\n";
 }
 
-close STDOUT or die "error closing STDOUT";
+close STDOUT or die "error closing STDOUT: $!";