This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libjpfcodegen-java.
commit de852191f12573c3cd08ae94543adc8736355400 Author: gregor herrmann <[email protected]> Date: Mon Jan 27 22:16:10 2014 +0100 debian/copyright: switch formatting to Copyright-Format 1.0. --- debian/copyright | 103 ++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 59 deletions(-) diff --git a/debian/copyright b/debian/copyright index 40ed9ba..e03d07b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,59 +1,44 @@ -Upstream source location: -In theory: http://forge.spline.inf.fu-berlin.de/projects/jpfcodegen/ -In practice: Since this page gives a 404 errors we grab the source from the -JabRef SVN repository at -https://jabref.svn.sourceforge.net/svnroot/jabref/tags/jpfcodegen-0.4 - -The +dfsg version is created by removing the lib/ directory from -the upstream source. This directory contains compiled code without source. - -This can be automated by debian/get-orig-source. - - -Copyright and license (according to index.html): - - Copyright (C) Christopher Oezbek (2007) - oezi[at]oezi.de - - This tool was created as part of the ongoing migration in the JabRef reference - manager to move to a modular plug-in architecture and is released under the - LGPL 3.0. - -Three of the source files contain the following more explicit copyright and -licensing information: - -src/net/sf/jabref/plugin/util/SubParameterAccessor.java -src/net/sf/jabref/plugin/util/RuntimeExtension.java -src/net/sf/jabref/plugin/util/CodeGenerator.java - - Copyright (C) 2007 Christopher Oezbek - oezi[at]oezi.de - - This library is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by the Free - Software Foundation; either version 3.0 of the License, or (at your option) - any later version. - -On Debian systems the GNU Lesser General Public License, version 3.0 can be -found at /usr/share/common-licenses/LGPL-3. - -##### - -resources/website/sh_main.min.js contains: - Copyright (C) 2007 [email protected] - License: http://shjs.sourceforge.net/doc/license.html - -This website says: -"Versions 0.5 and earlier of SHJS were distributed under the GNU General -Public License version 2." [plus complete GPL-2 text] - -This copyright and license information also applies to all other files under -resources/website/; they don't contain explicit notices but are also from SHJS -and can also be found at http://shjs.sourceforge.net/ - -On Debian systems the GNU General Public License, version 2 can be -found at /usr/share/common-licenses/GPL-2. - -##### - -The Debian packaging is copyright 2009, gregor herrmann <[email protected]> -and tony mancill <[email protected]>, and is licensed under the same terms -as the software itself. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: JPF Code Generator +Upstream-Contact: Christopher Oezbek - oezi[at]oezi.de +Source: + In theory: http://forge.spline.inf.fu-berlin.de/projects/jpfcodegen/ + In practice: Since this page gives a 404 error we grab the source from the + JabRef SVN repository at + https://jabref.svn.sourceforge.net/svnroot/jabref/tags/jpfcodegen-0.4 +Comment: + The +dfsg version is created by removing the lib/ directory from + the upstream source. This directory contains compiled code without source. + Additionally two sourceless minified Javascript files are removed from + resources/website. + . + This can be automated by debian/get-orig-source. + +Files: * +Copyright: 2007, Christopher Oezbek - oezi[at]oezi.de +License: LGPL-3 + +Files: resources/website/* +Copyright: 2007, [email protected] +License: GPL-2 + +Files: debian/* +Copyright: 2009-2014, gregor herrmann <[email protected]> + 2009-2014, tony mancill <[email protected]> +License: LGPL-3 + +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +License: LGPL-3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, version 3. + . + On Debian systems, the complete text of version 3 of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjpfcodegen-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

