diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 33 |
2 files changed, 17 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog index 5b6b14a..9664ad9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +clzip (1.2-2) unstable; urgency=low + + * Compacting copyright file. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 10 Jul 2011 17:08:19 +0200 + clzip (1.2-1) unstable; urgency=low * Updating package descriptions. diff --git a/debian/copyright b/debian/copyright index e6dbf7e..cb4262b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,16 @@ Files: * Copyright: (C) 2010-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ + +Files: carg_parser.* +Copyright: (C) 2010-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> +License: GPL-3+ with exception + +Files: debian/* +Copyright: (C) 2009-2011 Daniel Baumann <daniel.baumann@progress-technologies.net> +License: GPL-3+ + +License: GPL-3+ 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 @@ -17,9 +27,7 @@ License: GPL-3+ The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. -Files: carg_parser.* -Copyright: (C) 2010-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> -License: GPL-3+ +License: GPL-3+ with exception 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 @@ -45,22 +53,3 @@ License: GPL-3+ License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License. - -Files: debian/* -Copyright: (C) 2009-2011 Daniel Baumann <daniel.baumann@progress-technologies.net> -License: GPL-3+ - 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 program 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/>. - . - The complete text of the GNU General Public License - can be found in /usr/share/common-licenses/GPL-3 file. |