Author: paulcager-guest Date: 2008-04-12 13:16:48 +0000 (Sat, 12 Apr 2008) New Revision: 6148
Modified: trunk/plexus-compiler-javac/debian/changelog trunk/plexus-compiler-javac/debian/control trunk/plexus-compiler-javac/debian/copyright Log: Corrected licenses, descriptions and ITP number Modified: trunk/plexus-compiler-javac/debian/changelog =================================================================== --- trunk/plexus-compiler-javac/debian/changelog 2008-04-12 11:46:22 UTC (rev 6147) +++ trunk/plexus-compiler-javac/debian/changelog 2008-04-12 13:16:48 UTC (rev 6148) @@ -1,6 +1,6 @@ plexus-compiler-javac (1.5.3-1) unstable; urgency=low * Initial release. - (Closes: 474649). + (Closes: 475715). -- Paul Cager <[EMAIL PROTECTED]> Mon, 07 Apr 2008 00:01:02 +0100 Modified: trunk/plexus-compiler-javac/debian/control =================================================================== --- trunk/plexus-compiler-javac/debian/control 2008-04-12 11:46:22 UTC (rev 6147) +++ trunk/plexus-compiler-javac/debian/control 2008-04-12 13:16:48 UTC (rev 6148) @@ -19,4 +19,4 @@ can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . - This package provides the Plexus Compiler for javac. + This package provides the Plexus Compiler interface for javac. Modified: trunk/plexus-compiler-javac/debian/copyright =================================================================== --- trunk/plexus-compiler-javac/debian/copyright 2008-04-12 11:46:22 UTC (rev 6147) +++ trunk/plexus-compiler-javac/debian/copyright 2008-04-12 13:16:48 UTC (rev 6148) @@ -4,27 +4,18 @@ It was downloaded from http://repository.codehaus.org/org/codehaus/plexus/plexus-compiler-javac Copyright: - (C) 2001-2005 The Apache Software Foundation. - (C) 2004-2005 The Codehaus. + (C) 2001-2006 The Apache Software Foundation. + (C) 2005 The Codehaus. Authors: - jdcasey - Jason van Zyl [EMAIL PROTECTED] Matthew Pocock [EMAIL PROTECTED] - Michal Maczka [EMAIL PROTECTED] - Stefano Mazzocchi [EMAIL PROTECTED] Trygve Laugstol [EMAIL PROTECTED] + Carlos Sanchez [EMAIL PROTECTED] License: The following files are licensed under the "MIT" license: - org/codehaus/plexus/compiler/CompilerOutputStyle.java - org/codehaus/plexus/compiler/CompilerConfiguration.java - org/codehaus/plexus/compiler/util/StreamPumper.java - org/codehaus/plexus/compiler/util/scan/SimpleSourceInclusionScanner.java - org/codehaus/plexus/compiler/util/scan/mapping/SingleTargetSourceMapping.java - org/codehaus/plexus/compiler/AbstractCompiler.java - org/codehaus/plexus/compiler/CompilerError.java - org/codehaus/plexus/compiler/Compiler.java + org/codehaus/plexus/compiler/javac/IsolatedClassLoader.java + org/codehaus/plexus/compiler/javac/JavacCompiler.java All other files are licensed under the Apache License (version 2.0) The "MIT" license is: _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

