[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 7d0d7068de: Bump copyright years
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit 7d0d7068de: Bump copyright years |
Date: |
Sat, 1 Jan 2022 03:58:01 -0500 (EST) |
branch: elpa/git-commit
commit 7d0d7068deff003a02f49fa430153e4611c80175
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Bump copyright years
---
docs/magit-section.texi | 8 ++++----
docs/magit.texi | 8 ++++----
lisp/git-commit.el | 2 +-
lisp/git-rebase.el | 2 +-
lisp/magit-apply.el | 2 +-
lisp/magit-autorevert.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-imenu.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-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-utils.el | 2 +-
lisp/magit-wip.el | 2 +-
lisp/magit-worktree.el | 2 +-
lisp/magit.el | 2 +-
test/magit-tests.el | 2 +-
51 files changed, 57 insertions(+), 57 deletions(-)
diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index 86b0b2515e..fe7498fe4a 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 ea7e22bb7e..a45ec935a5 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 420d0bf72c..d637b2a48d 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 a5fe9b703b..a893a64d26 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 a44b767912..3edae33c08 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 75e88d8ea4..c998d7a686 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 8efe1af330..8f9fa408ed 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 24c071319a..81c6219e26 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 22f022e604..b65b3acebb 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 70d853c35f..d3db6774b7 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 8728c660f7..8afa7ffcfc 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 224ca7b6f0..f2813cb88a 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 06b971c916..c2b5a42912 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 417f15b25a..c0873a9843 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 f1fccdb81f..9a128db0f2 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 58c47f5f75..97b49cc8e1 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 d374194963..0e73a03245 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 0443cddbf8..432030d1e7 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 1ccabc360f..2b91c8ef2e 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 f6a2014b22..ff5f032362 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 da4101e2a0..634c9e289f 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 a2a337d293..fad04deccf 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 290d34d1e6..995cabe309 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 663a4b47bf..3c9a12c165 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 2889238d12..4cd8074f51 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 104fdd3325..470cac96a1 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 09fe82ed5e..f32bf0d706 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 a541b032f9..30bbc5f9bf 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 f49f149bc9..e6605f343f 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 1e4fa66d2a..e526beadab 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 853b4a7270..165bd1628a 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 479431cd39..db8783f3ed 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 f45a65b697..918053baa7 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 a001dfc9d0..fb79d8efa6 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 6f9287c329..0117e083f3 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 caef16c4f7..4be41fcfaa 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 64d2a972eb..123c2edbe1 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 830e27e624..6203a69e82 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 a32781dcec..3daf4dc11a 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 97dd28a3f1..20b8146e18 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 c858249c8b..726017bd71 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 7c900a8c9f..f404843526 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 54edf5659f..f14337a2d8 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 34e9451e3f..3d0514ed40 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 d19abbe7d6..c10a46c8d6 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 d03694b012..8d6d582fe6 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 ea3715eb00..75b4393c32 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 091f2c824f..70952a5c1c 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 556448e807..3e176e35e5 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 9223f54d5f..f79828d613 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 523cc519d5..40f71eb08b 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/git-commit 7d0d7068de: Bump copyright years,
ELPA Syncer <=