This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to annotated tag debian/0.0_R8+dfsg2-1 in repository xhtmlrenderer.
commit 73ac1d20f4574f038ccb981b3d224708fbd52264 Author: Miguel Landaeta <[email protected]> Date: Thu Jan 20 13:37:03 2011 -0430 add copyright clarification from upstream --- debian/changelog | 2 +- debian/copyright | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 58267bd..44eaed3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ xhtmlrenderer (0.0~R8-1) UNRELEASED; urgency=low * Initial release. (Closes: #608284). - -- Miguel Landaeta <[email protected]> Wed, 12 Jan 2011 20:35:51 -0430 + -- Miguel Landaeta <[email protected]> Thu, 20 Jan 2011 13:36:27 -0430 diff --git a/debian/copyright b/debian/copyright index f4a2b13..695078d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,6 +13,98 @@ Copyright: © 2004-2009, Joshua Marinacci <[email protected]>, © 2007, Jason Blumenkrantz, © 2007, Nick Reddel License: LGPL-2.1 +Comment: Since several source code files don't have an header indicating + copyright, license or author, upstream was contacted for clarification. + Below is the email exchange with them: + + Date: Thu, 20 Jan 2011 10:40:31 -0430 + From: Miguel Landaeta <[email protected]> + To: Josh Marinacci <[email protected]> + Cc: tony mancill <[email protected]> + Message-ID: <[email protected]> + Subject: xhtmlrenderer Debian package + + Hi Joshua, + + I'm just emailing you to let you know about a Debian package that I'm + preparing for xhtmlrenderer and to ask you some questions about the + licensing and copyright of some files included in the source tarball released + by your project. + + In the LICENSE file is stated the following: + + "All source code to Flying Saucer itself is licensed under the GNU Lesser + General Public License (LGPL); 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 2.1 of the License, or (at your option) + any + later version." + + However there are some files without a header and they don't have an author + or copyright statement available: + + ./src/java/org/xhtmlrenderer/tool/Boxer.java + ./src/java/org/xhtmlrenderer/simple/PDFRenderer.java + ./src/java/org/xhtmlrenderer/pdf/DefaultPDFCreationListener.java + ./src/java/org/xhtmlrenderer/simple/XHTMLPrintable.java + ./src/java/org/xhtmlrenderer/util/PermutationGenerator.java + ./src/java/org/xhtmlrenderer/util/GenerateBigFile.java + several files under ./src/java/org/xhtmlrenderer/test/* + several files under ./src/java/org/xhtmlrenderer/pdf/* + + (There are probably more, the check could be more exhaustive if + necessary). + + Are those files also licensed under LGPL-2.1 license? + If not, how are licensed those files? + + [snip] + + + Date: Thu, 20 Jan 2011 07:22:47 -0800 + From: Josh Marinacci <[email protected]> + To: Miguel Landaeta <[email protected]> + Cc: tony mancill <[email protected]>, Patrick Wright <[email protected]> + In-Reply-To: <[email protected]> + References: <[email protected]> + Message-Id: <[email protected]> + Subject: Re: xhtmlrenderer Debian package + + Hi Miguel. A Debian package sounds great. I'm actually not the project = + leader anymore (not for a few years now). I've CC'ed Patrick who can = + give you the info you need. The site is down due to the Java.net = + transition, though I believe most of the site is actually stored other = + places now. + + good luck! + J + + + Date: Thu, 20 Jan 2011 18:43:43 +0100 + From: Patrick Wright <[email protected]> + To: Miguel Landaeta <[email protected]> + Cc: tony mancill <[email protected]>, "Peter Brant" <[email protected]>, + Josh Marinacci <[email protected]> + In-Reply-To: <[email protected]> + References: <[email protected]> + <[email protected]> + Message-Id: <[email protected]> + Subject: Re: xhtmlrenderer Debian package + + Hi Miguel + + 1) Regarding licensing - our intention has always been that all the + code for Flying Saucer itself is licensed under the LGPL. If any are + missing the license header, this is most likely an oversight on our + part which no one has brought to our attention. The only exception(s) + might be the documentation and perhaps some of the demo code, but I + would need to double-check that. The library itself is LGPL. I believe + we are comfortable that our CVS (and now GitHub) repository shows the + origin of the files in our source tree. We can correct any licensing + issues in the source tree. + + [snip] + Files: demos/docbook/MozBook/MozBook.css Author: David Horton -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xhtmlrenderer.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

