Skip to content

Commit 21ea9f8

Browse files
committed
deploy: 05417af
1 parent 09996ca commit 21ea9f8

4 files changed

Lines changed: 345 additions & 1 deletion

File tree

ops4j/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ <h3 class="title"><a href="index.html">OPS4J</a></h3>
3030
<ul class="nav-list">
3131
<li class="nav-item" data-depth="0">
3232
<ul class="nav-list">
33+
<li class="nav-item" data-depth="1">
34+
<a class="nav-link" href="licensing.html">Licensing</a>
35+
</li>
3336
<li class="nav-item" data-depth="1">
3437
<a class="nav-link" href="pax.html">Pax</a>
3538
</li>

ops4j/licensing.html

Lines changed: 338 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,338 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>Licensing :: OPS4J Documentation</title>
7+
<meta name="generator" content="Antora 3.1.4">
8+
<link rel="stylesheet" href="../_/css/site.css">
9+
</head>
10+
<body class="article">
11+
<header class="header">
12+
<nav class="navbar">
13+
<div class="navbar-brand">
14+
<a class="navbar-item" href="..">OPS4J Documentation</a>
15+
<div class="navbar-item search hide-for-print">
16+
<div id="search-field" class="field">
17+
<input id="search-input" type="text" placeholder="Search the docs">
18+
</div>
19+
</div>
20+
</div>
21+
</nav>
22+
</header>
23+
<div class="body">
24+
<div class="nav-container" data-component="ops4j" data-version="main">
25+
<aside class="nav">
26+
<div class="panels">
27+
<div class="nav-panel-menu is-active" data-panel="menu">
28+
<nav class="nav-menu">
29+
<h3 class="title"><a href="index.html">OPS4J</a></h3>
30+
<ul class="nav-list">
31+
<li class="nav-item" data-depth="0">
32+
<ul class="nav-list">
33+
<li class="nav-item is-current-page" data-depth="1">
34+
<a class="nav-link" href="licensing.html">Licensing</a>
35+
</li>
36+
<li class="nav-item" data-depth="1">
37+
<a class="nav-link" href="pax.html">Pax</a>
38+
</li>
39+
</ul>
40+
</li>
41+
</ul>
42+
</nav>
43+
</div>
44+
<div class="nav-panel-explore" data-panel="explore">
45+
<div class="context">
46+
<span class="title">OPS4J</span>
47+
<span class="version">main</span>
48+
</div>
49+
<ul class="components">
50+
<li class="component is-current">
51+
<a class="title" href="index.html">OPS4J</a>
52+
<ul class="versions">
53+
<li class="version is-current is-latest">
54+
<a href="index.html">main</a>
55+
</li>
56+
</ul>
57+
</li>
58+
<li class="component">
59+
<a class="title" href="../pax-exam/index.html">Pax Exam</a>
60+
<ul class="versions">
61+
<li class="version is-latest">
62+
<a href="../pax-exam/index.html">4</a>
63+
</li>
64+
</ul>
65+
</li>
66+
<li class="component">
67+
<a class="title" href="../pax-tinybundles/index.html">Pax TinyBundles</a>
68+
<ul class="versions">
69+
<li class="version is-latest">
70+
<a href="../pax-tinybundles/index.html">4.0.0</a>
71+
</li>
72+
</ul>
73+
</li>
74+
</ul>
75+
</div>
76+
</div>
77+
</aside>
78+
</div>
79+
<main class="article">
80+
<div class="toolbar" role="navigation">
81+
<button class="nav-toggle"></button>
82+
<a href="index.html" class="home-link"></a>
83+
<nav class="breadcrumbs" aria-label="breadcrumbs">
84+
<ul>
85+
<li><a href="index.html">OPS4J</a></li>
86+
<li><a href="licensing.html">Licensing</a></li>
87+
</ul>
88+
</nav>
89+
<div class="edit-this-page"><a href="https://github.com/ops4j/ops4j.github.io/edit/main/documentation/modules/ROOT/pages/licensing.adoc">Edit this Page</a></div>
90+
</div>
91+
<div class="content">
92+
<aside class="toc sidebar" data-title="Contents" data-levels="2">
93+
<div class="toc-menu"></div>
94+
</aside>
95+
<article class="doc">
96+
<h1 class="page">Licensing</h1>
97+
<div id="preamble">
98+
<div class="sectionbody">
99+
<div class="paragraph">
100+
<p>All software in OPS4J is licensed by the author to everyone under the <a href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a>.</p>
101+
</div>
102+
<div class="ulist">
103+
<ul>
104+
<li>
105+
<p>Text version: <a href="https://www.apache.org/licenses/LICENSE-2.0.txt" class="bare">https://www.apache.org/licenses/LICENSE-2.0.txt</a></p>
106+
</li>
107+
<li>
108+
<p>SPDX short identifier: <a href="https://spdx.org/licenses/Apache-2.0.html">Apache-2.0</a></p>
109+
</li>
110+
<li>
111+
<p>OSI Approved License: <a href="https://opensource.org/licenses/Apache-2.0" class="bare">https://opensource.org/licenses/Apache-2.0</a></p>
112+
</li>
113+
</ul>
114+
</div>
115+
<div class="listingblock">
116+
<div class="content">
117+
<pre> Apache License
118+
Version 2.0, January 2004
119+
http://www.apache.org/licenses/
120+
121+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
122+
123+
1. Definitions.
124+
125+
"License" shall mean the terms and conditions for use, reproduction,
126+
and distribution as defined by Sections 1 through 9 of this document.
127+
128+
"Licensor" shall mean the copyright owner or entity authorized by
129+
the copyright owner that is granting the License.
130+
131+
"Legal Entity" shall mean the union of the acting entity and all
132+
other entities that control, are controlled by, or are under common
133+
control with that entity. For the purposes of this definition,
134+
"control" means (i) the power, direct or indirect, to cause the
135+
direction or management of such entity, whether by contract or
136+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
137+
outstanding shares, or (iii) beneficial ownership of such entity.
138+
139+
"You" (or "Your") shall mean an individual or Legal Entity
140+
exercising permissions granted by this License.
141+
142+
"Source" form shall mean the preferred form for making modifications,
143+
including but not limited to software source code, documentation
144+
source, and configuration files.
145+
146+
"Object" form shall mean any form resulting from mechanical
147+
transformation or translation of a Source form, including but
148+
not limited to compiled object code, generated documentation,
149+
and conversions to other media types.
150+
151+
"Work" shall mean the work of authorship, whether in Source or
152+
Object form, made available under the License, as indicated by a
153+
copyright notice that is included in or attached to the work
154+
(an example is provided in the Appendix below).
155+
156+
"Derivative Works" shall mean any work, whether in Source or Object
157+
form, that is based on (or derived from) the Work and for which the
158+
editorial revisions, annotations, elaborations, or other modifications
159+
represent, as a whole, an original work of authorship. For the purposes
160+
of this License, Derivative Works shall not include works that remain
161+
separable from, or merely link (or bind by name) to the interfaces of,
162+
the Work and Derivative Works thereof.
163+
164+
"Contribution" shall mean any work of authorship, including
165+
the original version of the Work and any modifications or additions
166+
to that Work or Derivative Works thereof, that is intentionally
167+
submitted to Licensor for inclusion in the Work by the copyright owner
168+
or by an individual or Legal Entity authorized to submit on behalf of
169+
the copyright owner. For the purposes of this definition, "submitted"
170+
means any form of electronic, verbal, or written communication sent
171+
to the Licensor or its representatives, including but not limited to
172+
communication on electronic mailing lists, source code control systems,
173+
and issue tracking systems that are managed by, or on behalf of, the
174+
Licensor for the purpose of discussing and improving the Work, but
175+
excluding communication that is conspicuously marked or otherwise
176+
designated in writing by the copyright owner as "Not a Contribution."
177+
178+
"Contributor" shall mean Licensor and any individual or Legal Entity
179+
on behalf of whom a Contribution has been received by Licensor and
180+
subsequently incorporated within the Work.
181+
182+
2. Grant of Copyright License. Subject to the terms and conditions of
183+
this License, each Contributor hereby grants to You a perpetual,
184+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
185+
copyright license to reproduce, prepare Derivative Works of,
186+
publicly display, publicly perform, sublicense, and distribute the
187+
Work and such Derivative Works in Source or Object form.
188+
189+
3. Grant of Patent License. Subject to the terms and conditions of
190+
this License, each Contributor hereby grants to You a perpetual,
191+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
192+
(except as stated in this section) patent license to make, have made,
193+
use, offer to sell, sell, import, and otherwise transfer the Work,
194+
where such license applies only to those patent claims licensable
195+
by such Contributor that are necessarily infringed by their
196+
Contribution(s) alone or by combination of their Contribution(s)
197+
with the Work to which such Contribution(s) was submitted. If You
198+
institute patent litigation against any entity (including a
199+
cross-claim or counterclaim in a lawsuit) alleging that the Work
200+
or a Contribution incorporated within the Work constitutes direct
201+
or contributory patent infringement, then any patent licenses
202+
granted to You under this License for that Work shall terminate
203+
as of the date such litigation is filed.
204+
205+
4. Redistribution. You may reproduce and distribute copies of the
206+
Work or Derivative Works thereof in any medium, with or without
207+
modifications, and in Source or Object form, provided that You
208+
meet the following conditions:
209+
210+
(a) You must give any other recipients of the Work or
211+
Derivative Works a copy of this License; and
212+
213+
(b) You must cause any modified files to carry prominent notices
214+
stating that You changed the files; and
215+
216+
(c) You must retain, in the Source form of any Derivative Works
217+
that You distribute, all copyright, patent, trademark, and
218+
attribution notices from the Source form of the Work,
219+
excluding those notices that do not pertain to any part of
220+
the Derivative Works; and
221+
222+
(d) If the Work includes a "NOTICE" text file as part of its
223+
distribution, then any Derivative Works that You distribute must
224+
include a readable copy of the attribution notices contained
225+
within such NOTICE file, excluding those notices that do not
226+
pertain to any part of the Derivative Works, in at least one
227+
of the following places: within a NOTICE text file distributed
228+
as part of the Derivative Works; within the Source form or
229+
documentation, if provided along with the Derivative Works; or,
230+
within a display generated by the Derivative Works, if and
231+
wherever such third-party notices normally appear. The contents
232+
of the NOTICE file are for informational purposes only and
233+
do not modify the License. You may add Your own attribution
234+
notices within Derivative Works that You distribute, alongside
235+
or as an addendum to the NOTICE text from the Work, provided
236+
that such additional attribution notices cannot be construed
237+
as modifying the License.
238+
239+
You may add Your own copyright statement to Your modifications and
240+
may provide additional or different license terms and conditions
241+
for use, reproduction, or distribution of Your modifications, or
242+
for any such Derivative Works as a whole, provided Your use,
243+
reproduction, and distribution of the Work otherwise complies with
244+
the conditions stated in this License.
245+
246+
5. Submission of Contributions. Unless You explicitly state otherwise,
247+
any Contribution intentionally submitted for inclusion in the Work
248+
by You to the Licensor shall be under the terms and conditions of
249+
this License, without any additional terms or conditions.
250+
Notwithstanding the above, nothing herein shall supersede or modify
251+
the terms of any separate license agreement you may have executed
252+
with Licensor regarding such Contributions.
253+
254+
6. Trademarks. This License does not grant permission to use the trade
255+
names, trademarks, service marks, or product names of the Licensor,
256+
except as required for reasonable and customary use in describing the
257+
origin of the Work and reproducing the content of the NOTICE file.
258+
259+
7. Disclaimer of Warranty. Unless required by applicable law or
260+
agreed to in writing, Licensor provides the Work (and each
261+
Contributor provides its Contributions) on an "AS IS" BASIS,
262+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
263+
implied, including, without limitation, any warranties or conditions
264+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
265+
PARTICULAR PURPOSE. You are solely responsible for determining the
266+
appropriateness of using or redistributing the Work and assume any
267+
risks associated with Your exercise of permissions under this License.
268+
269+
8. Limitation of Liability. In no event and under no legal theory,
270+
whether in tort (including negligence), contract, or otherwise,
271+
unless required by applicable law (such as deliberate and grossly
272+
negligent acts) or agreed to in writing, shall any Contributor be
273+
liable to You for damages, including any direct, indirect, special,
274+
incidental, or consequential damages of any character arising as a
275+
result of this License or out of the use or inability to use the
276+
Work (including but not limited to damages for loss of goodwill,
277+
work stoppage, computer failure or malfunction, or any and all
278+
other commercial damages or losses), even if such Contributor
279+
has been advised of the possibility of such damages.
280+
281+
9. Accepting Warranty or Additional Liability. While redistributing
282+
the Work or Derivative Works thereof, You may choose to offer,
283+
and charge a fee for, acceptance of support, warranty, indemnity,
284+
or other liability obligations and/or rights consistent with this
285+
License. However, in accepting such obligations, You may act only
286+
on Your own behalf and on Your sole responsibility, not on behalf
287+
of any other Contributor, and only if You agree to indemnify,
288+
defend, and hold each Contributor harmless for any liability
289+
incurred by, or claims asserted against, such Contributor by reason
290+
of your accepting any such warranty or additional liability.
291+
292+
END OF TERMS AND CONDITIONS</pre>
293+
</div>
294+
</div>
295+
</div>
296+
</div>
297+
<div class="sect1">
298+
<h2 id="_appendix_how_to_apply_the_apache_license_to_your_work"><a class="anchor" href="#_appendix_how_to_apply_the_apache_license_to_your_work"></a>APPENDIX: How to apply the Apache License to your work.</h2>
299+
<div class="sectionbody">
300+
<div class="paragraph">
301+
<p>To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets &#8220;[]&#8221; replaced with your own identifying information.</p>
302+
</div>
303+
<div class="paragraph">
304+
<p>The text should be enclosed in the appropriate comment syntax for the file format.</p>
305+
</div>
306+
<div class="paragraph">
307+
<p>We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.</p>
308+
</div>
309+
<div class="listingblock">
310+
<div class="content">
311+
<pre> Copyright [yyyy] [name of copyright owner]
312+
313+
Licensed under the Apache License, Version 2.0 (the "License");
314+
you may not use this file except in compliance with the License.
315+
You may obtain a copy of the License at
316+
317+
http://www.apache.org/licenses/LICENSE-2.0
318+
319+
Unless required by applicable law or agreed to in writing, software
320+
distributed under the License is distributed on an "AS IS" BASIS,
321+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
322+
See the License for the specific language governing permissions and
323+
limitations under the License.</pre>
324+
</div>
325+
</div>
326+
</div>
327+
</div>
328+
</article>
329+
</div>
330+
</main>
331+
</div>
332+
<script id="site-script" src="../_/js/site.js" data-ui-root-path="../_"></script>
333+
<script async src="../_/js/vendor/highlight.js"></script>
334+
<script src="../_/js/vendor/lunr.js"></script>
335+
<script src="../_/js/search-ui.js" id="search-ui-script" data-site-root-path=".." data-snippet-length="100" data-stylesheet="../_/css/search.css"></script>
336+
<script async src="../search-index.js"></script>
337+
</body>
338+
</html>

ops4j/pax.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ <h3 class="title"><a href="index.html">OPS4J</a></h3>
3030
<ul class="nav-list">
3131
<li class="nav-item" data-depth="0">
3232
<ul class="nav-list">
33+
<li class="nav-item" data-depth="1">
34+
<a class="nav-link" href="licensing.html">Licensing</a>
35+
</li>
3336
<li class="nav-item is-current-page" data-depth="1">
3437
<a class="nav-link" href="pax.html">Pax</a>
3538
</li>

0 commit comments

Comments
 (0)