Skip to content

Commit 34cfc1e

Browse files
committed
Fix jsoup copyright attributions in iText Core and pdfHTML
DEVSIX-8999
1 parent 27ada38 commit 34cfc1e

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@
106106
<include>**/*.json</include>
107107
</includes>
108108
</resource>
109+
<resource>
110+
<directory>src/main/resources/com/itextpdf/html2pdf</directory>
111+
<includes>
112+
<include>NOTICE.txt</include>
113+
</includes>
114+
</resource>
109115
</resources>
110116
<plugins>
111117
<plugin>

src/main/resources/com/itextpdf/html2pdf/NOTICE.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This software uses following fonts under the following licenses:
44
| Noto Serif font | OFL-1.1 | In development version of font based on commit 4cdde035fd5138d6653a2176ba728b5b6f8cc533 (30.10.2019) from repository: "https://github.com/googlefonts/noto-fonts"
55

66

7+
This software uses the following third-party libraries under the following licenses:
8+
| jsoup:1.14.1 | MIT | Library code and tests are embedded under com.itextpdf.styledxmlparser.jsoup package.
9+
710

811

912
------------------------------------------------------------------------------------------------------------------------
@@ -106,3 +109,32 @@ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
106109
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
107110
OTHER DEALINGS IN THE FONT SOFTWARE.
108111

112+
113+
114+
115+
------------------------------------------------------------------------------------------------------------------------
116+
117+
118+
jsoup:1.14.1 full license agreement text is below:
119+
120+
The MIT License
121+
122+
Copyright (c) 2009-2025 Jonathan Hedley <https://jsoup.org/>
123+
124+
Permission is hereby granted, free of charge, to any person obtaining a copy
125+
of this software and associated documentation files (the "Software"), to deal
126+
in the Software without restriction, including without limitation the rights
127+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
128+
copies of the Software, and to permit persons to whom the Software is
129+
furnished to do so, subject to the following conditions:
130+
131+
The above copyright notice and this permission notice shall be included in all
132+
copies or substantial portions of the Software.
133+
134+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
135+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
136+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
137+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
138+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
139+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
140+
SOFTWARE.

0 commit comments

Comments
 (0)