Author: ewl-guest Date: 2009-05-24 06:33:34 +0000 (Sun, 24 May 2009) New Revision: 8292
Modified: trunk/freemind/debian/changelog trunk/freemind/debian/copyright Log: Add Classpath exception statement and hint about orphan license files to copyright file (ftpmaster request). Modified: trunk/freemind/debian/changelog =================================================================== --- trunk/freemind/debian/changelog 2009-05-19 20:45:38 UTC (rev 8291) +++ trunk/freemind/debian/changelog 2009-05-24 06:33:34 UTC (rev 8292) @@ -1,3 +1,10 @@ +freemind (0.9.0~rc1-3) unstable; urgency=low + + * Add Classpath exception statement and hint about orphan license files + to copyright file (ftpmaster request). + + -- Eric Lavarde <[email protected]> Sun, 05 Apr 2009 16:22:30 +0200 + freemind (0.9.0~rc1-2) unstable; urgency=low * Add XSL files from accessories to copyright file (ftpmaster request). Modified: trunk/freemind/debian/copyright =================================================================== --- trunk/freemind/debian/copyright 2009-05-19 20:45:38 UTC (rev 8291) +++ trunk/freemind/debian/copyright 2009-05-24 06:33:34 UTC (rev 8292) @@ -96,9 +96,26 @@ Files: ./freemind/main/Base64Coding.java Copyright: (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc. -License: GPLv2+ (with GNU classpath exception, see above) +License: GPLv2+ (see above; with GNU classpath exception, see below) +Linking this library statically or dynamically with other modules is +making a combined work based on this library. Thus, the terms and +conditions of the GNU General Public License cover the whole +combination. +As a special exception, the copyright holders of this library give you +permission to link this library with independent modules to produce an +executable, regardless of the license terms of these independent +modules, and to copy and distribute the resulting executable under +terms of your choice, provided that you also meet, for each linked +independent module, the terms and conditions of the license of that +module. An independent module is a module which is not derived from +or based on this library. If you modify this library, you may extend +this exception to your version of the library, but you are not +obligated to do so. If you do not wish to do so, delete this +exception statement from your version. + + Files: ./freemind/main/ExampleFileFilter.java Copyright: (c) 2003 Sun Microsystems, Inc. All Rights Reserved. License: BSD like? @@ -164,6 +181,13 @@ ./accessories/opml2mm.xsl +The following license files can be ignored as they refer to Jar files/libraries +that have been removed from the source code: + +./freemind/plugins/latex/Readme.txt +./freemind/plugins/script/groovy-all-1.5.6-LICENSE.txt + + File: ./accessories/freemind2html.xsl Author: Markus Brueckner <[email protected]> License: BSD license without advertising clause. (see _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

