branch: elpa/magit
commit fb3c1b7f272047688602427a908a93d745da943c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Bump copyright years
---
 docs/.orgconfig               | 2 +-
 docs/magit-section.texi       | 2 +-
 docs/magit.texi               | 2 +-
 lisp/git-commit.el            | 2 +-
 lisp/git-rebase.el            | 2 +-
 lisp/magit-apply.el           | 2 +-
 lisp/magit-autorevert.el      | 2 +-
 lisp/magit-base.el            | 2 +-
 lisp/magit-bisect.el          | 2 +-
 lisp/magit-blame.el           | 2 +-
 lisp/magit-bookmark.el        | 2 +-
 lisp/magit-branch.el          | 2 +-
 lisp/magit-bundle.el          | 2 +-
 lisp/magit-clone.el           | 2 +-
 lisp/magit-commit.el          | 2 +-
 lisp/magit-core.el            | 2 +-
 lisp/magit-diff.el            | 2 +-
 lisp/magit-dired.el           | 2 +-
 lisp/magit-ediff.el           | 2 +-
 lisp/magit-extras.el          | 2 +-
 lisp/magit-fetch.el           | 2 +-
 lisp/magit-files.el           | 2 +-
 lisp/magit-git.el             | 2 +-
 lisp/magit-gitignore.el       | 2 +-
 lisp/magit-log.el             | 2 +-
 lisp/magit-margin.el          | 2 +-
 lisp/magit-merge.el           | 2 +-
 lisp/magit-mode.el            | 2 +-
 lisp/magit-notes.el           | 2 +-
 lisp/magit-patch.el           | 2 +-
 lisp/magit-process.el         | 2 +-
 lisp/magit-pull.el            | 2 +-
 lisp/magit-push.el            | 2 +-
 lisp/magit-reflog.el          | 2 +-
 lisp/magit-refs.el            | 2 +-
 lisp/magit-remote.el          | 2 +-
 lisp/magit-repos.el           | 2 +-
 lisp/magit-reset.el           | 2 +-
 lisp/magit-section.el         | 2 +-
 lisp/magit-sequence.el        | 2 +-
 lisp/magit-sparse-checkout.el | 2 +-
 lisp/magit-stash.el           | 2 +-
 lisp/magit-status.el          | 2 +-
 lisp/magit-submodule.el       | 2 +-
 lisp/magit-subtree.el         | 2 +-
 lisp/magit-tag.el             | 2 +-
 lisp/magit-transient.el       | 2 +-
 lisp/magit-wip.el             | 2 +-
 lisp/magit-worktree.el        | 2 +-
 lisp/magit.el                 | 2 +-
 test/magit-tests.el           | 2 +-
 51 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/docs/.orgconfig b/docs/.orgconfig
index fafa324ba9e..9b1e67fea7c 100644
--- a/docs/.orgconfig
+++ b/docs/.orgconfig
@@ -1,5 +1,5 @@
 # -*- mode:org -*-
-# Copyright (C) 2021-2025 Jonas Bernoulli
+# Copyright (C) 2021-2026 Jonas Bernoulli
 # SPDX-License-Identifier: GPL-3.0-or-later
 # URL: https://github.com/emacscollective/org-macros
 # Visit that to see these macros in a human-readable format.
diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index 1e085422fe2..8c86db0f459 100644
--- a/docs/magit-section.texi
+++ b/docs/magit-section.texi
@@ -8,7 +8,7 @@
 
 @copying
 @quotation
-Copyright (C) 2015-2025 Jonas Bernoulli <emacs.magit@@jonas.bernoulli.dev>
+Copyright (C) 2015-2026 Jonas Bernoulli <emacs.magit@@jonas.bernoulli.dev>
 
 You can redistribute this document and/or modify it under the terms
 of the GNU General Public License as published by the Free Software
diff --git a/docs/magit.texi b/docs/magit.texi
index 025bdc20553..da249172541 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -8,7 +8,7 @@
 
 @copying
 @quotation
-Copyright (C) 2015-2025 Jonas Bernoulli <emacs.magit@@jonas.bernoulli.dev>
+Copyright (C) 2015-2026 Jonas Bernoulli <emacs.magit@@jonas.bernoulli.dev>
 
 You can redistribute this document and/or modify it under the terms
 of the GNU General Public License as published by the Free Software
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 82c4dee0084..aee3646522e 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -1,6 +1,6 @@
 ;;; git-commit.el --- Edit Git commit messages  -*- lexical-binding:t; 
