This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasmin-sable.
commit 2b9310f092715199d79920cbcdecbde7cd88ce73 Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 11 00:09:24 2015 +0100 debian/copyright: Updated to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 71 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 38 insertions(+), 34 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0c9df5c..05a4450 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jasmin-sable (2.4.0-5) UNRELEASED; urgency=medium * Package adopted by the Debian Java Maintainers (Closes: #738296) * Standards-Version updated to 3.9.6 (no changes) * debian/watch: Updated to watch the release tags on GitHub + * debian/copyright: Updated to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Tue, 10 Feb 2015 23:18:14 +0100 diff --git a/debian/copyright b/debian/copyright index 7a38634..8220b04 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,35 +1,38 @@ -This package was debianized by Grzegorz Prokopski (Debian Developer) <[email protected]> on -Wed, 21 Jan 2004 03:33:28 -0500. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Jasmin +Source: https://github.com/Sable/jasmin + +Files: * +Copyright: 1996, Jonathan Meyer <[email protected]> + 1999, Raja Vallee-Rai <[email protected]> + 2000, Patrice Pominville <[email protected]> + 2000, Feng Qian <[email protected]> + 1998, Kevin Kelley <[email protected]> + 1996, Scott Hudson <[email protected]> + 1996, C. Scott Ananian <[email protected]> + 1996, Frank Flannery +License: LGPL-2 + +Files: debian/* +Copyright: 2004, Grzegorz Prokopski <[email protected]> + 2008-2014, Chris Lamb <[email protected]> +License: LGPL-2 + +License: LGPL-2 + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; version 2 + of the License. + . + 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 + Lesser 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-2'. -It was downloaded from <http://www.sable.mcgill.ca/software/#soot>. - -Upstream Author: Jonathan Meyer <[email protected]> - -Copyright: - - Copyright (C) 1996 Jonathan Meyer <[email protected]> - Copyright (C) 1999 Raja Vallee-Rai <[email protected]> - Copyright (C) 2000 Patrice Pominville <[email protected]> - Copyright (C) 2000 Feng Qian <[email protected]> - Copyright (C) 1998 Kevin Kelley <[email protected]> - - Copyright (C) 1996 Scott Hudson <[email protected]> - Copyright (C) 1996 C. Scott Ananian <[email protected]> - Copyright (C) 1996 Frank Flannery - - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; version 2 - of the License. - - 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 - Lesser 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. - -On Debian systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL-2'. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasmin-sable.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

