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/magit-core.el | |
| 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/magit-core.el')
| -rw-r--r-- | lisp/magit-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
