Codebase list libhtml-html5-microdata-parser-perl / 103e909
Update copyright info: Extend packaging to cover recent years, and bump its licensing to 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
4242 licensing.
4343
4444 Files: debian/*
45 Copyright: 2011, Jonas Smedegaard <dr@jones.dk>
45 Copyright: 2011,2013-2014 Jonas Smedegaard <dr@jones.dk>
4646 2011, Florian Schlichting <fschlich@zedat.fu-berlin.de>
47 License: GPL-2+
47 License: GPL-3+
4848
4949 License: Artistic
5050 Comment:
5656 On Debian systems the 'GNU General Public License' version 1 is located
5757 in '/usr/share/common-licenses/GPL-1'.
5858
59 License: GPL-2+
59 License: GPL-3+
6060 This program is free software; you can redistribute it and/or modify it
6161 under the terms of the GNU General Public License as published by the
62 Free Software Foundation; either version 2, or (at your option) any
62 Free Software Foundation; either version 3, or (at your option) any
6363 later version.
6464 .
6565 This program is distributed in the hope that it will be useful, but
6767 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
6868 General Public License for more details.
6969 Comment:
70 On Debian systems the 'GNU General Public License' version 2 is located
71 in '/usr/share/common-licenses/GPL-2'.
70 On Debian systems the 'GNU General Public License' version 3 is located
71 in '/usr/share/common-licenses/GPL-3'.
7272 .
7373 You should have received a copy of the 'GNU General Public License'
7474 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 2011, Jonas Smedegaard <dr@jones.dk>
2 # Copyright © 2011, 2013-2014 Jonas Smedegaard <dr@jones.dk>
33 # Description: Main Debian packaging script for HTML::HTML5::Microdata::Parser
44 #
55 # This program is free software; you can redistribute it and/or modify
66 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2, or (at your option)
7 # the Free Software Foundation; either version 3, or (at your option)
88 # any later version.
99 #
1010 # This program is distributed in the hope that it will be useful, but