-
Notifications
You must be signed in to change notification settings - Fork 559
/
LICENSE
82 lines (68 loc) · 3.24 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
FLYING SAUCER XML/CSS RENDERER LICENSE COMMENTS
Copyright (C) 2015 Patrick Wright
https://code.google.com/p/flying-saucer/
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.
A copy of the LGPL can be found
on the website of the Free Software Foundation, at
http://www.gnu.org/copyleft/lesser.html, and in our distributions under
LICENSE-LGPL-2.1.txt or LICENSE-LGPL-3.txt.
Flying Saucer relies on several other free or open source projects in
order to build and run. Where binary Java JAR files are included, we include
only the unmodified binary releases as provided by those other projects.
Source code for the respective projects can be found on the project
websites, listed below.
Java projects that are used for building and running Flying Saucer are:
JUnit (for testing)
http://junit.org
License: Common Public License Version 1.0
Using version 3.8.1
Included as lib/junit.jar
Ant (for building)
http://ant.apache.org/
License: Apache Software License Version 2.0
Not packaged with release; development using version 1.6.x
OpenPDF (PDF generation)
https://github.com/LibrePDF/OpenPDF
License: Mozilla Public License Version 2.0
License: GNU Lesser General Public License 2.1
SVGSalamander (SVG rendering in demo)
https://svgsalamander.java.net/
License: LGPL
Using version 1, released on the project website
SWT (Standard Widget Toolkit)
http://www.eclipse.org/swt/
License: Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html
Including version 3.5 libraries for Windows, Mac, and Linux
DocBook CSS (DocBook XML Rendering with CSS)
MozBook CSS (public domain, released by David Horton)
WSIWYGDocBook 1.01 -- see demos\docbook\wysiwygdocbook1.01, and COPYING therein
docbook-css-0.4 -- see demos\docbook\docbook-css-0.4, and COPYING therein
W3C CSS Test Suite
Distributed with our source bundle for the convenience of our developers.
License is W3C Document License, see LICENSE_W3C_TEST.
Source is http://www.w3.org/Style/CSS/Test/, for the most current version
please see that URL.
Special thanks to Andy Streich, et. al. for Xilize
Xilize Text to HTML library
http://xilize.sourceforge.net/
License: GPL
Used version 3.x, only to produce documentation
Shipped with our source bundle as a convenience for developers rebuilding
documentation; we do not use nor link to the Xilize libraries at runtime
BeanShell
http://www.beanshell.org
License: LGPL (dual-license with SPL)
Use version 2.x as Xilize has a dependency on it; used only to produce
documentation.
XML-APIs (extracted from Apache Xerces-2)
http://xerces.apache.org/xerces2-j/
License: Apache v2
We include the xml-apis.jar from the Xerces binary distribution in order to allow
our code to compile on JDK 1.4, which does not include newer XML APIs, even though
these API implementations will run on version 1.4 of the JRE. The JAR is unmodified
from the Xerces release, but is renamed as xml-apis-xerces-2.9.1.jar to
make the version clear.
Included as lib/xml-apis-xerces-2.9.1.jar