diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2013-07-18 12:22:44 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2013-07-18 12:22:44 +0200 |
| commit | 59fd7f6d2edc1d63449c85f616e8d169313633ed (patch) | |
| tree | b5f39e8d91f8ba8a7f6b0602630b01ea918c39a5 /magit-bisect.el | |
| parent | b603a4b086bddec59de30339c861f5f0be088954 (diff) | |
update authorship information (on master)
The copyright notices have not been updated in a very long time. By
now so many people have contributed that it is not feasible anymore
to have a copyright line in `magit.el' for everyone. Now only current
and former maintainers are listed explicitly in this file. In other
libraries some non-maintainers who made changes to a particular file
are also listed - including but not limited to the original author.
Right below the now shorter Copyright list is a new link to the list of
all contributors on github.
The header keyword "Original Author" is replaced by just "Author",
that's how it is commonly done. All keywords no longer contain
whitespace, but use a dash instead.
Both Phil Jackson and Peter J Weisberg are now listed as former
maintainers. Peter has been removed from the list of active maintainers
as he hasn't done much lately. Nicolas Dudebout and I are added to the
list of active maintainers. That list is sorted by activity.
Appropriate Copyright lines and Author keywords are added to files
besides `magit.el' (partly this is done in an earlier commit).
In `magit-svn.el' and `magit-blame.el' several people have already been
listed that have not made a single commit to those file. I assume this
is because these files have been ported from other packages and therefor
did not remove anyone.
I have added myself as Author of `magit-wip.el' even though Ryan
C. Thompson wrote the first version, because his version was barely
usable.
If you are unhappy about a change please contact me.
Diffstat (limited to 'magit-bisect.el')
| -rw-r--r-- | magit-bisect.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/magit-bisect.el b/magit-bisect.el index e7d402e..e74a959 100644 --- a/magit-bisect.el +++ b/magit-bisect.el @@ -2,6 +2,8 @@ ;; Copyright (C) 2011 Moritz Bunkus +;; Author: Moritz Bunkus <moritz@bunkus.org> + ;; Magit is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 3, or (at your option) |
