jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1239516?usp=email )
Change subject: Fix copyright year ...................................................................... Fix copyright year Bug: T416673 Change-Id: Ib8f53ac7b3026020027a25821db5ea564118744d --- M pywikibot/page/_decorators.py M pywikibot/site/__init__.py M pywikibot/site/_interwikimap.py M pywikibot/tools/formatter.py M scripts/commons_information.py M scripts/download_dump.py M scripts/interwikidata.py M scripts/maintenance/colors.py M scripts/maintenance/unidata.py M scripts/transwikiimport.py M tests/djvu_tests.py M tests/make_dist_tests.py M tests/replacebot_tests.py M tests/site_login_logout_tests.py M tests/sparql_tests.py M tests/thanks_tests.py M tests/tools_formatter_tests.py 17 files changed, 17 insertions(+), 17 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/pywikibot/page/_decorators.py b/pywikibot/page/_decorators.py index 61d31ea..9863da0 100644 --- a/pywikibot/page/_decorators.py +++ b/pywikibot/page/_decorators.py @@ -1,5 +1,5 @@ # -# (C) Pywikibot team, 2017-2024 +# (C) Pywikibot team, 2017-2026 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/site/__init__.py b/pywikibot/site/__init__.py index 8a7aa7d..775ceb7 100644 --- a/pywikibot/site/__init__.py +++ b/pywikibot/site/__init__.py @@ -1,5 +1,5 @@ # -# (C) Pywikibot team, 2021-2024 +# (C) Pywikibot team, 2021-2026 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/site/_interwikimap.py b/pywikibot/site/_interwikimap.py index 2cc8f3b..340e1c1 100644 --- a/pywikibot/site/_interwikimap.py +++ b/pywikibot/site/_interwikimap.py @@ -1,5 +1,5 @@ # -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2026 # # Distributed under the terms of the MIT license. # diff --git a/pywikibot/tools/formatter.py b/pywikibot/tools/formatter.py index 2ace794..db00fba 100644 --- a/pywikibot/tools/formatter.py +++ b/pywikibot/tools/formatter.py @@ -1,5 +1,5 @@ # -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2026 # # Distributed under the terms of the MIT license. # diff --git a/scripts/commons_information.py b/scripts/commons_information.py index a9a429c..21efaa5 100755 --- a/scripts/commons_information.py +++ b/scripts/commons_information.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2026 # # Distributed under the terms of the MIT license. # diff --git a/scripts/download_dump.py b/scripts/download_dump.py index 10199d9..65e0b6d 100755 --- a/scripts/download_dump.py +++ b/scripts/download_dump.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2017-2024 +# (C) Pywikibot team, 2017-2026 # # Distributed under the terms of the MIT license. # diff --git a/scripts/interwikidata.py b/scripts/interwikidata.py index 2805fa9..980e9ca 100755 --- a/scripts/interwikidata.py +++ b/scripts/interwikidata.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2026 # # Distributed under the terms of the MIT license. # diff --git a/scripts/maintenance/colors.py b/scripts/maintenance/colors.py index b6da213..7d49492 100755 --- a/scripts/maintenance/colors.py +++ b/scripts/maintenance/colors.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2016-2024 +# (C) Pywikibot team, 2016-2026 # # Distributed under the terms of the MIT license. # diff --git a/scripts/maintenance/unidata.py b/scripts/maintenance/unidata.py index af401e2..b8141c9 100755 --- a/scripts/maintenance/unidata.py +++ b/scripts/maintenance/unidata.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2018-2024 +# (C) Pywikibot team, 2018-2026 # # Distributed under the terms of the MIT license. # diff --git a/scripts/transwikiimport.py b/scripts/transwikiimport.py index 2f5cb43..4dd8f14 100755 --- a/scripts/transwikiimport.py +++ b/scripts/transwikiimport.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2023-2024 +# (C) Pywikibot team, 2023-2026 # # Distributed under the terms of the MIT license. # diff --git a/tests/djvu_tests.py b/tests/djvu_tests.py index 04b6821..824ae91 100755 --- a/tests/djvu_tests.py +++ b/tests/djvu_tests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2026 # # Distributed under the terms of the MIT license. # diff --git a/tests/make_dist_tests.py b/tests/make_dist_tests.py index 4463035..ce3ab0b 100755 --- a/tests/make_dist_tests.py +++ b/tests/make_dist_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2022-2024 +# (C) Pywikibot team, 2022-2026 # # Distributed under the terms of the MIT license. # diff --git a/tests/replacebot_tests.py b/tests/replacebot_tests.py index 6f86c3a..d5b8dac 100755 --- a/tests/replacebot_tests.py +++ b/tests/replacebot_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2026 # # Distributed under the terms of the MIT license. # diff --git a/tests/site_login_logout_tests.py b/tests/site_login_logout_tests.py index c44f782..cfe3ebb 100755 --- a/tests/site_login_logout_tests.py +++ b/tests/site_login_logout_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2022-2024 +# (C) Pywikibot team, 2022-2026 # # Distributed under the terms of the MIT license. # diff --git a/tests/sparql_tests.py b/tests/sparql_tests.py index 3bdbba6..0230507 100755 --- a/tests/sparql_tests.py +++ b/tests/sparql_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2016-2024 +# (C) Pywikibot team, 2016-2026 # # Distributed under the terms of the MIT license. # diff --git a/tests/thanks_tests.py b/tests/thanks_tests.py index 7f12788..67dc5f0 100755 --- a/tests/thanks_tests.py +++ b/tests/thanks_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2016-2024 +# (C) Pywikibot team, 2016-2026 # # Distributed under the terms of the MIT license. # diff --git a/tests/tools_formatter_tests.py b/tests/tools_formatter_tests.py index 415afbb..3b281d1 100755 --- a/tests/tools_formatter_tests.py +++ b/tests/tools_formatter_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# (C) Pywikibot team, 2015-2024 +# (C) Pywikibot team, 2015-2026 # # Distributed under the terms of the MIT license. # -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1239516?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ib8f53ac7b3026020027a25821db5ea564118744d Gerrit-Change-Number: 1239516 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
