forked from danfickle/openhtmltopdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
53 lines (41 loc) · 1.85 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
OPEN HTML TO PDF XML/CSS RENDERER LICENSE COMMENTS
Copyright (C) 2016 Patrick Wright and others
https://openhtmltopdf.com
All source code to OPEN HTML TO PDF 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.
OPEN HTML TO PDF relies on several other free or open source projects in
order to build and run. All currently used libraries are thought to have licenses compatible with the LGPL.
However, there are several jars under the obsolete-archive folder that are no longer used
and their licenses are out of the scope of this document. Please check the license before
using any of those jars.
Java projects that are used for building and running openhtmltopdf are:
Apache PDF-BOX
License: Apache v2
Jsoup
License: MIT
log4j
License: Apache v2
icu4j
License: Unicode (http://www.unicode.org/copyright.html#License)
slf4j
License: MIT
batik
License: Apache v2
JUnit (for testing)
http://junit.org
License: Eclipse
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.