This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository jpathwatch.
commit bd9f230372ccdcaf7f4ee812299701a890c3f9ba Author: Jakub Adam <[email protected]> Date: Sun Sep 29 19:47:49 2013 +0200 Fix d/copyright: change LGPL-2 to GPL-2 with classpath exception --- debian/copyright | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/debian/copyright b/debian/copyright index 6c2568e..86320c4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Source: http://jpathwatch.wordpress.com Files: * Copyright: 2008-2011, Uwe Pachler -License: LGPL-2 +License: GPL-2-classpath Files: jpathwatch-java/src/name/pachler/nio/file/impl/NativeLibLoader.java Copyright: 2008, Trent Jarvi <[email protected]> @@ -15,10 +15,29 @@ Files: debian/* Copyright: 2013, Debian Java Maintainers <[email protected]> License: LGPL-2+ -License: LGPL-2 - The source code is licensed under the terms of GNU Library General Public - License version 2. On Debian system, for the complete text of the license see - /usr/share/common-licenses/LGPL-2. +License: GPL-2-classpath + The source code is licensed under the terms of GNU General Public License + version 2. On Debian system, for the complete text of the license see + /usr/share/common-licenses/GPL-2. + . + In addition, following exception from the license applies: + . + "CLASSPATH" EXCEPTION TO THE GPL + . + 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. License: LGPL-2+ The source code is licensed under the terms of GNU Library General Public -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jpathwatch.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

