summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-04-23 13:55:52 +0100
committerMatt Caswell <matt@openssl.org>2020-04-23 13:55:52 +0100
commit33388b44b67145af2181b1e9528c381c8ea0d1b6 (patch)
tree7e350985cbd2ec9d942ad8aa94032f0fc75001c0 /util
parente7774c287c9a4cd9bab461eb878d269f94c52cd5 (diff)
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11616)
Diffstat (limited to 'util')
-rw-r--r--util/check-format-test-negatives.c2
-rw-r--r--util/check-format-test-positives.c2
-rw-r--r--util/dofile.pl2
-rwxr-xr-xutil/err-to-raise2
-rwxr-xr-xutil/find-doc-nits2
-rwxr-xr-xutil/fix-includes2
-rwxr-xr-xutil/mkdef.pl2
-rwxr-xr-xutil/mkerr.pl2
-rwxr-xr-xutil/mktar.sh2
-rw-r--r--util/perl/OpenSSL/OID.pm2
-rw-r--r--util/perl/OpenSSL/Test.pm2
-rw-r--r--util/perl/OpenSSL/Util/Pod.pm2
12 files changed, 12 insertions, 12 deletions
diff --git a/util/check-format-test-negatives.c b/util/check-format-test-negatives.c
index 35cbd75ba3..33d0e9445d 100644
--- a/util/check-format-test-negatives.c
+++ b/util/check-format-test-negatives.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
* Copyright Siemens AG 2015-2019
*
diff --git a/util/check-format-test-positives.c b/util/check-format-test-positives.c
index d14ceb375b..809ecaa355 100644
--- a/util/check-format-test-positives.c
+++ b/util/check-format-test-positives.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
* Copyright Siemens AG 2015-2019
*
diff --git a/util/dofile.pl b/util/dofile.pl
index 6d4ffa4abd..9453127d93 100644
--- a/util/dofile.pl
+++ b/util/dofile.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
diff --git a/util/err-to-raise b/util/err-to-raise
index 7ff7a8aa85..649ca6bf93 100755
--- a/util/err-to-raise
+++ b/util/err-to-raise
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2019-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
diff --git a/util/find-doc-nits b/util/find-doc-nits
index 6eea6ad4b3..c40a4c8052 100755
--- a/util/find-doc-nits
+++ b/util/find-doc-nits
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2002-2019 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2002-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
diff --git a/util/fix-includes b/util/fix-includes
index c1435a7628..041a450437 100755
--- a/util/fix-includes
+++ b/util/fix-includes
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2019-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
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 6d376d3aab..a7d353f3db 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2018-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
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 48c5b37e91..44332d423e 100755
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 1999-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
diff --git a/util/mktar.sh b/util/mktar.sh
index b58fbe9d31..04b29e2e3a 100755
--- a/util/mktar.sh
+++ b/util/mktar.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2018-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
diff --git a/util/perl/OpenSSL/OID.pm b/util/perl/OpenSSL/OID.pm
index 910c9bb5f7..0bc34ce5b7 100644
--- a/util/perl/OpenSSL/OID.pm
+++ b/util/perl/OpenSSL/OID.pm
@@ -1,4 +1,4 @@
-# Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
diff --git a/util/perl/OpenSSL/Test.pm b/util/perl/OpenSSL/Test.pm
index bb39854a4d..8d2894e769 100644
--- a/util/perl/OpenSSL/Test.pm
+++ b/util/perl/OpenSSL/Test.pm
@@ -1,4 +1,4 @@
-# Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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
diff --git a/util/perl/OpenSSL/Util/Pod.pm b/util/perl/OpenSSL/Util/Pod.pm
index a957655549..02d37d2f85 100644
--- a/util/perl/OpenSSL/Util/Pod.pm
+++ b/util/perl/OpenSSL/Util/Pod.pm
@@ -1,4 +1,4 @@
-# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-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