diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:57:38 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:57:38 +0000 |
commit | 7c084cfab1bb405e37851f73b40d9cacb682dccb (patch) | |
tree | 107bb07bcddf0180edf509982da8c4c8421be915 | |
parent | Adding debian version 1.12-1. (diff) | |
download | lzip-debian/1.12-2.tar.xz lzip-debian/1.12-2.zip |
Adding debian version 1.12-2.debian/1.12-2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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 41dbfdc..fd9f69b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lzip (1.12-2) unstable; urgency=low + + * Compacting copyright file. + + -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 10 Jul 2011 17:09:49 +0200 + lzip (1.12-1) unstable; urgency=low * Updating package descriptions. diff --git a/debian/copyright b/debian/copyright index ba39322..f914bf4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,16 @@ Files: * Copyright: (C) 2006-2011 Antonio Diaz Diaz <ant_diaz@teleline.es> License: GPL-3+ + +Files: arg_parser.* +Copyright: (C) 2006-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: arg_parser.* -Copyright: (C) 2006-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. |