diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-06-23 19:10:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-06-23 19:10:00 +0200 |
| commit | 48e73138872d117e0bdd71d1227af06cf3aec147 (patch) | |
| tree | 4481aa739bd82c4e80b10c1f064427b5b947aa0c /lisp | |
| parent | 51eb8bb42f45237fab70f099d151c087409d32c3 (diff) | |
clarify copyright lines in library headers
At the beginning of library headers use
;; Copyright (C) YEARS The Magit Project Contributors
instead of
;; Copyright (C) YEARS The Magit Project Developers
"Developers" might be read as to imply that only the core team hold the
copyright. But that is not the case, since nobody assigned their rights
to us. Everyone who ever contributed holds the copyright for their
contribution(s).
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -rw-r--r-- | lisp/git-rebase.el | 2 | ||||
| -rw-r--r-- | lisp/magit-apply.el | 2 | ||||
| -rw-r--r-- | lisp/magit-bisect.el | 2 | ||||
| -rw-r--r-- | lisp/magit-blame.el | 2 | ||||
| -rw-r--r-- | lisp/magit-commit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-core.el | 2 | ||||
| -rw-r--r-- | lisp/magit-diff.el | 2 | ||||
| -rw-r--r-- | lisp/magit-ediff.el | 2 | ||||
| -rw-r--r-- | lisp/magit-extras.el | 2 | ||||
| -rw-r--r-- | lisp/magit-git.el | 2 | ||||
| -rw-r--r-- | lisp/magit-log.el | 2 | ||||
| -rw-r--r-- | lisp/magit-mode.el | 2 | ||||
| -rw-r--r-- | lisp/magit-popup.el | 2 | ||||
| -rw-r--r-- | lisp/magit-process.el | 2 | ||||
| -rw-r--r-- | lisp/magit-remote.el | 2 | ||||
| -rw-r--r-- | lisp/magit-section.el | 2 | ||||
| -rw-r--r-- | lisp/magit-sequence.el | 2 | ||||
| -rw-r--r-- | lisp/magit-stash.el | 2 | ||||
| -rw-r--r-- | lisp/magit-utils.el | 2 | ||||
| -rw-r--r-- | lisp/magit-wip.el | 2 | ||||
| -rw-r--r-- | lisp/magit.el | 2 | ||||
| -rw-r--r-- | lisp/with-editor.el | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 0e7181c..c4eeab2 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-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 b93911f..3687f83 100644 --- a/lisp/git-rebase.el +++ b/lisp/git-rebase.el @@ -1,6 +1,6 @@ ;;; git-rebase.el --- Major mode for editing Git rebase files -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 2a569a6..b387261 100644 --- a/lisp/magit-apply.el +++ b/lisp/magit-apply.el @@ -1,6 +1,6 @@ ;;; magit-apply.el --- apply Git diffs -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 4f699d1..39f2de5 100644 --- a/lisp/magit-bisect.el +++ b/lisp/magit-bisect.el @@ -1,6 +1,6 @@ ;;; magit-bisect.el --- bisect support for Magit -;; Copyright (C) 2011-2015 The Magit Project Developers +;; Copyright (C) 2011-2015 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 96b9e48..ef6c5d9 100644 --- a/lisp/magit-blame.el +++ b/lisp/magit-blame.el @@ -1,6 +1,6 @@ ;;; magit-blame.el --- blame support for Magit -;; Copyright (C) 2012-2015 The Magit Project Developers +;; Copyright (C) 2012-2015 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 8f10b3d..6630c41 100644 --- a/lisp/magit-commit.el +++ b/lisp/magit-commit.el @@ -1,6 +1,6 @@ ;;; magit-commit.el --- create Git commits -;; Copyright (C) 2008-2015 The Magit Project Developers +;; Copyright (C) 2008-2015 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 d06079e..844671b 100644 --- a/lisp/magit-core.el +++ b/lisp/magit-core.el @@ -1,6 +1,6 @@ ;;; magit-core.el --- core functionality -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 a02642b..b7a9c44 100644 --- a/lisp/magit-diff.el +++ b/lisp/magit-diff.el @@ -1,6 +1,6 @@ ;;; magit-diff.el --- inspect Git diffs -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 6ecc19e..5914d15 100644 --- a/lisp/magit-ediff.el +++ b/lisp/magit-ediff.el @@ -1,6 +1,6 @@ ;;; magit-ediff.el --- Ediff extension for Magit -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 d2145d1..6565583 100644 --- a/lisp/magit-extras.el +++ b/lisp/magit-extras.el @@ -1,6 +1,6 @@ ;;; magit-extras.el --- additional functionality for Magit -;; Copyright (C) 2008-2015 The Magit Project Developers +;; Copyright (C) 2008-2015 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 09ea983..d0e5c2f 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -1,6 +1,6 @@ ;;; magit-git.el --- Git functionality -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 f556892..3371a07 100644 --- a/lisp/magit-log.el +++ b/lisp/magit-log.el @@ -1,6 +1,6 @@ ;;; magit-log.el --- inspect Git history -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 e53ff09..2cc720e 100644 --- a/lisp/magit-mode.el +++ b/lisp/magit-mode.el @@ -1,6 +1,6 @@ ;;; magit-mode.el --- create and refresh Magit buffers -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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-popup.el b/lisp/magit-popup.el index a7335de..e2da5a4 100644 --- a/lisp/magit-popup.el +++ b/lisp/magit-popup.el @@ -1,6 +1,6 @@ ;;; magit-popup.el --- infix arguments with feedback -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 7e53205..a1196c2 100644 --- a/lisp/magit-process.el +++ b/lisp/magit-process.el @@ -1,6 +1,6 @@ ;;; magit-process.el --- process functionality -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 2ed705d..32c2e85 100644 --- a/lisp/magit-remote.el +++ b/lisp/magit-remote.el @@ -1,6 +1,6 @@ ;;; magit-remote.el --- transfer Git commits -;; Copyright (C) 2008-2015 The Magit Project Developers +;; Copyright (C) 2008-2015 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 8e1f3fc..7d7aa84 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -1,6 +1,6 @@ ;;; magit-section.el --- section functionality -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 301e1d9..09c398a 100644 --- a/lisp/magit-sequence.el +++ b/lisp/magit-sequence.el @@ -1,6 +1,6 @@ ;;; magit-sequence.el --- history manipulation in Magit -;; Copyright (C) 2011-2015 The Magit Project Developers +;; Copyright (C) 2011-2015 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 b060fa4..9c85810 100644 --- a/lisp/magit-stash.el +++ b/lisp/magit-stash.el @@ -1,6 +1,6 @@ ;;; magit-stash.el --- stash support for Magit -;; Copyright (C) 2008-2015 The Magit Project Developers +;; Copyright (C) 2008-2015 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 0c45222..16d5e5d 100644 --- a/lisp/magit-utils.el +++ b/lisp/magit-utils.el @@ -1,6 +1,6 @@ ;;; magit-utils.el --- various utilities -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 23141a4..f2d5daf 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 -;; Copyright (C) 2010-2015 The Magit Project Developers +;; Copyright (C) 2010-2015 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 d5ffe57..0252348 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -1,6 +1,6 @@ ;;; magit.el --- control Git from Emacs -;; Copyright (C) 2008-2015 The Magit Project Developers +;; Copyright (C) 2008-2015 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/with-editor.el b/lisp/with-editor.el index 86295b2..1d22108 100644 --- a/lisp/with-editor.el +++ b/lisp/with-editor.el @@ -1,6 +1,6 @@ ;;; with-editor.el --- use the Emacsclient as $EDITOR -*- lexical-binding: t -*- -;; Copyright (C) 2014-2015 The Magit Project Developers +;; Copyright (C) 2014-2015 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. |
