This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository proguard.
commit 17564dc70b49c0a7bcb5719eb44d40623f62a7e1 Author: Markus Koschany <[email protected]> Date: Sat Feb 6 19:30:21 2016 +0100 Update debian/copyright to copyright format 1.0. --- debian/changelog | 1 + debian/copyright | 61 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 36 insertions(+), 26 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4e7383..f6ec1ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ proguard (5.2.1-3) unstable; urgency=medium * Declare compliance with Debian Policy 3.9.7. * Build with maven-repo-helper and install proguard-gradle artifact. * Add debian/proguard.poms. + * Update debian/copyright to coypright format 1.0. -- Markus Koschany <[email protected]> Sat, 06 Feb 2016 19:20:58 +0100 diff --git a/debian/copyright b/debian/copyright index f20c0de..ebec1f1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,26 +1,35 @@ -This package was debianized by Sam Clegg <[email protected]> on -Tue, 17 May 2005 12:25:04 +0100. - -It was downloaded from http://proguard.sourceforge.net/ - -Proguard is Copyright (C) 2002-2008 Eric Lafortune <[email protected]>. - -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 2, 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, write to the Free Software Foundation, Inc., -51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Proguard +Source: http://proguard.sourceforge.net/ + +Files: * +Copyright: 2002-2015 Eric Lafortune +License: GPL-2+ + +Files: debian/* +Copyright: 2005-2009, Sam Clegg <[email protected]> + 2009, Onkar Shinde <[email protected]> + 2013, tony mancill <[email protected]> + 2014, Emmanuel Bourg <[email protected]> + 2015, Kai-Chung Yan <[email protected]> + 2015, komal Sukhani <[email protected]> + 2016, Markus Koschany <[email protected]> +License: GPL-2+ + +License: GPL-2+ + 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 2, 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, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/proguard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