coding:utf-8 -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;;     Sebastian Wiesner <[email protected]>
diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el
index 614887f0bea..9d3cb29fa33 100644
--- a/lisp/git-rebase.el
+++ b/lisp/git-rebase.el
@@ -1,6 +1,6 @@
 ;;; git-rebase.el --- Edit Git rebase files  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Phil Jackson <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el
index 75457ce8a66..f6f0fe6616e 100644
--- a/lisp/magit-apply.el
+++ b/lisp/magit-apply.el
@@ -1,6 +1,6 @@
 ;;; magit-apply.el --- Apply Git diffs  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-autorevert.el b/lisp/magit-autorevert.el
index 3b0c465af78..f684c54fae1 100644
--- a/lisp/magit-autorevert.el
+++ b/lisp/magit-autorevert.el
@@ -1,6 +1,6 @@
 ;;; magit-autorevert.el --- Revert buffers when files in repository change  
-*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index 90a35d806f7..c6ddcd04016 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -1,6 +1,6 @@
 ;;; magit-base.el --- Early birds  -*- lexical-binding:t; coding:utf-8 -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el
index 00e094ad895..8df0c765286 100644
--- a/lisp/magit-bisect.el
+++ b/lisp/magit-bisect.el
@@ -1,6 +1,6 @@
 ;;; magit-bisect.el --- Bisect support for Magit  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el
index 078188c2b06..34c1fa4e3e5 100644
--- a/lisp/magit-blame.el
+++ b/lisp/magit-blame.el
@@ -1,6 +1,6 @@
 ;;; magit-blame.el --- Blame support for Magit  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-bookmark.el b/lisp/magit-bookmark.el
index 8ded15f7399..cc4713fee5a 100644
--- a/lisp/magit-bookmark.el
+++ b/lisp/magit-bookmark.el
@@ -1,6 +1,6 @@
 ;;; magit-bookmark.el --- Bookmarks for Magit buffers  -*- lexical-binding:t 
-*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Inspired by an earlier implementation by Yuri Khan.
 
diff --git a/lisp/magit-branch.el b/lisp/magit-branch.el
index d7c29805779..a852b314bd8 100644
--- a/lisp/magit-branch.el
+++ b/lisp/magit-branch.el
@@ -1,6 +1,6 @@
 ;;; magit-branch.el --- Branch support  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-bundle.el b/lisp/magit-bundle.el
index 9ff8c7116e8..a1f66a0fbc3 100644
--- a/lisp/magit-bundle.el
+++ b/lisp/magit-bundle.el
@@ -1,6 +1,6 @@
 ;;; magit-bundle.el --- Bundle support for Magit  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el
index 83e9db2eeca..5502507568a 100644
--- a/lisp/magit-clone.el
+++ b/lisp/magit-clone.el
@@ -1,6 +1,6 @@
 ;;; magit-clone.el --- Clone a repository  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 53e845d7047..7ea971d5679 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -1,6 +1,6 @@
 ;;; magit-commit.el --- Create Git commits  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-core.el b/lisp/magit-core.el
index 0ea2385c380..d810fcfda77 100644
--- a/lisp/magit-core.el
+++ b/lisp/magit-core.el
@@ -1,6 +1,6 @@
 ;;; magit-core.el --- Core functionality  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 3b6ff333d54..b0511ae2618 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -1,6 +1,6 @@
 ;;; magit-diff.el --- Inspect Git diffs  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-dired.el b/lisp/magit-dired.el
index b7384e2757b..164047a666a 100644
--- a/lisp/magit-dired.el
+++ b/lisp/magit-dired.el
@@ -1,6 +1,6 @@
 ;;; magit-dired.el --- Dired support for Magit  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el
index 015eade5583..9db7f8e3a8a 100644
--- a/lisp/magit-ediff.el
+++ b/lisp/magit-ediff.el
@@ -1,6 +1,6 @@
 ;;; magit-ediff.el --- Ediff extension for Magit  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el
index fce0ae131f7..b03ca18cf6c 100644
--- a/lisp/magit-extras.el
+++ b/lisp/magit-extras.el
@@ -1,6 +1,6 @@
 ;;; magit-extras.el --- Additional functionality for Magit  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-fetch.el b/lisp/magit-fetch.el
