This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-net-java.
commit c67a393a62460bb356501ab9949e64b69a90551e Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 30 13:19:19 2015 +0100 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 46 ++++++++++++++++++---------------------------- 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d85b7b..4399a59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libcommons-net-java (3.4-1) UNRELEASED; urgency=medium * Team upload. * New upstream release * Build with maven-debian-helper + * debian/copyright: Converted to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Mon, 30 Nov 2015 09:46:51 +0100 diff --git a/debian/copyright b/debian/copyright index 2a1c776..68611d5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,28 +1,18 @@ -This package was debianized by Arnaud Vandyck <[email protected]> on -Tue, 11 May 2004 17:01:26 +0100. - -It was downloaded from http://jakarta.apache.org/commons/net/ - -Upstream Authors: Jeffrey D. Brekke <[email protected]>, Steve Cohen - <[email protected]>, Bruno D'Avanzo - <[email protected]>, Daniel F. Savarese <dfs -> - apache.org>, Tapan Karecha <[email protected]>, - Winston Ojeda <[email protected]> - -Copyright: (C) 1997-2009 The Apache Software Foundation - - 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'. - +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Apache Commons NET +Source: http://commons.apache.org/net + +Files: * +Copyright: 2001-2015, The Apache Software Foundation +License: Apache-2.0 + +Files: debian/* +Copyright: 2004-2009, Arnaud Vandyck <[email protected]> + 2009, Ludovic Claude <[email protected]> + 2009-2011, Torsten Werner <[email protected]> + 2014-2015, 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/libcommons-net-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

