diff options
author | Steve Linsell <stevenx.linsell@intel.com> | 2018-01-28 12:01:04 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2018-01-28 12:01:04 +0100 |
commit | f0bbf36599e0dd41e20ee653a7323babc5a4deab (patch) | |
tree | 514bcd99f2119d7e1280b509a7fefd9822b382f4 /util/mkerr.pl | |
parent | Add a note on Configure variable processing in NEWS and CHANGES (diff) | |
download | openssl-f0bbf36599e0dd41e20ee653a7323babc5a4deab.tar.xz openssl-f0bbf36599e0dd41e20ee653a7323babc5a4deab.zip |
Update copyright year in mkerr.pl
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/5166)
Diffstat (limited to '')
-rwxr-xr-x | util/mkerr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl index 51177b9d41..52a44c9ffb 100755 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved. # # Licensed under the OpenSSL license (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy @@ -702,7 +702,7 @@ if ( $newstate ) { open(OUT, ">$statefile.new") || die "Can't write $statefile.new, $!"; print OUT <<"EOF"; -# Copyright 1999-2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 1999-$YEAR The OpenSSL Project Authors. All Rights Reserved. # # Licensed under the OpenSSL license (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy |