Author: twerner Date: 2009-08-16 14:05:04 +0000 (Sun, 16 Aug 2009) New Revision: 10111
Modified: trunk/maven-assembly-plugin/debian/changelog trunk/maven-assembly-plugin/debian/copyright Log: add info about MIT licensed file to debian/copyright Modified: trunk/maven-assembly-plugin/debian/changelog =================================================================== --- trunk/maven-assembly-plugin/debian/changelog 2009-08-16 13:50:45 UTC (rev 10110) +++ trunk/maven-assembly-plugin/debian/changelog 2009-08-16 14:05:04 UTC (rev 10111) @@ -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) Modified: trunk/maven-assembly-plugin/debian/copyright =================================================================== --- trunk/maven-assembly-plugin/debian/copyright 2009-08-16 13:50:45 UTC (rev 10110) +++ trunk/maven-assembly-plugin/debian/copyright 2009-08-16 14:05:04 UTC (rev 10111) @@ -7,6 +7,10 @@ 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 @@ 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' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

