This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-io.
commit f6d3a5a4a9940495bc83b408e605257572e419e4 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 26 12:03:39 2016 +0200 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 56 ++++++++++++++++++++------------------------------------ 2 files changed, 21 insertions(+), 36 deletions(-) diff --git a/debian/changelog b/debian/changelog index 935e913..9dc5a39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ commons-io (2.5-1) UNRELEASED; urgency=low to /usr/share/doc/libcommons-io-java * Moved the package to Git * Standards-Version updated to 3.9.8 (no changes) + * Converted debian/copyright to the Copyright Format 1.0 * Use XZ compression for the upstream tarball * Switch to debhelper level 9 diff --git a/debian/copyright b/debian/copyright index 51c37cb..db93a06 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,39 +1,23 @@ -This package was debianized by Trygve Laugstøl <[email protected]> on -Tue Aug 2 07:12:24 CEST 2005 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Apache Commons IO +Source: http://svn.apache.org/repos/asf/commons/proper/io/ -It was downloaded from http://commons.apache.org/io/ +Files: * +Copyright: 2002-20016, The Apache Software Foundation +License: Apache-2.0 -Upstream Authors: Scott Sanders <[email protected]>, - dIon Gillard <[email protected]>, - Nicola Ken Barozzi <[email protected]>, - Henri Yandell <[email protected]>, - Stephen Colebourne< - Jeremias Maerki <[email protected]>, - Matthew Hawthorne <[email protected]>, - Martin Cooper <[email protected]>, - Rob Oxspring <[email protected]>, - Jochen Wiedmann <[email protected]>, - Niall Pemberton, - Jukka Zitting, - Rahul Akolkar, - Jason Anderson, - Nathan Beyer, - Emmanuel Bourg <[email protected]>, - Chris Eldredge, - Magnus Grimsell, - Jim Harrington, - Thomas Ledoux, - Andy Lehane, - Marcelo Liberato, - Alban Peignier <[email protected]>, - Ian Springer, - Masato Tezuka, - James Urie, - Frank W. Zammetti +Files: debian/* +Copyright: 2005, Trygve Laugstøl + 2005-2006, Wolfgang Baer + 2007, Arnaud Vandyck + 2007, Kumar Appaiah + 2007-2008, Varun Hiremath + 2009, Ludovic Claude + 2010, Torsten Werner + 2011, Jakub Adam + 2013-2016, Emmanuel Bourg +License: Apache-2.0 -Copyright: 2002-2008 The Apache Software Foundation - -License: Apache 2.0 - -On Debian systems the full text of the Apache License can be found -in `/usr/share/common-licenses/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/commons-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

