branch: elpa/git-commit commit f47b68929f01a1b8299f3160b0ab02d69d59fcb7 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
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 | 4 ++-- 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-libgit.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-obsolete.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, 52 insertions(+), 52 deletions(-) diff --git a/docs/magit-section.texi b/docs/magit-section.texi index eee9b1ae2a..e379b103e8 100644 --- a/docs/magit-section.texi +++ b/docs/magit-section.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2022 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2023 Jonas Bernoulli <jonas@@bernoul.li> 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 9b714e7b34..b6d9c92fd0 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2022 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2023 Jonas Bernoulli <jonas@@bernoul.li> 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 52098e0316..2c90a6f4b7 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Sebastian Wiesner <lunary...@gmail.com> diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el index fbea447cc9..6168f500c4 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Phil Jackson <p...@shellarchive.co.uk> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el index 9fa70bd6ba..4f1848d76f 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-autorevert.el b/lisp/magit-autorevert.el index 68fc07b273..a1ca00039d 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-base.el b/lisp/magit-base.el index 0a9ab29d56..68c5c8bda8 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> @@ -21,7 +21,7 @@ ;; along with Magit. If not, see <https://www.gnu.org/licenses/>. ;; This file contains code taken from GNU Emacs, which is -;; Copyright (C) 1976-2022 Free Software Foundation, Inc. +;; Copyright (C) 1976-2023 Free Software Foundation, Inc. ;;; Commentary: diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el index 92dc6ab87d..84d5995320 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el index 5093d06d16..26fde4c309 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-bookmark.el b/lisp/magit-bookmark.el index c8780e9754..3bef6a8dd3 100644 --- a/lisp/magit-bookmark.el +++ b/lisp/magit-bookmark.el @@ -1,6 +1,6 @@ ;;; magit-bookmark.el --- Bookmark support for Magit -*- lexical-binding:t -*- -;; Copyright (C) 2008-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 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 99463a4dea..8087208c4a 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-bundle.el b/lisp/magit-bundle.el index 0310ed84d2..75033da50a 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el index 2948872593..5b6e9b8f14 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index 03be34be96..a0539276f5 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-core.el b/lisp/magit-core.el index 1105f8276a..9b4298f6fd 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el index d169a015e4..8c0d460b51 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el index 62df162033..b772c71a19 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el index 8308cd8404..6c083ddc9a 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-fetch.el b/lisp/magit-fetch.el index 6c97d1814d..cdd8e32e5c 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-files.el b/lisp/magit-files.el index 085ec0ff58..63c2c1cee3 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 07c027c812..b0cd08a0b9 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-gitignore.el b/lisp/magit-gitignore.el index d53f149734..ec89042484 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index f94278d2c7..40f5314032 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -1,6 +1,6 @@ ;;; magit-libgit.el --- (POC) Teach Magit to use Libgit2 -*- lexical-binding:t -*- -;; Copyright (C) 2008-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-log.el b/lisp/magit-log.el index eac0536d00..ad62cbabd1 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el index ef3b3806d1..20688b43d4 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-merge.el b/lisp/magit-merge.el index ead4d21deb..140bbe4864 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el index af3097e3bc..0761b5e66c 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-notes.el b/lisp/magit-notes.el index 8df09bbd4c..f2e326fb84 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-obsolete.el b/lisp/magit-obsolete.el index 4d27752bf6..8a74a34c6f 100644 --- a/lisp/magit-obsolete.el +++ b/lisp/magit-obsolete.el @@ -1,6 +1,6 @@ ;;; magit-obsolete.el --- Obsolete definitions -*- lexical-binding:t -*- -;; Copyright (C) 2008-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-patch.el b/lisp/magit-patch.el index c114cf2c8b..324bd43f20 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-process.el b/lisp/magit-process.el index 2aa81672f6..7e724657ac 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-pull.el b/lisp/magit-pull.el index aad99a5796..819e294a4d 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-push.el b/lisp/magit-push.el index 179d0f5fb4..a3804acfb7 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-reflog.el b/lisp/magit-reflog.el index 08496ffe91..b099d8512a 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el index 07b03d71f0..71c10e996c 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-remote.el b/lisp/magit-remote.el index 8c9dc1e011..3b6689a14a 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el index e7f63af2ae..68391bfc84 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el index 9c968154d4..2a0e26b774 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 0c5570e82c..286d95193f 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index df0483010e..127e788ac2 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-sparse-checkout.el b/lisp/magit-sparse-checkout.el index e9f761d73f..c0fb19724a 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Kyle Meyer <k...@kyleam.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el index fb75470388..abb4bd0248 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-status.el b/lisp/magit-status.el index 186828a49b..27c7af262d 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el index 7abaa84858..1c2f55c25d 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-subtree.el b/lisp/magit-subtree.el index fec2affb25..8621cd0a47 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-tag.el b/lisp/magit-tag.el index b781748273..31d9d8514e 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-transient.el b/lisp/magit-transient.el index d7bca8997f..e1c783015a 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el index ec6b0cc7c6..cf494e1c33 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el index 4a94c5bf72..981d14b8f5 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> diff --git a/lisp/magit.el b/lisp/magit.el index b6b1d900af..71b1487208 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; Author: Marius Vollmer <marius.voll...@gmail.com> ;; Jonas Bernoulli <jo...@bernoul.li> diff --git a/test/magit-tests.el b/test/magit-tests.el index 786b87897c..21d7bbac04 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-2022 The Magit Project Contributors +;; Copyright (C) 2008-2023 The Magit Project Contributors ;; SPDX-License-Identifier: GPL-3.0-or-later