Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 2, 2020
1 parent 4da448a commit df191f4
Show file tree
Hide file tree
Showing 47 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lisp/git-commit.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; git-commit.el --- Edit Git commit messages -*- lexical-binding: t; -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/git-rebase.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; git-rebase.el --- Edit Git rebase files -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-apply.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-apply.el --- apply Git diffs -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-autorevert.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-autorevert.el --- revert buffers when files in repository change -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-bisect.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-bisect.el --- bisect support for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2011-2019 The Magit Project Contributors
;; Copyright (C) 2011-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-blame.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-blame.el --- blame support for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2012-2019 The Magit Project Contributors
;; Copyright (C) 2012-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-bookmark.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-bookmark.el --- bookmark support for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-branch.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-branch.el --- branch support -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-clone.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-clone.el --- clone a repository -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-commit.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-commit.el --- create Git commits -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-core.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-core.el --- core functionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-diff.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-diff.el --- inspect Git diffs -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-ediff.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-ediff.el --- Ediff extension for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-extras.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-extras.el --- additional functionality for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-fetch.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-fetch.el --- download objects and refs -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-files.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-files.el --- finding files -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-git.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-git.el --- Git functionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-gitignore.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-gitignore.el --- intentionally untracked files -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-imenu.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-imenu.el --- Integrate Imenu in magit major modes -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-libgit.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-libgit.el --- Libgit functionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-log.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-log.el --- inspect Git history -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-margin.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-margin.el --- margins in Magit buffers -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-merge.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-merge.el --- merge functionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-mode.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-mode.el --- create and refresh Magit buffers -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-notes.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-notes.el --- notes support -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-obsolete.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-obsolete.el --- obsolete definitions -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-patch.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-patch.el --- creating and applying patches -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-process.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-process.el --- process functionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-pull.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-pull.el --- update local objects and refs -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-push.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-push.el --- update remote objects and refs -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-reflog.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-reflog.el --- inspect ref history -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-refs.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-refs.el --- listing references -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-remote.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-remote.el --- transfer Git commits -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-repos.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-repos.el --- listing repositories -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-reset.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-reset.el --- reset fuctionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-section.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-section.el --- section functionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-sequence.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-sequence.el --- history manipulation in Magit -*- lexical-binding: t -*-

;; Copyright (C) 2011-2019 The Magit Project Contributors
;; Copyright (C) 2011-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-stash.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-stash.el --- stash support for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-status.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-status.el --- the grand overview -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-submodule.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-submodule.el --- submodule support for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2011-2019 The Magit Project Contributors
;; Copyright (C) 2011-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-subtree.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-subtree.el --- subtree support for Magit -*- lexical-binding: t -*-

;; Copyright (C) 2011-2019 The Magit Project Contributors
;; Copyright (C) 2011-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-tag.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-tag.el --- tag functionality -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-transient.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-transient.el --- support for transients -*- lexical-binding: t -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-utils.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-utils.el --- various utilities -*- lexical-binding: t; coding: utf-8 -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-wip.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-wip.el --- commit snapshots to work-in-progress refs -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-worktree.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit-worktree.el --- worktree support -*- lexical-binding: t -*-

;; Copyright (C) 2010-2019 The Magit Project Contributors
;; Copyright (C) 2010-2020 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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; magit.el --- A Git porcelain inside Emacs -*- lexical-binding: t; coding: utf-8 -*-

;; Copyright (C) 2008-2019 The Magit Project Contributors
;; Copyright (C) 2008-2020 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.
Expand Down

0 comments on commit df191f4

Please sign in to comment.