[relaxngcc] 01/01: document the license for src/relaxngcc/javabody/JavaBodyParser.jj

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Thu Feb 27 16:59:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository relaxngcc.

commit cb338f056102f3df4915a0d8240ce0c4ad318c3e
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Feb 27 18:59:45 2014 +0200

    document the license for src/relaxngcc/javabody/JavaBodyParser.jj
---
 debian/README.source |  4 ++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/debian/README.source b/debian/README.source
index 8b5845c..72a798e 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -18,3 +18,7 @@ licensecheck, but it's a false positive.
 To bootstrap the package, the parser needs pregenerated files in the source.
 These will be rebuilt after the initial jar, and then another build will use
 these rebuilt versions when creating the final jar.
+
+src/relaxngcc/javabody/JavaBodyParser.jj is derived from Java1.1.jj shipped
+by javacc. It's license was changed upstream to three-clause BSD in 2006:
+https://java.net/projects/javacc/sources/svn/revision/150
diff --git a/debian/copyright b/debian/copyright
index 537bfe9..2e876a7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,36 @@ Files: *
 Copyright: 2000-2003, Daisuke Okajima and Kohsuke Kawaguchi
 License: Apache-1.1
 
+Files: src/relaxngcc/javabody/JavaBodyParser.jj
+Copyright: 1996-1997, Sun Microsystems Inc.
+	   1999, David Williams
+	   2002, Marco Savard <marco.savard at magna-solutions.de>
+           2002, Andrea Gini <ginian at tiscali.it>
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+     * Neither the name of the Sun Microsystems, Inc. nor the names of its
+       contributors may be used to endorse or promote products derived from
+       this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ THE POSSIBILITY OF SUCH DAMAGE.
+
 Files: src/relaxngcc/datatype/parser/AttributesImpl.java
        src/relaxngcc/runtime/AttributesImpl.java
        src/relaxngcc/parser/state/AttributesImpl.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/relaxngcc.git



More information about the pkg-java-commits mailing list