This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjna-java.
commit 0b5a0f4bb3eab81f382c68803168fcbd7cfeb0d4 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 15 16:55:18 2014 +0200 JNA is now dual licensed under the LGPL-2.1+ or the Apache-2.0 license --- debian/changelog | 1 + debian/copyright | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f6514ac..28b77e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ libjna-java (4.1.0-1) UNRELEASED; urgency=low * debian/copyright: - Updated to the Copyright Format 1.0 - Fixed the short name of the license applied to the debian/* files + - JNA is now dual licensed under the LGPL-2.1+ or the Apache-2.0 license -- Andrew Ross <[email protected]> Sun, 22 Jul 2012 21:40:29 +0100 diff --git a/debian/copyright b/debian/copyright index aa8758c..e35d180 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Source: https://github.com/twall/jna Files: * Copyright: 1998, Sun Microsystems, Inc. - 2007-2011, Timothy Wall <[email protected]> + 2007-2014, Timothy Wall <[email protected]> 2007, Thomas Boerkel 2007, Wayne Meissner 2007, Olivier Chafik @@ -12,6 +12,8 @@ Copyright: 1998, Sun Microsystems, Inc. 2010, Digital Rapids Corp. 2010, EugineLev 2011, Denis Tulskiy +License: LGPL-2.1+ or Apache-2.0 + License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -30,6 +32,11 @@ License: LGPL-2.1+ On Debian systems, the complete text of the GNU Library General Public License can be found in /usr/share/common-licenses/LGPL-2.1 file. +License: Apache-2.0 + On Debian systems, the complete text of the Apache License + can be found in /usr/share/common-licenses/Apache-2.0 file. + + Files: debian/* Copyright: 2008-2009, Daniel Baumann <[email protected]> 2008, Sun Microsystems, Inc. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

