Author: twerner Date: 2009-08-11 19:55:35 +0000 (Tue, 11 Aug 2009) New Revision: 9936
Modified: trunk/netbeans-cvsclient/debian/changelog trunk/netbeans-cvsclient/debian/control trunk/netbeans-cvsclient/debian/copyright trunk/netbeans-cvsclient/debian/pom.xml Log: Fix copyright/license issues. Modified: trunk/netbeans-cvsclient/debian/changelog =================================================================== --- trunk/netbeans-cvsclient/debian/changelog 2009-08-11 17:39:20 UTC (rev 9935) +++ trunk/netbeans-cvsclient/debian/changelog 2009-08-11 19:55:35 UTC (rev 9936) @@ -1,5 +1,9 @@ netbeans-cvsclient (6.5-1) unstable; urgency=low + [ Ludovic Claude ] * Initial release. (Closes: #525977) - -- Ludovic Claude <[email protected]> Sun, 26 Apr 2009 20:21:46 +0100 + [ Torsten Werner ] + * Fix copyright/license issues. + + -- Torsten Werner <[email protected]> Tue, 11 Aug 2009 21:49:59 +0200 Modified: trunk/netbeans-cvsclient/debian/control =================================================================== --- trunk/netbeans-cvsclient/debian/control 2009-08-11 17:39:20 UTC (rev 9935) +++ trunk/netbeans-cvsclient/debian/control 2009-08-11 19:55:35 UTC (rev 9936) @@ -2,7 +2,8 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Ludovic Claude <[email protected]> +Uploaders: Ludovic Claude <[email protected]>, + Torsten Werner <[email protected]> Build-Depends: debhelper (>= 6), cdbs, default-jdk-builddep Build-Depends-Indep: ant, maven-repo-helper Standards-Version: 3.8.1 Modified: trunk/netbeans-cvsclient/debian/copyright =================================================================== --- trunk/netbeans-cvsclient/debian/copyright 2009-08-11 17:39:20 UTC (rev 9935) +++ trunk/netbeans-cvsclient/debian/copyright 2009-08-11 19:55:35 UTC (rev 9936) @@ -7,6 +7,11 @@ Copyright: 1997-2009, Sun Microsystems, Inc License: GPL-2 with Classpath Exception or CDDL-1.0 +Files: src/org/netbeans/lib/cvsclient/file/FileHandler.java +Copyright: 1997-2009, Sun Microsystems, Inc + 2000, Robert Greig +License: GPL-2 with Classpath Exception or CDDL-1.0 + Files: debian/* Copyright: 2009, Ludovic Claude <[email protected]> License: GPL-2 Modified: trunk/netbeans-cvsclient/debian/pom.xml =================================================================== --- trunk/netbeans-cvsclient/debian/pom.xml 2009-08-11 17:39:20 UTC (rev 9935) +++ trunk/netbeans-cvsclient/debian/pom.xml 2009-08-11 19:55:35 UTC (rev 9936) @@ -9,7 +9,7 @@ </scm> <licenses> <license> - <name>Sun Public License</name> + <name>GPL-2 with Classpath Exception or CDDL-1.0</name> <url>http://www.netbeans.org/about/legal/spl.html</url> </license> </licenses> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

