-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathNOTICE.html
More file actions
129 lines (94 loc) · 3.86 KB
/
NOTICE.html
File metadata and controls
129 lines (94 loc) · 3.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Hypernomicon Notices</title>
<style>body {
font-family: sans-serif;
margin: 0px;
padding: 16px;
}
header, footer, .content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.license {
background: #eee;
padding: 12px;
border-radius: 4px;
}
.license p {
margin-top: 0;
}
hr {
border-top: 1px solid lightgrey;
border-left: none;
border-right: none;
border-bottom: none;
margin: 25px 0px
}
</style>
</head>
<body><div class="content">
<p>The following attribution notices are reproduced from the included software Apache Commons Lang:</p>
<div class="license"><pre>Apache Commons Lang
Copyright 2001-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).</pre></div>
<p>The following attribution notices are reproduced from the included software Apache Commons Text:</p>
<div class="license"><pre>Apache Commons Text
Copyright 2014-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).</pre></div>
<p>The following attribution notices are reproduced from the included software Apache Commons IO:</p>
<div class="license"><pre>Apache Commons IO
Copyright 2002-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).</pre></div>
<p>The following attribution notices are reproduced from the included software Apache PDFBox:</p>
<div class="license"><pre>Apache PDFBox
Copyright 2002-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Based on source code contributed to the original PDFBox project.
Copyright (c) 2002-2007, www.pdfbox.org
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)
https://github.com/saucecontrol/Compact-ICC-Profiles
Released to the public domain under the Creative Commons CC0 license by Clinton Ingram, saucecontrol</pre></div>
<p>The following attribution notices are reproduced from the included software Apache Tika:</p>
<div class="license"><pre>Apache Tika core
Copyright 2007-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).</pre></div>
<p>The following attribution notices are reproduced from the included software Apache Log4j:</p>
<div class="license"><pre>Apache Log4j Core
Copyright 1999-2012 Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
ResolverUtil.java
Copyright 2005-2006 Tim Fennell</pre></div>
<p>The following attribution notices are reproduced from the included software NetBeans Keyring:</p>
<div class="license"><pre>Apache NetBeans
Copyright 2017-2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
The code is based on NetBeans, that has been kindly donated to the Apache
Software Foundation by Oracle.
The code was Copyright 1997-2016 Oracle and/or its affiliates. The Initial
Developer of the Original Software was Sun Microsystems, Inc. Portions
Copyright 1997-2006 Sun Microsystems, Inc.</pre></div>
</div>
<footer>
<hr>
<p style="text-align: center">Created with <a href="https://github.com/stephentuso/licenses-html-generator">Licenses HTML Generator</a></p>
</footer>
</body>
</html>