This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javassist.
commit 4677d63911385c16188589941b805d663889ad8d Author: Emmanuel Bourg <[email protected]> Date: Wed Jun 29 10:38:41 2016 +0200 debian/copyright: Converted to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 47 ++++++++++++++++++++++++++++------------------- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4562d6a..2c3ace6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ javassist (1:3.12.1.ga-2.1) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 3.9.8 * Switch to debhelper level 9 + * debian/copyright: Converted to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Wed, 29 Jun 2016 00:09:56 +0200 diff --git a/debian/copyright b/debian/copyright index 3fad8e9..a88373e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,22 +1,31 @@ -This package was debianized by Arnaud Vandyck <[email protected]> on -14-April-2007. The source code was downloaded from -http://www.csg.is.titech.ac.jp/~chiba/javassist/ and -https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=80766 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Javassist +Upstream-Contact: Shigeru Chiba +Source: https://github.com/jboss-javassist/javassist -Authors: Shigeru Chiba +Files: * +Copyright: 1999-2006, Shigeru Chiba +License: MPL-1.1 or LGPL-2.1+ -Copyright: - (c) 1999-2006 Shigeru Chiba. All Rights Reserved. - - The contents of this file are subject to the Mozilla Public License Version - 1.1 (the "License"); you may not use this file except in compliance with - the License. Alternatively, the contents of this file may be used under - the terms of the GNU Lesser General Public License Version 2.1 or later. - - Software distributed under the License is distributed on an "AS IS" basis, - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - for the specific language governing rights and limitations under the - License. +License: MPL-1.1 or LGPL-2.1+ + The contents of this file are subject to the Mozilla Public License Version + 1.1 (the "License"); you may not use this file except in compliance with + the License. Alternatively, the contents of this file may be used under + the terms of the GNU Lesser General Public License Version 2.1 or later. + . + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + for the specific language governing rights and limitations under the + License. + . + On Debian Systems, you can find the full text of the LGPL-2.1 + at this location: /usr/share/common-licenses/LGPL-2.1 -On Debian Systems, you can find the full text of the LGPL-2.1 -at this location: /usr/share/common-licenses/LGPL-2.1 +Files: debian/* +Copyright: 2007, Arnaud Vandyck <[email protected]> + 2007-2008, Varun Hiremath <[email protected]> + 2008-2011, Torsten Werner <[email protected]> + 2009, Niels Thykier <[email protected]> + 2012, James Page <[email protected]> + 2016, Emmanuel Bourg <[email protected]> +License: MPL-1.1 or LGPL-2.1+ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javassist.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

