From 7b947051d5192388dfa8a18989692e7af4226c62 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Thu, 14 Mar 2024 14:06:40 -0700 Subject: [PATCH] Update copyright dates in selected places. --- LICENSE | 2 +- README.md | 2 +- configure.ac | 2 +- docs/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 1adda218b..c7d76aeb6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -"iperf, Copyright (c) 2014-2023, The Regents of the University of California, +"iperf, Copyright (c) 2014-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved." diff --git a/README.md b/README.md index d23f00e28..05a5708c3 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ responsibility for the content of these pages. Copyright --------- -iperf, Copyright (c) 2014-2023, The Regents of the University of +iperf, Copyright (c) 2014-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. diff --git a/configure.ac b/configure.ac index 192ab16cf..ae97228dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# iperf, Copyright (c) 2014-2023, The Regents of the University of +# iperf, Copyright (c) 2014-2024, The Regents of the University of # California, through Lawrence Berkeley National Laboratory (subject # to receipt of any required approvals from the U.S. Dept. of # Energy). All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index b03fcbda6..f2cf9dd7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ # General information about the project. project = u'iperf3' -copyright = u'2014-2023, ESnet' +copyright = u'2014-2024, ESnet' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the