-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
148 lines (108 loc) · 5.86 KB
/
NOTICE
File metadata and controls
148 lines (108 loc) · 5.86 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
FinGrind
Copyright (c) 2026 Ervins Strauhmanis
Licensed under the MIT License. See LICENSE file for details.
================================================================================
The Apache License, Version 2.0 full text is included in this distribution as
LICENSE-APACHE-2.0 and is also available at:
https://www.apache.org/licenses/LICENSE-2.0
The SIL Open Font License, Version 1.1 full text is included in this
distribution as LICENSE-SIL-OFL-1.1 and is also available at:
https://openfontlicense.org
================================================================================
Apache 2.0 Components
================================================================================
--------------------------------------------------------------------------------
Jackson Databind / Jackson Core / Jackson Annotations
Copyright 2007- Tatu Saloranta, tatu.saloranta@iki.fi
https://github.com/FasterXML/jackson
Licensed under the Apache License, Version 2.0 (see LICENSE-APACHE-2.0).
Jackson JSON processor
Copyright (c) 2007- Tatu Saloranta, tatu.saloranta@iki.fi
jackson-core bundles a shaded copy of FastDoubleParser.
Copyright 2024 Werner Randelshofer, Switzerland. MIT License.
The FastDoubleParser copyright notice and the licenses for its included
third-party content (fast_double_parser by Daniel Lemire, fast_float by
The fast_float authors, bigint by Tim Buktu) are preserved in
META-INF/FastDoubleParser-NOTICE and META-INF/thirdparty-LICENSE inside the
distributed JAR.
--------------------------------------------------------------------------------
Apache PDFBox / FontBox / PDFBox IO
Copyright 2002-2026 The Apache Software Foundation
https://pdfbox.apache.org/
Licensed under the Apache License, Version 2.0 (see LICENSE-APACHE-2.0).
Based on source code contributed to the original PDFBox project.
Copyright (c) 2002-2007, www.pdfbox.org
Apache FontBox
Copyright 2008-2026 The Apache Software Foundation
Based on source code contributed to the original FontBox project.
Copyright (c) 2006-2007, www.fontbox.org
Apache PDFBox io
Copyright 2002-2026 The Apache Software Foundation
Includes the Adobe Glyph List
Copyright 1997, 1998, 2002, 2007, 2010 Adobe Systems Incorporated.
Includes the Zapf Dingbats Glyph List
Copyright 2002, 2010 Adobe Systems Incorporated.
Includes the Bidi Mirroring Glyph Property (BidiMirroring-8.0.0.txt)
Copyright 1991-2015 Unicode, Inc.
Includes parts of TwelveMonkeys ImageIO
Copyright 2008-2016 Harald Kuhr
Includes the CMYK ICC-profile (CGATS001Compat-v2-micro.icc)
Released to the public domain under the Creative Commons CC0 license
by Clinton Ingram.
Includes the Script Property (Scripts-10.0.0.txt) via FontBox
Copyright 2017 Unicode, Inc.
--------------------------------------------------------------------------------
Apache Commons Logging
Copyright 2001-2025 The Apache Software Foundation
https://commons.apache.org/logging/
Licensed under the Apache License, Version 2.0 (see LICENSE-APACHE-2.0).
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
--------------------------------------------------------------------------------
Noto Sans
Copyright 2022 The Noto Project Authors
https://notofonts.github.io/
Licensed under the SIL Open Font License, Version 1.1
(see LICENSE-SIL-OFL-1.1).
================================================================================
Runtime Notes
================================================================================
--------------------------------------------------------------------------------
SQLite3 Multiple Ciphers
https://utelle.github.io/SQLite3MultipleCiphers/
SQLite3 Multiple Ciphers
Copyright (c) 2019-2024 Ulrich Telle
Licensed under the MIT License (see LICENSE-SQLITE3MULTIPLECIPHERS).
FinGrind vendors the official SQLite3 Multiple Ciphers 2.3.4 amalgamation,
based on SQLite 3.53.1, and builds managed native SQLite libraries from that
source for Gradle, Jazzer, CI, and container runtime surfaces.
FinGrind protects book files with SQLite3 Multiple Ciphers using the upstream
default sqleet / chacha20 cipher. FinGrind does not pass keys through
SQLite URI key= or hexkey= parameters; the supported contract is exactly one
explicit safe passphrase source: a UTF-8 key file, standard input payload,
or interactive terminal prompt.
--------------------------------------------------------------------------------
SQLite
https://www.sqlite.org/
SQLite is in the public domain. The author disclaims copyright to the SQLite
source code. In place of a legal notice:
May you do good and not evil.
May you find forgiveness for yourself and forgive others.
May you share freely, never taking more than you give.
FinGrind vendors SQLite 3.53.1 through the official SQLite3 Multiple Ciphers
2.3.4 amalgamation and builds managed native SQLite libraries from that
source for Gradle, Jazzer, CI, and container runtime surfaces.
FinGrind does not bundle a native SQLite library inside the CLI JAR itself.
Standalone JAR execution uses Java 26 FFM and auto-discovers the managed
SQLite library from a prepared FinGrind checkout. Direct-Java launches
outside that prepared layout are unsupported.
================================================================================
Trademark Notice
================================================================================
"Apache" and the Apache feather logo are trademarks of The Apache Software
Foundation. Use of these marks in this document is descriptive only and does
not imply affiliation with or endorsement by The Apache Software Foundation.
"SQLite" is used descriptively. SQLite is in the public domain and has no
trademark owner.
FinGrind is not affiliated with, endorsed by, or sponsored by The Apache
Software Foundation, Ulrich Telle, or the SQLite authors.