This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit 1862e595e01436d7e69001838e7bff286fc347c8 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 23 09:10:39 2015 +0200 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 63 +++++++++++++++++++++++++------------------------------- 2 files changed, 29 insertions(+), 35 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e65ae0..3c2a7b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ java-policy (0.54) UNRELEASED; urgency=medium * Team upload. * Moved the Java policy to a separate package. * Removed the ./patches directory (all applied a long time ago) + * Converted debian/copyright to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Tue, 22 Sep 2015 09:23:34 +0200 diff --git a/debian/copyright b/debian/copyright index 9c7b8ac..f1ae12d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,35 +1,28 @@ -It is a Debian original work. - -Current maintainers: - Michael Koch <[email protected]> - Matthias Klose <[email protected]> - Torsten Werner <[email protected]> - Niels Thykier <[email protected]> - -Previous maintainers: - Ola Lundqvist <[email protected]> - Stephane Bortzmeyer <[email protected]> - Stefan Gybas <[email protected]> - Arnaud Vandyck <[email protected]> - -Copyright (C) 1999-2010 by current and previous maintainers for Debian - -License: - - This package 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 of the License, or - (at your option) any later version. - - This package 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 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: Debian Java Policy +Upstream-Contact: Debian Java Team <[email protected]> + +Files: * +Copyright: 2000, Stephane Bortzmeyer <[email protected]> + 2001-2003, Ola Lundqvist <[email protected]> + 2006-2008, Michael Koch <[email protected]> + 2009, Torsten Werner <[email protected]> + 2010, Niels Thykier <[email protected]> + 2011-2013, Sylvestre Ledru <[email protected]> +License: GPL-2+ + This package 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 of the License, or + (at your option) any later version. + . + This package 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 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/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

