This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ant-contrib.
commit e70979ef3d64995e096ba1589b0715ed8adaaf63 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 00:37:39 2016 +0200 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 52 +++++++++++++++++++++------------------------------- 2 files changed, 22 insertions(+), 31 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8657c6d..7352a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ ant-contrib (1.0~b3+svn177-8) UNRELEASED; urgency=medium * Removed the unused portions of 0001-Debianize-build.xml.patch * Moved the package to Git * Standards-Version updated to 3.9.8 + * Converted debian/copyright to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Tue, 02 Aug 2016 21:52:27 +0200 diff --git a/debian/copyright b/debian/copyright index 7927806..bb09ae5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,31 +1,21 @@ -This package was debianized by Daniel Leidert (dale) <[email protected]> on -Mon, 08 Jun 2009. - -It was downloaded from the Sourceforge.net download servers: - - http://downloads.sourceforge.net/ant-contrib/ - -Upstream Authors: - - The Ant-Contrib project. - -Copyright: - - Copyright (C) 2001-2007 Ant-Contrib project. - -License: ASL2 - - 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. - - On Debian systems the Apache License, Version 2.0 can be found in the - file `/usr/share/common-licenses/Apache-2.0'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Ant-Contrib +Source: http://downloads.sourceforge.net/ant-contrib/ + +Files: * +Copyright: 2001-2007, Ant-Contrib project +License: Apache-2.0 + +Files: debian/* +Copyright: 2009, Daniel Leidert <[email protected]> + 2009-2010, Michael Koch <[email protected]> + 2010-2012, tony mancill <[email protected]> + 2011, James Page <[email protected]> + 2011, Torsten Werner <[email protected]> + 2012, Damien Raude-Morvan <[email protected]> + 2014-2016, 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/ant-contrib.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

