This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-assembly-plugin.
commit 5b2515ed17775c65699b4ff38cbba7cdfa1ba875 Author: Torsten Werner <[email protected]> Date: Sun Aug 16 14:05:04 2009 +0000 add info about MIT licensed file to debian/copyright --- debian/changelog | 2 +- debian/copyright | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 729cf66..004412c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -maven-assembly-plugin (2.2~beta4-1) experimental; urgency=low +maven-assembly-plugin (2.2~beta4-1) unstable; urgency=low * Initial version (closes: #518340) diff --git a/debian/copyright b/debian/copyright index fffc34b..dd0137b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,10 @@ Files: * Copyright: 2001-2009, The Apache Software Foundation. License: Apache-2.0 +Files: src/main/java/org/apache/maven/plugin/assembly/utils/CommandLineUtils.java +Copyright: 2004, The Codehaus +License: MIT + Files: debian/* Copyright: Copyright 2009, Ludovic Claude <[email protected]> License: GPL-3+ @@ -15,6 +19,25 @@ License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + License: GPL-3 On Debian GNU/Linux system you can find the complete text of the GPL-3 license in '/usr/share/common-licenses/GPL-3' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-assembly-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