index bbd136aae3a..cb41ff82d7f 100644
--- a/lisp/magit-fetch.el
+++ b/lisp/magit-fetch.el
@@ -1,6 +1,6 @@
 ;;; magit-fetch.el --- Download objects and refs  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-files.el b/lisp/magit-files.el
index fde3922571c..8519773351e 100644
--- a/lisp/magit-files.el
+++ b/lisp/magit-files.el
@@ -1,6 +1,6 @@
 ;;; magit-files.el --- Finding files  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 99fea61c41d..1726de104c9 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -1,6 +1,6 @@
 ;;; magit-git.el --- Git functionality  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-gitignore.el b/lisp/magit-gitignore.el
index 8d2eaf29ae3..2b0d2889b06 100644
--- a/lisp/magit-gitignore.el
+++ b/lisp/magit-gitignore.el
@@ -1,6 +1,6 @@
 ;;; magit-gitignore.el --- Intentionally untracked files  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-log.el b/lisp/magit-log.el
index c2345d267c2..1dafdb0fd96 100644
--- a/lisp/magit-log.el
+++ b/lisp/magit-log.el
@@ -1,6 +1,6 @@
 ;;; magit-log.el --- Inspect Git history  -*- lexical-binding:t; coding:utf-8 
-*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el
index 9200c89bb0f..943b1665d8e 100644
--- a/lisp/magit-margin.el
+++ b/lisp/magit-margin.el
@@ -1,6 +1,6 @@
 ;;; magit-margin.el --- Margins in Magit buffers  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-merge.el b/lisp/magit-merge.el
index 4d276a5872e..93bd31821f7 100644
--- a/lisp/magit-merge.el
+++ b/lisp/magit-merge.el
@@ -1,6 +1,6 @@
 ;;; magit-merge.el --- Merge functionality  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index 661fa4be882..fde571379e9 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -1,6 +1,6 @@
 ;;; magit-mode.el --- Create and refresh Magit buffers  -*- lexical-binding:t 
-*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-notes.el b/lisp/magit-notes.el
index 2e7bf0b48ac..07841ee4e8a 100644
--- a/lisp/magit-notes.el
+++ b/lisp/magit-notes.el
@@ -1,6 +1,6 @@
 ;;; magit-notes.el --- Notes support  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-patch.el b/lisp/magit-patch.el
index 7b0eea9ae97..2e74c1aa4eb 100644
--- a/lisp/magit-patch.el
+++ b/lisp/magit-patch.el
@@ -1,6 +1,6 @@
 ;;; magit-patch.el --- Creating and applying patches  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index b47237ee21a..637bd4aad0c 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -1,6 +1,6 @@
 ;;; magit-process.el --- Process functionality  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-pull.el b/lisp/magit-pull.el
index 507c695397c..e5b2b4b25ee 100644
--- a/lisp/magit-pull.el
+++ b/lisp/magit-pull.el
@@ -1,6 +1,6 @@
 ;;; magit-pull.el --- Update local objects and refs  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-push.el b/lisp/magit-push.el
index 24c25cb6b27..f31ff9ed088 100644
--- a/lisp/magit-push.el
+++ b/lisp/magit-push.el
@@ -1,6 +1,6 @@
 ;;; magit-push.el --- Update remote objects and refs  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-reflog.el b/lisp/magit-reflog.el
index 4399ea21ff8..52c96600c54 100644
--- a/lisp/magit-reflog.el
+++ b/lisp/magit-reflog.el
@@ -1,6 +1,6 @@
 ;;; magit-reflog.el --- Inspect ref history  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el
index a3371552125..10c7f22b539 100644
--- a/lisp/magit-refs.el
+++ b/lisp/magit-refs.el
@@ -1,6 +1,6 @@
 ;;; magit-refs.el --- Listing references  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-remote.el b/lisp/magit-remote.el
index 42d2fcd826a..f52851ec4b4 100644
--- a/lisp/magit-remote.el
+++ b/lisp/magit-remote.el
@@ -1,6 +1,6 @@
 ;;; magit-remote.el --- Transfer Git commits  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el
index 44b05e599c3..62b9821bc5d 100644
--- a/lisp/magit-repos.el
+++ b/lisp/magit-repos.el
@@ -1,6 +1,6 @@
 ;;; magit-repos.el --- Listing repositories  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el
