Codebase list sugar-etoys-activity / 356a1f9
Update copyright info: Extend coverage for myself, and relicense packaging as GPL-3+. Jonas Smedegaard 9 years ago
2 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
1010 License: Expat
1111
1212 Files: debian/*
13 Copyright: 2008-2010,2012, Jonas Smedegaard <dr@jones.dk>
13 Copyright: 2010,2012,2015, Jonas Smedegaard <dr@jones.dk>
1414 2010, Ankur khurana <ankur@seeta.in>
15 License: GPL-2+
15 License: GPL-3+
1616
1717 License: Expat
1818 Permission is hereby granted, free of charge, to any person obtaining a
3434 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3535 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3636
37 License: GPL-2+
37 License: GPL-3+
3838 This program is free software; you can redistribute it and/or modify it
3939 under the terms of the GNU General Public License as published by the
40 Free Software Foundation; either version 2 of the License, or (at your
40 Free Software Foundation; either version 3 of the License, or (at your
4141 option) any later version.
4242 .
4343 This program is distributed in the hope that it will be useful, but
4545 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4646 General Public License for more details.
4747 Comment:
48 On Debian systems the 'GNU General Public License' version 2 is located
49 in '/usr/share/common-licenses/GPL-2'.
48 On Debian systems the 'GNU General Public License' version 3 is located
49 in '/usr/share/common-licenses/GPL-3'.
5050 .
5151 You should have received a copy of the 'GNU General Public License'
5252 along with this program. If not, see <http://www.gnu.org/licenses/>.
00 #!/usr/bin/make -f
11 # -*- mode: makefile; coding: utf-8 -*-
2 # Copyright 2008, 2009, 2010, 2012 Jonas Smedegaard <dr@jones.dk>
2 # Copyright 2010, 2012, 2015 Jonas Smedegaard <dr@jones.dk>
33 # Copyright 2010 Ankur khurana <ankur@seeta.in>
44 # Description: Main Debian packaging script for Etoys
55 #
66 # This program is free software; you can redistribute it and/or modify
77 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
8 # the Free Software Foundation; either version 3, or (at your option)
99 # any later version.
1010 #
1111 # This program is distributed in the hope that it will be useful, but