This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxalan2-java.
commit 5591e6a2a6c2f899cbb7c7c8069a2ee6180c480c Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 13 17:16:38 2017 +0200 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89f3fdf..6eb5101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ libxalan2-java (2.7.2-1) UNRELEASED; urgency=medium * Use secure Vcs-* URLs * Switch to debhelper level 10 * Standards-Version updated to 4.1.1 + * Converted debian/copyright to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Mon, 28 Sep 2015 08:53:38 +0200 diff --git a/debian/copyright b/debian/copyright index b3e458b..038024b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,28 +1,28 @@ -This package was debianized by Ola Lundqvist <[email protected]> on -Fri, 30 Mar 2001 15:40:54 +0200. It is now maintained by Stefan Gybas -<[email protected]>. -The source code was downloaded from http://xml.apache.org/xalan-j/index.html +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Xalan J +Source: http://svn.apache.org/repos/asf/xalan/java/trunk -Upstream Authors: - Stefano Mazzocchi <[email protected]> - Shane Curcuru <[email protected]> - Sam Ruby <[email protected]> - Don Leslie <[email protected]> +Files: * +Copyright: 2000-2014, The Apache Software Foundation +License: Apache-2.0 -Copyright: (c) 2001-2008 Stefano Mazzocchi, Shane Curcuru, et. al. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -The full text of the license can be found in -'/usr/share/common-licenses/Apache-2.0'. +Files: debian/* +Copyright: 2001-2002, Ola Lundqvist <[email protected]> + 2001, Max Kellermann <[email protected]> + 2002-2004, Stefan Gybas <[email protected]> + 2005-2006, Wolfgang Baer <[email protected]> + 2005-2007, Arnaud Vandyck <[email protected]> + 2005, Jeroen van Wolffelaar <[email protected]> + 2006, Marcus Better <[email protected]> + 2007, Matthias Klose <[email protected]> + 2008, Michael Koch <[email protected]> + 2009, Ludovic Claude <[email protected]> + 2009-2011, Torsten Werner <[email protected]> + 2011, Jakub Adam <[email protected]> + 2013, tony mancill <[email protected]> + 2014-2017, Emmanuel Bourg <[email protected]> +License: Apache-2.0 +License: Apache-2.0 + On Debian systems, the full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxalan2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

