diff --git a/AUTHORS.md b/AUTHORS.md index 75bd1ebc..09914c2a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -111,6 +111,7 @@ Authors: Kaarel Kitsemets Ken Dreyer Kevin KIN-FOO + Kyle Gottfried Marcel Waldvogel Masud Rahman Mathieu Parent @@ -174,10 +175,12 @@ Authors: Jasper Lievisse Adriaanse Jimisola Laursen Jiri Benc + Johann Miller Jonathan Robson Josh Bleecher Snyder Julia Evans Justin Clift + Kevin Valk Konstantinos Smanis Kyriakos Oikonomakos Lance Eftink @@ -187,6 +190,7 @@ Authors: Mathieu Bridon Mathieu Pillard Matthaus Woolard + Matěj Cepl Maxwell G Michał Górny Na'aman Hirschfeld @@ -208,6 +212,7 @@ Authors: Rodrigo Bistolfi Ross Nicoll Rui Abreu Ferreira + Rui Chen Sandro Jäckel Saul Pwanson Shane Turner diff --git a/CHANGELOG.md b/CHANGELOG.md index 332a9a8f..10ad27b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.17.0 (UNRELEASED) +# 1.17.0 (2025-01-08) - Upgrade to libgit2 1.9 @@ -8,6 +8,10 @@ - Fix build with GCC 14 [#1324](https://github.com/libgit2/pygit2/pull/1324) +- Release wheels for PyPy + [#1336](https://github.com/libgit2/pygit2/pull/1336) + [#1339](https://github.com/libgit2/pygit2/pull/1339) + - CI: update tests for macOS to use OpenSSL 3 [#1335](https://github.com/libgit2/pygit2/pull/1335) diff --git a/appveyor.yml b/appveyor.yml index 1cc54798..b004be0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.16.{build} +version: 1.17.{build} image: Visual Studio 2019 configuration: Release environment: diff --git a/docs/conf.py b/docs/conf.py index 732c2ee4..b3c6c1c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'pygit2' -copyright = '2010-2024 The pygit2 contributors' +copyright = '2010-2025 The pygit2 contributors' # author = '' # The full version, including alpha/beta/rc tags -release = '1.16.0' +release = '1.17.0' # -- General configuration --------------------------------------------------- diff --git a/pygit2/__init__.py b/pygit2/__init__.py index 48857f96..e3589610 100644 --- a/pygit2/__init__.py +++ b/pygit2/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/_build.py b/pygit2/_build.py index 1e7272a9..d8deed4f 100644 --- a/pygit2/_build.py +++ b/pygit2/_build.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, @@ -34,7 +34,7 @@ # # The version number of pygit2 # -__version__ = '1.16.0' +__version__ = '1.17.0' # diff --git a/pygit2/_run.py b/pygit2/_run.py index 78b52a29..815910ec 100644 --- a/pygit2/_run.py +++ b/pygit2/_run.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/blame.py b/pygit2/blame.py index 3b7ef748..a1b8e42e 100644 --- a/pygit2/blame.py +++ b/pygit2/blame.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/branches.py b/pygit2/branches.py index 99630d31..c6323a1f 100644 --- a/pygit2/branches.py +++ b/pygit2/branches.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/callbacks.py b/pygit2/callbacks.py index a01268b6..6c1b6022 100644 --- a/pygit2/callbacks.py +++ b/pygit2/callbacks.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/config.py b/pygit2/config.py index 11c9b874..10b5bd02 100644 --- a/pygit2/config.py +++ b/pygit2/config.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/credentials.py b/pygit2/credentials.py index fb5ae81e..8e392f95 100644 --- a/pygit2/credentials.py +++ b/pygit2/credentials.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/enums.py b/pygit2/enums.py index b9c7b979..fe642168 100644 --- a/pygit2/enums.py +++ b/pygit2/enums.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/errors.py b/pygit2/errors.py index d95bfaa6..23233231 100644 --- a/pygit2/errors.py +++ b/pygit2/errors.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/ffi.py b/pygit2/ffi.py index 7a60faf7..7b4c09c1 100644 --- a/pygit2/ffi.py +++ b/pygit2/ffi.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/filter.py b/pygit2/filter.py index 2a5b8e07..00c65184 100644 --- a/pygit2/filter.py +++ b/pygit2/filter.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/index.py b/pygit2/index.py index 11e9eddb..c073fa6d 100644 --- a/pygit2/index.py +++ b/pygit2/index.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/legacyenums.py b/pygit2/legacyenums.py index 245f8afc..176534a6 100644 --- a/pygit2/legacyenums.py +++ b/pygit2/legacyenums.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/packbuilder.py b/pygit2/packbuilder.py index 0bee41ac..b9844d52 100644 --- a/pygit2/packbuilder.py +++ b/pygit2/packbuilder.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/references.py b/pygit2/references.py index f36d7be2..ca1d23dc 100644 --- a/pygit2/references.py +++ b/pygit2/references.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/refspec.py b/pygit2/refspec.py index 423d820a..7c5660b0 100644 --- a/pygit2/refspec.py +++ b/pygit2/refspec.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/remotes.py b/pygit2/remotes.py index 02a4dbe2..b0945d4a 100644 --- a/pygit2/remotes.py +++ b/pygit2/remotes.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/repository.py b/pygit2/repository.py index 38a969d3..ed4bcb2a 100644 --- a/pygit2/repository.py +++ b/pygit2/repository.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/settings.py b/pygit2/settings.py index 24d01aae..52eca6d9 100644 --- a/pygit2/settings.py +++ b/pygit2/settings.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/submodules.py b/pygit2/submodules.py index 08b1a9a5..d8506d20 100644 --- a/pygit2/submodules.py +++ b/pygit2/submodules.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/utils.py b/pygit2/utils.py index 6a595e55..1f112b2f 100644 --- a/pygit2/utils.py +++ b/pygit2/utils.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/setup.py b/setup.py index 7c158eff..88d1536d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/src/blob.c b/src/blob.c index a1f40dfa..0561660f 100644 --- a/src/blob.c +++ b/src/blob.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/branch.c b/src/branch.c index e518f179..60e0e2dc 100644 --- a/src/branch.c +++ b/src/branch.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/branch.h b/src/branch.h index 4761ffd0..5ee6de7e 100644 --- a/src/branch.h +++ b/src/branch.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/commit.c b/src/commit.c index 941589c5..f758bdd8 100644 --- a/src/commit.c +++ b/src/commit.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/diff.c b/src/diff.c index 60e8a109..0bc7c613 100644 --- a/src/diff.c +++ b/src/diff.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/diff.h b/src/diff.h index 995047e7..17b64df8 100644 --- a/src/diff.h +++ b/src/diff.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/error.c b/src/error.c index d7ad951f..d264e619 100644 --- a/src/error.c +++ b/src/error.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/error.h b/src/error.h index 22938026..f08f3a99 100644 --- a/src/error.h +++ b/src/error.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/filter.c b/src/filter.c index 5e51a202..730dbcf7 100644 --- a/src/filter.c +++ b/src/filter.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/filter.h b/src/filter.h index cba899f7..04bbf7c0 100644 --- a/src/filter.h +++ b/src/filter.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/mailmap.c b/src/mailmap.c index 500d8ab9..4bfc60fa 100644 --- a/src/mailmap.c +++ b/src/mailmap.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/mailmap.h b/src/mailmap.h index 8209599a..0f61d96b 100644 --- a/src/mailmap.h +++ b/src/mailmap.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/note.c b/src/note.c index 19a506d2..cb25e39c 100644 --- a/src/note.c +++ b/src/note.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/note.h b/src/note.h index 49ee50fe..2e87b894 100644 --- a/src/note.h +++ b/src/note.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/object.c b/src/object.c index 0c74bfb5..15127c7f 100644 --- a/src/object.c +++ b/src/object.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/object.h b/src/object.h index 4dcdd40d..9fc41526 100644 --- a/src/object.h +++ b/src/object.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/odb.c b/src/odb.c index c687aa6e..97181aa7 100644 --- a/src/odb.c +++ b/src/odb.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/odb.h b/src/odb.h index 788a29da..7a69a46c 100644 --- a/src/odb.h +++ b/src/odb.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/odb_backend.c b/src/odb_backend.c index 05df7145..fa6901e9 100644 --- a/src/odb_backend.c +++ b/src/odb_backend.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/odb_backend.h b/src/odb_backend.h index 0d9cc929..15ec46c7 100644 --- a/src/odb_backend.h +++ b/src/odb_backend.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/oid.c b/src/oid.c index ca1e1c31..f8a393e1 100644 --- a/src/oid.c +++ b/src/oid.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/oid.h b/src/oid.h index 613e525b..99ed3b86 100644 --- a/src/oid.h +++ b/src/oid.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/options.c b/src/options.c index ebb82c11..11711400 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/options.h b/src/options.h index 90b91d9e..f8b9a08e 100644 --- a/src/options.h +++ b/src/options.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/patch.c b/src/patch.c index 3e55eeb8..256e7e0f 100644 --- a/src/patch.c +++ b/src/patch.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/patch.h b/src/patch.h index a18f2b77..3c0ad759 100644 --- a/src/patch.h +++ b/src/patch.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/pygit2.c b/src/pygit2.c index 3c661773..c2381aa8 100644 --- a/src/pygit2.c +++ b/src/pygit2.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/refdb.c b/src/refdb.c index f2273f81..5558d47a 100644 --- a/src/refdb.c +++ b/src/refdb.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2019 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/refdb.h b/src/refdb.h index 7e1a0f95..98442354 100644 --- a/src/refdb.h +++ b/src/refdb.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2019 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/refdb_backend.c b/src/refdb_backend.c index 7e8571f5..6f6b0da0 100644 --- a/src/refdb_backend.c +++ b/src/refdb_backend.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2019 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/refdb_backend.h b/src/refdb_backend.h index 1f92fcac..c6a5ff36 100644 --- a/src/refdb_backend.h +++ b/src/refdb_backend.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2019 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/reference.c b/src/reference.c index 0cd1bfb8..1e05d085 100644 --- a/src/reference.c +++ b/src/reference.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/reference.h b/src/reference.h index f4af1def..909cbf30 100644 --- a/src/reference.h +++ b/src/reference.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/repository.c b/src/repository.c index c97be466..116ac442 100644 --- a/src/repository.c +++ b/src/repository.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/repository.h b/src/repository.h index d369b517..059d774a 100755 --- a/src/repository.h +++ b/src/repository.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/revspec.c b/src/revspec.c index d3f3cda0..64e462bd 100644 --- a/src/revspec.c +++ b/src/revspec.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/revspec.h b/src/revspec.h index 9ba91bec..2f80af91 100644 --- a/src/revspec.h +++ b/src/revspec.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/signature.c b/src/signature.c index f65cf5fc..126cdea9 100644 --- a/src/signature.c +++ b/src/signature.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/signature.h b/src/signature.h index 354127b0..9c646d86 100644 --- a/src/signature.h +++ b/src/signature.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/stash.c b/src/stash.c index faf276d9..e60dcb8b 100644 --- a/src/stash.c +++ b/src/stash.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/tag.c b/src/tag.c index 7179c8f6..0d42f0f5 100644 --- a/src/tag.c +++ b/src/tag.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/tree.c b/src/tree.c index bbdae604..2719e0d5 100644 --- a/src/tree.c +++ b/src/tree.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/tree.h b/src/tree.h index 6af553bd..f7866695 100644 --- a/src/tree.h +++ b/src/tree.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/treebuilder.c b/src/treebuilder.c index 149218c7..8c47477b 100644 --- a/src/treebuilder.c +++ b/src/treebuilder.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/treebuilder.h b/src/treebuilder.h index 9a6d246a..5a6c8242 100644 --- a/src/treebuilder.h +++ b/src/treebuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/types.h b/src/types.h index ed070a01..24a66aa1 100644 --- a/src/types.h +++ b/src/types.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/utils.c b/src/utils.c index 42426ccc..614b9770 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/utils.h b/src/utils.h index 4e3c3fc4..c1b8989d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/walker.c b/src/walker.c index 91f5fc0b..b4967a33 100644 --- a/src/walker.c +++ b/src/walker.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/walker.h b/src/walker.h index 464811c3..75b3afc9 100644 --- a/src/walker.h +++ b/src/walker.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/worktree.c b/src/worktree.c index 6671957e..2ed3772f 100644 --- a/src/worktree.c +++ b/src/worktree.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/worktree.h b/src/worktree.h index 371e8dd2..198f7b07 100644 --- a/src/worktree.h +++ b/src/worktree.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2024 The pygit2 contributors + * Copyright 2010-2025 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/test/__init__.py b/test/__init__.py index 793dc1df..7fb15c4f 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_apply_diff.py b/test/test_apply_diff.py index 915d4368..87e766dd 100644 --- a/test/test_apply_diff.py +++ b/test/test_apply_diff.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_archive.py b/test/test_archive.py index b6977714..7e2454f1 100644 --- a/test/test_archive.py +++ b/test/test_archive.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_attributes.py b/test/test_attributes.py index 73b0cbe4..00ac91ad 100644 --- a/test/test_attributes.py +++ b/test/test_attributes.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_blame.py b/test/test_blame.py index 8bd7fca3..251f7e6d 100644 --- a/test/test_blame.py +++ b/test/test_blame.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_blob.py b/test/test_blob.py index 78cec628..c9025f49 100644 --- a/test/test_blob.py +++ b/test/test_blob.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_branch.py b/test/test_branch.py index 4f4903a4..bfc944c0 100644 --- a/test/test_branch.py +++ b/test/test_branch.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_branch_empty.py b/test/test_branch_empty.py index 2afd749f..c1d07970 100644 --- a/test/test_branch_empty.py +++ b/test/test_branch_empty.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_cherrypick.py b/test/test_cherrypick.py index a5e5c558..136e7d26 100644 --- a/test/test_cherrypick.py +++ b/test/test_cherrypick.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_commit.py b/test/test_commit.py index 521059b9..76d84c89 100644 --- a/test/test_commit.py +++ b/test/test_commit.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_commit_gpg.py b/test/test_commit_gpg.py index cb1c812e..88450b6c 100644 --- a/test/test_commit_gpg.py +++ b/test/test_commit_gpg.py @@ -1,4 +1,4 @@ -# Copyright 2010-2022 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_commit_trailer.py b/test/test_commit_trailer.py index 7f07825e..d7236cd8 100644 --- a/test/test_commit_trailer.py +++ b/test/test_commit_trailer.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_config.py b/test/test_config.py index c89c7d38..0284d76f 100644 --- a/test/test_config.py +++ b/test/test_config.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_credentials.py b/test/test_credentials.py index 0e9adf66..b056ee2f 100644 --- a/test/test_credentials.py +++ b/test/test_credentials.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_describe.py b/test/test_describe.py index 7ae41c28..22650a5d 100644 --- a/test/test_describe.py +++ b/test/test_describe.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_diff.py b/test/test_diff.py index b2138526..0b12b15e 100644 --- a/test/test_diff.py +++ b/test/test_diff.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_diff_binary.py b/test/test_diff_binary.py index 17eceaac..e23583ad 100644 --- a/test/test_diff_binary.py +++ b/test/test_diff_binary.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_index.py b/test/test_index.py index cf10eefd..5aae31ad 100644 --- a/test/test_index.py +++ b/test/test_index.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_mailmap.py b/test/test_mailmap.py index 0adeaa63..3cdef056 100644 --- a/test/test_mailmap.py +++ b/test/test_mailmap.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_merge.py b/test/test_merge.py index cadc1657..3e16b015 100644 --- a/test/test_merge.py +++ b/test/test_merge.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_note.py b/test/test_note.py index dbd85ec9..2a171924 100644 --- a/test/test_note.py +++ b/test/test_note.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_object.py b/test/test_object.py index 40c01d7a..1663c6b1 100644 --- a/test/test_object.py +++ b/test/test_object.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_odb.py b/test/test_odb.py index fe91c957..e4defc6b 100644 --- a/test/test_odb.py +++ b/test/test_odb.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_odb_backend.py b/test/test_odb_backend.py index c99d47f4..026834c3 100644 --- a/test/test_odb_backend.py +++ b/test/test_odb_backend.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_oid.py b/test/test_oid.py index c16d688f..93060a41 100644 --- a/test/test_oid.py +++ b/test/test_oid.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_options.py b/test/test_options.py index 5913f67b..5510d714 100644 --- a/test/test_options.py +++ b/test/test_options.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_packbuilder.py b/test/test_packbuilder.py index f61d475f..6d4ed0d9 100644 --- a/test/test_packbuilder.py +++ b/test/test_packbuilder.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_patch.py b/test/test_patch.py index d15a2e53..5620f9b5 100644 --- a/test/test_patch.py +++ b/test/test_patch.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_patch_encoding.py b/test/test_patch_encoding.py index 12f8b514..23f4aca1 100644 --- a/test/test_patch_encoding.py +++ b/test/test_patch_encoding.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_refdb_backend.py b/test/test_refdb_backend.py index 19a944b1..a7f10cf5 100644 --- a/test/test_refdb_backend.py +++ b/test/test_refdb_backend.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_refs.py b/test/test_refs.py index a6caa103..cddfa038 100644 --- a/test/test_refs.py +++ b/test/test_refs.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_remote.py b/test/test_remote.py index 0688cbb0..08032135 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_remote_prune.py b/test/test_remote_prune.py index 1688626d..927d812c 100644 --- a/test/test_remote_prune.py +++ b/test/test_remote_prune.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_remote_utf8.py b/test/test_remote_utf8.py index bd410218..cf58a8d5 100644 --- a/test/test_remote_utf8.py +++ b/test/test_remote_utf8.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_repository.py b/test/test_repository.py index fb240323..f4686ba8 100644 --- a/test/test_repository.py +++ b/test/test_repository.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_repository_bare.py b/test/test_repository_bare.py index d418acdf..ec292f1e 100644 --- a/test/test_repository_bare.py +++ b/test/test_repository_bare.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_repository_custom.py b/test/test_repository_custom.py index 5961ef65..5c365e09 100644 --- a/test/test_repository_custom.py +++ b/test/test_repository_custom.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_repository_empty.py b/test/test_repository_empty.py index 4b923f5e..ac44ad83 100644 --- a/test/test_repository_empty.py +++ b/test/test_repository_empty.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_revparse.py b/test/test_revparse.py index 0bc7b40f..10effc49 100644 --- a/test/test_revparse.py +++ b/test/test_revparse.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_revwalk.py b/test/test_revwalk.py index a4edd7c8..483984c0 100644 --- a/test/test_revwalk.py +++ b/test/test_revwalk.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_signature.py b/test/test_signature.py index fbbc99c6..a28a1e07 100644 --- a/test/test_signature.py +++ b/test/test_signature.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_status.py b/test/test_status.py index 27fb0539..a875fd9d 100644 --- a/test/test_status.py +++ b/test/test_status.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_submodule.py b/test/test_submodule.py index bf456e97..235fed66 100644 --- a/test/test_submodule.py +++ b/test/test_submodule.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_tag.py b/test/test_tag.py index 73cfcf0b..e0e73322 100644 --- a/test/test_tag.py +++ b/test/test_tag.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_tree.py b/test/test_tree.py index 0f9ec2d1..a8f8fb0f 100644 --- a/test/test_tree.py +++ b/test/test_tree.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_treebuilder.py b/test/test_treebuilder.py index 3d4bb3aa..fc7bc436 100644 --- a/test/test_treebuilder.py +++ b/test/test_treebuilder.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/utils.py b/test/utils.py index 1df9135f..3f1fefca 100644 --- a/test/utils.py +++ b/test/utils.py @@ -1,4 +1,4 @@ -# Copyright 2010-2024 The pygit2 contributors +# Copyright 2010-2025 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2,