diff options
author | Matt Caswell <matt@openssl.org> | 2021-02-18 15:57:13 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-02-18 16:05:17 +0100 |
commit | a28d06f3e9cbc5594c7985c99a0c6bac5261ae67 (patch) | |
tree | c1469b95e5ed82ddb0840a4252062a9e614fb7c1 /util | |
parent | Fix external symbols related to provider related security checks for (diff) | |
download | openssl-a28d06f3e9cbc5594c7985c99a0c6bac5261ae67.tar.xz openssl-a28d06f3e9cbc5594c7985c99a0c6bac5261ae67.zip |
Update copyright year
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14235)
Diffstat (limited to 'util')
-rwxr-xr-x | util/mkerr.pl | 2 | ||||
-rw-r--r-- | util/mknum.pl | 2 | ||||
-rw-r--r-- | util/perl/OpenSSL/Ordinals.pm | 2 | ||||
-rw-r--r-- | util/perl/OpenSSL/ParseC.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl index 7d912477b8..e297797b6a 100755 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 1999-2021 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 diff --git a/util/mknum.pl b/util/mknum.pl index 19d9d55108..f661a9122d 100644 --- a/util/mknum.pl +++ b/util/mknum.pl @@ -1,6 +1,6 @@ #! /usr/bin/env perl -# Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2018-2021 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 diff --git a/util/perl/OpenSSL/Ordinals.pm b/util/perl/OpenSSL/Ordinals.pm index f2517da7d8..66bf30dd50 100644 --- a/util/perl/OpenSSL/Ordinals.pm +++ b/util/perl/OpenSSL/Ordinals.pm @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2018-2021 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 diff --git a/util/perl/OpenSSL/ParseC.pm b/util/perl/OpenSSL/ParseC.pm index 0abb469d9a..ee127e88c8 100644 --- a/util/perl/OpenSSL/ParseC.pm +++ b/util/perl/OpenSSL/ParseC.pm @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2018-2021 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 |