This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit 6880b734a56e1a89a06cbfd93c94c41cdf961ff1 Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 28 09:42:23 2016 +0100 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 46 +++++++++++++++------------------------------- 2 files changed, 16 insertions(+), 31 deletions(-) diff --git a/debian/changelog b/debian/changelog index bd83b2b..2cae6ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-plugin-tools (3.3-4) UNRELEASED; urgency=medium * Build with maven-debian-helper * Backported the fix for MPLUGIN-238 (HelpMojo fails when using java-annotations without any configuration) + * Converted debian/copyright to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Wed, 27 Jan 2016 10:08:59 +0100 diff --git a/debian/copyright b/debian/copyright index 0a72e59..83b8f64 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,34 +1,18 @@ -This package was debianized by Torsten Werner <[email protected]>. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Maven Plugin Tools +Source: http://maven.apache.org -The Debian packaging is Copyright (c) 2008 Torsten Werner and is -licensed under the GNU General Public License version 3. On Debian -systems, the complete text of the GNU General Public License can be -found in '/usr/share/common-licenses/GPL-3'. +Files: * +Copyright: 2006-2014, The Apache Software Foundation +License: Apache-2.0 -The package was downloaded from <http://maven.apache.org>. +Files: debian/* +Copyright: 2008-2009, Torsten Werner + 2009, Ludovic Claude + 2011, Miguel Landaeta + 2013-2016, Emmanuel Bourg +License: Apache-2.0 -Upstream Authors: [email protected] - -Copyright: 2008 The Apache Software Foundation. - -License: - - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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-licenes/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/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