index 6bb742080ed..0ef920c9e8f 100644
--- a/lisp/magit-reset.el
+++ b/lisp/magit-reset.el
@@ -1,6 +1,6 @@
 ;;; magit-reset.el --- Reset functionality  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index c8a84031d72..b875d4fadf6 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -1,6 +1,6 @@
 ;;; magit-section.el --- Sections for read-only buffers  -*- 
lexical-binding:t; coding:utf-8 -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index d3af3ad0724..18b586c704f 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -1,6 +1,6 @@
 ;;; magit-sequence.el --- History manipulation in Magit  -*- lexical-binding:t 
-*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-sparse-checkout.el b/lisp/magit-sparse-checkout.el
index 34bccf191e4..c9e4c989d21 100644
--- a/lisp/magit-sparse-checkout.el
+++ b/lisp/magit-sparse-checkout.el
@@ -1,6 +1,6 @@
 ;;; magit-sparse-checkout.el --- Sparse checkout support for Magit  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Kyle Meyer <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el
index 7a3e7dde102..afa8809b5fd 100644
--- a/lisp/magit-stash.el
+++ b/lisp/magit-stash.el
@@ -1,6 +1,6 @@
 ;;; magit-stash.el --- Stash support for Magit  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-status.el b/lisp/magit-status.el
index b963864452a..42a96c21e72 100644
--- a/lisp/magit-status.el
+++ b/lisp/magit-status.el
@@ -1,6 +1,6 @@
 ;;; magit-status.el --- The grand overview  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el
index c3c6a88f90f..24f478e2963 100644
--- a/lisp/magit-submodule.el
+++ b/lisp/magit-submodule.el
@@ -1,6 +1,6 @@
 ;;; magit-submodule.el --- Submodule support for Magit  -*- lexical-binding:t 
-*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-subtree.el b/lisp/magit-subtree.el
index a94d0559d0b..ee36ae79052 100644
--- a/lisp/magit-subtree.el
+++ b/lisp/magit-subtree.el
@@ -1,6 +1,6 @@
 ;;; magit-subtree.el --- Subtree support for Magit  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-tag.el b/lisp/magit-tag.el
index 8847d3bfb9e..a71c9817ad3 100644
--- a/lisp/magit-tag.el
+++ b/lisp/magit-tag.el
@@ -1,6 +1,6 @@
 ;;; magit-tag.el --- Tag functionality  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-transient.el b/lisp/magit-transient.el
index 7cafc54b365..41842cda8b7 100644
--- a/lisp/magit-transient.el
+++ b/lisp/magit-transient.el
@@ -1,6 +1,6 @@
 ;;; magit-transient.el --- Support for transients  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el
index 51c64a13582..7f9eaf1b5c8 100644
--- a/lisp/magit-wip.el
+++ b/lisp/magit-wip.el
@@ -1,6 +1,6 @@
 ;;; magit-wip.el --- Commit snapshots to work-in-progress refs  -*- 
lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el
index 4f6859c5e04..89fa0675849 100644
--- a/lisp/magit-worktree.el
+++ b/lisp/magit-worktree.el
@@ -1,6 +1,6 @@
 ;;; magit-worktree.el --- Worktree support  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Jonas Bernoulli <[email protected]>
 ;; Maintainer: Jonas Bernoulli <[email protected]>
diff --git a/lisp/magit.el b/lisp/magit.el
index 047a315929d..2abbef7b40e 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -1,6 +1,6 @@
 ;;; magit.el --- A Git porcelain inside Emacs  -*- lexical-binding:t; 
coding:utf-8 -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; Author: Marius Vollmer <[email protected]>
 ;;     Jonas Bernoulli <[email protected]>
diff --git a/test/magit-tests.el b/test/magit-tests.el
index 022ddd8d691..1e86dbe98ff 100644
--- a/test/magit-tests.el
+++ b/test/magit-tests.el
@@ -1,6 +1,6 @@
 ;;; magit-tests.el --- Tests for Magit  -*- lexical-binding:t; coding:utf-8 -*-
 
-;; Copyright (C) 2008-2025 The Magit Project Contributors
+;; Copyright (C) 2008-2026 The Magit Project Contributors
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 

Reply via email to