diff options
author | vg <vg@devys.org> | 2018-02-02 11:59:34 +0000 |
---|---|---|
committer | vg <vg@devys.org> | 2018-02-02 11:59:34 +0000 |
commit | ee08f867271adc4a90dae05a5b5fe9372d8fb4d8 (patch) | |
tree | e8a85891c1ae018efbc764c9d43bb649e297019f /debian/copyright | |
parent | f7f97ca30f11dfc5c03aa6b2950ded79de225217 (diff) | |
download | debian-ranger-ee08f867271adc4a90dae05a5b5fe9372d8fb4d8.tar.gz debian-ranger-ee08f867271adc4a90dae05a5b5fe9372d8fb4d8.tar.bz2 debian-ranger-ee08f867271adc4a90dae05a5b5fe9372d8fb4d8.zip |
add debian package files, adapted from original debian package for ranger 1.8
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..a725047 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +This package has been modified to has the latest release of ranger by +vg@devys.org. + + +This is Debian's prepackaged version of Ranger, A file manager with an ncurses +frontend written in python. + +It was downloaded from http://ranger.nongnu.org/ranger-stable.tar.gz + +Upstream Authors: + + Copyright 2009-2016 Roman Zimbelmann <hut@hut.pm> + Copyright 2010 David Barnett <davidbarnett2@gmail.com> + Copyright 2010 Lucas de Vries <lucas@glacicle.org> + Copyright 2010 Sitaram Chamarty <sitaram@atc.tcs.com> + Copyright 2011 David Pugnasse <david.pugnasse@gmail.com> + Copyright 2011 ornicar <thibault.duplessis@gmail.com> + Copyright 2011-2012 Abdó Roig-Maranges <abdo.roig@gmail.com> + Copyright 2011-2012 M Rawash <mrawash@gmail.com> + Copyright 2012 Serge Broslavsky <serge.broslavsky@gmail.com> + Copyright 2012 joe <joebodo@gmail.com> + Copyright 2013 Emanuel Guevel + Copyright 2013 Joseph Tannhuber <sepp.tannhuber@yahoo.de> + Copyright 2013-2014 GermainZ <germanosz@gmail.com> + Copyright 2014 Célestin Matte <celestin.matte@gmail.com> + Copyright 2014 Milan Svoboda <milan.svoboda@centrum.cz> + Copyright 2014 rukai <rubickent@gmail.com> + Copyright 2015 Alexander Buddenbrock <a.buddenbrock@ish.de> + Copyright 2015 Delisa Mason <iskanamagus@gmail.com> + Copyright 2015 No Suck <admin@nosuck.org> + Copyright 2015 Randy Nance <randynobx@gmail.com> + Copyright 2015 Ryan Burns <rdburns@gmail.com> + Copyright 2015 anekos <anekos@snca.net> + Copyright 2015 bastorran + Copyright 2015 nfnty <git@nfnty.se> + Copyright 2015-2016 Wojciech Siewierski <wojciech.siewierski@onet.pl> + +License: + + This program 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 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Modifications for Debian: Copyright 2010-2015, Vern Sun <s5unty@gmail.com> +and is licensed under the GPL version 3, see above. |