This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-csv.
commit 11faec1c4b3c02e80f98b78f856b51e09e5c7f60 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 29 13:52:30 2015 +0200 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 33 ++++++++++++--------------------- 2 files changed, 13 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index a26ec5e..1021418 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ commons-csv (0.1-SNAPSHOT+svn678580-4) UNRELEASED; urgency=medium - Standards-Version updated to 3.9.6 (no changes) - Removed the deprecated DM-Upload-Allowed field * Switch to debhelper level 9 + * debian/copyright: Converted to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Tue, 29 Sep 2015 13:23:47 +0200 diff --git a/debian/copyright b/debian/copyright index 6059986..35a01ca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,24 +1,15 @@ -This package was debianized by Jan-Pascal van Best <[email protected]> on -Tue, 19 Jun 2007 14:24:31 +0200 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Apache Commons CSV +Source: http://svn.apache.org/repos/asf/commons/proper/csv/ -It was downloaded using subversion from the Subversion repository at -http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/ +Files: * +Copyright: 2001-2008, The Apache Software Foundation +License: Apache-2.0 -Use - debian/rules get-orig-source -to download the source from this location and re-create the .orig.tar.gz. +Files: debian/* +Copyright: 2007-2008, Jan-Pascal van Best +License: Apache-2.0 -Upstream Authors: Henri Yandell <[email protected]>, - Martin van den Bemt <[email protected]>, - Yonik Seeley <[email protected]> - -Copyright: © 2001-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'. - -The Debian packaging (the files under debian/) is -Copyright 2007,2008 Jan-Pascal van Best <[email protected]>. It is -also licensed under the terms of the Apache License, version 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-csv.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

