This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jboss-modules.
commit 3a942e96c06a9cbf4c25556e910da0670e15d0a5 Author: Markus Koschany <[email protected]> Date: Tue Jun 20 00:14:38 2017 +0200 Update debian/copyright for new release. --- debian/changelog | 1 + debian/copyright | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8985fd2..052b67b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jboss-modules (1.5.3-1) unstable; urgency=medium * Switch to compat level 10. * Use https for Format field. * Drop obsolete libjboss-modules-java.lintian-overrides file. + * Update debian/copyright for new release. -- Markus Koschany <[email protected]> Tue, 20 Jun 2017 00:03:55 +0200 diff --git a/debian/copyright b/debian/copyright index 0dedbbb..5f0a155 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,6 +12,14 @@ Files: src/main/java/org/jboss/modules/xml/XmlPullParser.java Copyright: 2003, The Trustees of Indiana University License: XPP3 +Files: src/test/resources/test/repo/test/alias-simple/module-two/main/module.xml + src/test/resources/test/repo/test/alias-simple/module-one/main/module.xml + src/test/resources/test/repo/test/alias-cyclic/module-two/main/module.xml + src/test/resources/test/repo/test/alias-cyclic/module-two-alias/main/module.xml + src/test/resources/test/repo/test/alias-cyclic/module-one/main/module.xml +Copyright: 2010, Red Hat Inc. +License: LGPL-2.1+ + Files: debian/* Copyright: 2015, Alexandre Viau <[email protected]> 2015-2017, Markus Koschany <[email protected]> @@ -21,6 +29,10 @@ License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license can be found in the file '/usr/share/common-licenses/Apache-2.0' +License: LGPL-2.1+ + On Debian systems, the full text of the GNU Lesser General Public License 2.1 + can be found in the file '/usr/share/common-licenses/LGPL-2.1' + License: XPP3 Indiana University Extreme! Lab Software License, Version 1.2 . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-modules.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

