From 55d6b71cf571aea2f52f99b31c523540970e0ad2 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 1 Jan 2024 23:29:20 +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-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-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 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/docs/magit-section.texi b/docs/magit-section.texi index 7487f3a..91f9a76 100644 --- a/docs/magit-section.texi +++ b/docs/magit-section.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2023 Jonas Bernoulli +Copyright (C) 2015-2024 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 e131d1e..cb53e18 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2023 Jonas Bernoulli +Copyright (C) 2015-2024 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 5b94a84..e2661df 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Sebastian Wiesner diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el index 2a0fbb3..c2d5210 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Phil Jackson ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el index ece5838..6c4803c 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-autorevert.el b/lisp/magit-autorevert.el index 7099cd6..c3c6e4c 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-base.el b/lisp/magit-base.el index 407652f..5867aaf 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el index 9421da1..8daac3c 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el index fcaeb46..1daf3be 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-bookmark.el b/lisp/magit-bookmark.el index 3bef6a8..a26e88a 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 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 66fb59d..8472d04 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-bundle.el b/lisp/magit-bundle.el index a192d23..894fcc5 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el index 242113e..4495499 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index d8d6bb6..c00b3b3 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-core.el b/lisp/magit-core.el index d0fa8d2..21b2e60 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el index e5bd816..f14288d 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el index c7776d2..29a9095 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el index c1db1b9..41ba62f 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-fetch.el b/lisp/magit-fetch.el index 35e1c8e..ad55fdc 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-files.el b/lisp/magit-files.el index 0d359f4..4352acc 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 474f4ea..bb84b1d 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-gitignore.el b/lisp/magit-gitignore.el index 2f60f8c..06c4fba 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index 360148c..a8619c7 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-log.el b/lisp/magit-log.el index 763b529..50e4366 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el index c69b84a..539086e 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-merge.el b/lisp/magit-merge.el index ac545a0..3f5ef24 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el index 08c5f84..0f81526 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-notes.el b/lisp/magit-notes.el index 12bac89..6b366a7 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-patch.el b/lisp/magit-patch.el index b38c9ba..c1fec97 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-process.el b/lisp/magit-process.el index 69bb6e3..581e250 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-pull.el b/lisp/magit-pull.el index 819e294..a6afb14 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-push.el b/lisp/magit-push.el index 46a95fd..6bcd0c3 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-reflog.el b/lisp/magit-reflog.el index b64e39d..65c339d 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el index 6b5cc87..31bbf62 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-remote.el b/lisp/magit-remote.el index e010c92..3d0aa31 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el index 892d093..5311a98 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el index 1d52b2a..5770620 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-section.el b/lisp/magit-section.el index dbda4aa..85fb10c 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index bda3910..3c167b4 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 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 5e2f880..46e5b46 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Kyle Meyer ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el index e01b590..bf3c87f 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-status.el b/lisp/magit-status.el index 2deecb4..76e4daf 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el index a311247..7b82ee9 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-subtree.el b/lisp/magit-subtree.el index dae1661..edbde26 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-tag.el b/lisp/magit-tag.el index b49e48b..928c7ff 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-transient.el b/lisp/magit-transient.el index 364c20a..8080182 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el index 2c522a6..1f9a54c 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el index dd19a11..671172c 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Jonas Bernoulli ;; Maintainer: Jonas Bernoulli diff --git a/lisp/magit.el b/lisp/magit.el index 7fdfcc9..042b8b1 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-2023 The Magit Project Contributors +;; Copyright (C) 2008-2024 The Magit Project Contributors ;; Author: Marius Vollmer ;; Jonas Bernoulli -- cgit v1.0