From: Otto Moerbeek Date: Tue, 18 Jul 2023 08:09:32 +0000 (+0200) Subject: Further removal op copyright years X-Git-Tag: rec-5.0.0-alpha1~103^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f74e4cc2b26129ed714ec55561c1a5a7052a0d;p=thirdparty%2Fpdns.git Further removal op copyright years Fixes #13004 --- diff --git a/README.md b/README.md index c54cffec42..e427d37891 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PowerDNS is copyright © 2001-2023 by PowerDNS.COM BV and lots of +PowerDNS is copyright © by PowerDNS.COM BV and lots of contributors, using the GNU GPLv2 license (see NOTICE for the exact license and exception used). diff --git a/docs/conf.py b/docs/conf.py index 73df1b2a4d..cbb5341127 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ master_doc = 'indexTOC' # General information about the project. project = 'PowerDNS Authoritative Server' -copyright = '2001-' + str(datetime.date.today().year) + ', PowerDNS.COM BV' +copyright = 'PowerDNS.COM BV' author = 'PowerDNS.COM BV' # The version info for the project you're documenting, acts as replacement for diff --git a/pdns/dnsdistdist/docs/conf.py b/pdns/dnsdistdist/docs/conf.py index 93f501c3d8..a6ae16bc09 100644 --- a/pdns/dnsdistdist/docs/conf.py +++ b/pdns/dnsdistdist/docs/conf.py @@ -49,7 +49,7 @@ master_doc = 'index_TOC' # General information about the project. project = 'dnsdist' -copyright = '2015-' + str(datetime.date.today().year) + ', PowerDNS.COM BV and its contributors' +copyright = 'PowerDNS.COM BV and its contributors' author = 'PowerDNS.COM BV and its contributors' # The version info for the project you're documenting, acts as replacement for diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index 77ea681357..ebdc05cff4 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -14,7 +14,7 @@ reported. License ======= -PowerDNS is copyright © 2001-2023 by PowerDNS.COM BV and lots of +PowerDNS is copyright © by PowerDNS.COM BV and lots of contributors, using the GNU GPLv2 license (see NOTICE for the exact license and exception used). diff --git a/pdns/recursordist/docs/conf.py b/pdns/recursordist/docs/conf.py index 2c69d706f3..874ca6ef38 100644 --- a/pdns/recursordist/docs/conf.py +++ b/pdns/recursordist/docs/conf.py @@ -52,7 +52,7 @@ master_doc = 'indexTOC' # General information about the project. project = 'PowerDNS Recursor' -copyright = '2001-' + str(datetime.date.today().year) + ', PowerDNS.COM BV' +copyright = 'PowerDNS.COM BV' author = 'PowerDNS.COM BV' # The version info for the project you're documenting, acts as replacement for