From 0192820df42363d3f7af0827e548329b08324c37 Mon Sep 17 00:00:00 2001 From: Cliff Hansen Date: Sun, 7 Jul 2024 08:29:27 -0700 Subject: [PATCH 1/3] edit copyright statement --- docs/sphinx/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index 522d0f9ec4..7be0c704d1 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -75,8 +75,9 @@ # General information about the project. project = 'pvlib python' -copyright = \ - '2013-2021, Sandia National Laboratories and pvlib python Development Team' +copyright = '''Copyright (c) 2023 pvlib python Contributors + Copyright (c) 2014 PVLIB python Development Team + Copyright (c) 2013 Sandia National Laboratories''' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the From 614aa26dbbcaeab8799c73c3d2288e6bc2fd978e Mon Sep 17 00:00:00 2001 From: Cliff Hansen Date: Sun, 7 Jul 2024 09:19:57 -0700 Subject: [PATCH 2/3] remove redundant copyright word --- docs/sphinx/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index 7be0c704d1..2ecca1a3cc 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -75,9 +75,9 @@ # General information about the project. project = 'pvlib python' -copyright = '''Copyright (c) 2023 pvlib python Contributors - Copyright (c) 2014 PVLIB python Development Team - Copyright (c) 2013 Sandia National Laboratories''' +copyright = '''pvlib python Contributors (2023); + PVLIB python Development Team (2014); + Sandia National Laboratories (2013)''' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the From 15ea5f7b98dc90df1c9306b85c5d193cdc32f011 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:03:35 +0200 Subject: [PATCH 3/3] Remove trailing white space --- docs/sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index 2ecca1a3cc..95c4cc67ae 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -75,7 +75,7 @@ # General information about the project. project = 'pvlib python' -copyright = '''pvlib python Contributors (2023); +copyright = '''pvlib python Contributors (2023); PVLIB python Development Team (2014); Sandia National Laboratories (2013)'''