From d080c814b2b93cce911d93d45ecd76517257d0d3 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 1 Jan 2025 18:56:52 +0100 Subject: Bump copyright years --- 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-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 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/magit-section.texi b/docs/magit-section.texi index 10a99ba..b381584 100644 --- a/docs/magit-section.texi +++ b/docs/magit-section.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2024 Jonas Bernoulli +Copyright (C) 2015-2025 Jonas Bernoulli 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 01f1bb5..05e1b81 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2024 Jonas Bernoulli +Copyright (C) 2015-2025 Jonas Bernoulli 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 4007c12..47eca20 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Sebastian Wiesner diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el index 6f4af50..8d7deb8 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Phil Jackson ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el index de29848..819c72d 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-autorevert.el b/lisp/magit-autorevert.el index 36f1678..f340302 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-base.el b/lisp/magit-base.el index e286dda..cf775c4 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el index 59c250b..475d257 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el index 3c48ca6..719b954 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-bookmark.el b/lisp/magit-bookmark.el index 666acf1..061ef29 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 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 41e011d..fb3cc9a 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-bundle.el b/lisp/magit-bundle.el index 8b3ac88..705181c 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el index e754a6e..298988a 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index 7323ae1..638828b 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-core.el b/lisp/magit-core.el index 57b08f4..a7ff47e 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el index 598b617..b051303 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el index 71721eb..7f65981 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el index b487289..5cc64a3 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-fetch.el b/lisp/magit-fetch.el index 1b64a6d..18a2d63 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-files.el b/lisp/magit-files.el index ff74e62..2dbf118 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 356f42a..7b7cf6d 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-gitignore.el b/lisp/magit-gitignore.el index 82d494e..14ce430 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-log.el b/lisp/magit-log.el index 5f4bae5..b17b468 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el index 46d360f..f2abe52 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-merge.el b/lisp/magit-merge.el index 3f41cc4..af687c6 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el index 2a7b79f..8fc7418 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-notes.el b/lisp/magit-notes.el index 08fcc30..64bf977 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-patch.el b/lisp/magit-patch.el index bd91fb4..4c6bba8 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-process.el b/lisp/magit-process.el index 6570b77..47fd609 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-pull.el b/lisp/magit-pull.el index d218c72..7116c29 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-push.el b/lisp/magit-push.el index 558a0da..c2ba487 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-reflog.el b/lisp/magit-reflog.el index cb6c227..7ffce3e 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el index 7e2d9a3..eb072ba 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-remote.el b/lisp/magit-remote.el index aa218ee..8102c4d 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el index 20784ef..bb9e933 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el index c576a17..4baa64b 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 6341d28..f61f28a 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index 1cfa7f9..048a53d 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-sparse-checkout.el b/lisp/magit-sparse-checkout.el index 2805f3e..d5ab0e9 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Kyle Meyer ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el index 269a243..8e7fa55 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-status.el b/lisp/magit-status.el index 9881d70..9da5782 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el index a27abc5..675b615 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-subtree.el b/lisp/magit-subtree.el index 8f4ec3d..a46e596 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-tag.el b/lisp/magit-tag.el index 1b4f282..4ca8855 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-transient.el b/lisp/magit-transient.el index 06b0f12..aaaca23 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el index cee20de..50cf816 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el index a9bc05b..c55b178 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit.el b/lisp/magit.el index bc273b5..aca21a0 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-2024 The Magit Project Contributors +;; Copyright (C) 2008-2025 The Magit Project Contributors ;; Author: Marius Vollmer ;; Jonas Bernoulli -- cgit v1.0