diff options
51 files changed, 57 insertions, 57 deletions
diff --git a/docs/magit-section.texi b/docs/magit-section.texi index 86b0b25..fe7498f 100644 --- a/docs/magit-section.texi +++ b/docs/magit-section.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2022 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 @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit-Section Developer Manual -@subtitle for version v3.3.0-72-geb0d359dc+1 +@subtitle for version v3.3.0-73-g03f495f35+1 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -54,10 +54,10 @@ user options see @ref{Sections,,,magit,}. This manual documents how you can use sections in your own packages. @noindent -This manual is for Magit-Section version v3.3.0-72-geb0d359dc+1. +This manual is for Magit-Section version v3.3.0-73-g03f495f35+1. @quotation -Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2022 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 ea7e22b..a45ec93 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -8,7 +8,7 @@ @copying @quotation -Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2022 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 @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit User Manual -@subtitle for version v3.3.0-72-geb0d359dc+1 +@subtitle for version v3.3.0-73-g03f495f35+1 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -53,10 +53,10 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. @noindent -This manual is for Magit version v3.3.0-72-geb0d359dc+1. +This manual is for Magit version v3.3.0-73-g03f495f35+1. @quotation -Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> +Copyright (C) 2015-2022 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 420d0bf..d637b2a 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; -*- -;; Copyright (C) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el index a5fe9b7..a893a64 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-apply.el b/lisp/magit-apply.el index a44b767..3edae33 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-autorevert.el b/lisp/magit-autorevert.el index 75e88d8..c998d7a 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el index 8efe1af..8f9fa40 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) 2011-2021 The Magit Project Contributors +;; Copyright (C) 2011-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el index 24c0713..81c6219 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) 2012-2021 The Magit Project Contributors +;; Copyright (C) 2012-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-bookmark.el b/lisp/magit-bookmark.el index 22f022e..b65b3ac 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-branch.el b/lisp/magit-branch.el index 70d853c..d3db677 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-bundle.el b/lisp/magit-bundle.el index 8728c66..8afa7ff 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) 2011-2021 The Magit Project Contributors +;; Copyright (C) 2011-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el index 224ca7b..f2813cb 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index 06b971c..c2b5a42 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-core.el b/lisp/magit-core.el index 417f15b..c0873a9 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el index f1fccdb..9a128db 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el index 58c47f5..97b49cc 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-extras.el b/lisp/magit-extras.el index d374194..0e73a03 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-fetch.el b/lisp/magit-fetch.el index 0443cdd..432030d 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-files.el b/lisp/magit-files.el index 1ccabc3..2b91c8e 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-git.el b/lisp/magit-git.el index f6a2014..ff5f032 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-gitignore.el b/lisp/magit-gitignore.el index da4101e..634c9e2 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-imenu.el b/lisp/magit-imenu.el index a2a337d..fad04de 100644 --- a/lisp/magit-imenu.el +++ b/lisp/magit-imenu.el @@ -1,6 +1,6 @@ ;;; magit-imenu.el --- Integrate Imenu in magit major modes -*- lexical-binding: t -*- -;; Copyright (C) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index 290d34d..995cabe 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -1,6 +1,6 @@ ;;; magit-libgit.el --- Libgit functionality -*- lexical-binding: t -*- -;; Copyright (C) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-log.el b/lisp/magit-log.el index 663a4b4..3c9a12c 100644 --- a/lisp/magit-log.el +++ b/lisp/magit-log.el @@ -1,6 +1,6 @@ ;;; magit-log.el --- inspect Git history -*- lexical-binding: t -*- -;; Copyright (C) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el index 2889238..4cd8074 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-merge.el b/lisp/magit-merge.el index 104fdd3..470cac9 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el index 09fe82e..f32bf0d 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-notes.el b/lisp/magit-notes.el index a541b03..30bbc5f 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-obsolete.el b/lisp/magit-obsolete.el index f49f149..e6605f3 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-patch.el b/lisp/magit-patch.el index 1e4fa66..e526bea 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-process.el b/lisp/magit-process.el index 853b4a7..165bd16 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-pull.el b/lisp/magit-pull.el index 479431c..db8783f 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-push.el b/lisp/magit-push.el index f45a65b..918053b 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-reflog.el b/lisp/magit-reflog.el index a001dfc..fb79d8e 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-refs.el b/lisp/magit-refs.el index 6f9287c..0117e08 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-remote.el b/lisp/magit-remote.el index caef16c..4be41fc 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el index 64d2a97..123c2ed 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el index 830e27e..6203a69 100644 --- a/lisp/magit-reset.el +++ b/lisp/magit-reset.el @@ -1,6 +1,6 @@ ;;; magit-reset.el --- reset fuctionality -*- lexical-binding: t -*- -;; Copyright (C) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-section.el b/lisp/magit-section.el index a32781d..3daf4dc 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 -*- -;; Copyright (C) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index 97dd28a..20b8146 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) 2011-2021 The Magit Project Contributors +;; Copyright (C) 2011-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-stash.el b/lisp/magit-stash.el index c858249..726017b 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-status.el b/lisp/magit-status.el index 7c900a8..f404843 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el index 54edf56..f14337a 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) 2011-2021 The Magit Project Contributors +;; Copyright (C) 2011-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-subtree.el b/lisp/magit-subtree.el index 34e9451..3d0514e 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) 2011-2021 The Magit Project Contributors +;; Copyright (C) 2011-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-tag.el b/lisp/magit-tag.el index d19abbe..c10a46c 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-transient.el b/lisp/magit-transient.el index d03694b..8d6d582 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-utils.el b/lisp/magit-utils.el index ea3715e..75b4393 100644 --- a/lisp/magit-utils.el +++ b/lisp/magit-utils.el @@ -1,6 +1,6 @@ ;;; magit-utils.el --- various utilities -*- lexical-binding: t; coding: utf-8 -*- -;; Copyright (C) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el index 091f2c8..70952a5 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el index 556448e..3e176e3 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) 2010-2021 The Magit Project Contributors +;; Copyright (C) 2010-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/lisp/magit.el b/lisp/magit.el index 9223f54..f79828d 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-2021 The Magit Project Contributors +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; ;; You should have received a copy of the AUTHORS.md file which ;; lists all contributors. If not, see http://magit.vc/authors. diff --git a/test/magit-tests.el b/test/magit-tests.el index 523cc51..40f71eb 100644 --- a/test/magit-tests.el +++ b/test/magit-tests.el @@ -1,6 +1,6 @@ ;;; magit-tests.el --- tests for Magit -;; Copyright (C) 2011-2021 The Magit Project Contributors +;; Copyright (C) 2011-2022 The Magit Project Contributors ;; ;; License: GPLv3 |
