ruby-maven-libs 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/{LICENSE.txt → LICENSE} +49 -0
- data/NOTICE +8 -0
- data/bin/mvn +0 -0
- data/boot/plexus-classworlds-2.5.1.jar +0 -0
- data/lib/aether-api.license +261 -0
- data/lib/aether-connector-wagon.license +261 -0
- data/lib/aether-impl.license +261 -0
- data/lib/aether-spi.license +261 -0
- data/lib/aether-util.license +261 -0
- data/lib/cdi-api.license +427 -0
- data/lib/jsr250-api.license +406 -0
- data/lib/{maven-aether-provider-3.1.0.jar → maven-aether-provider-3.1.1.jar} +0 -0
- data/lib/{maven-artifact-3.1.0.jar → maven-artifact-3.1.1.jar} +0 -0
- data/lib/{maven-compat-3.1.0.jar → maven-compat-3.1.1.jar} +0 -0
- data/lib/{maven-core-3.1.0.jar → maven-core-3.1.1.jar} +0 -0
- data/lib/{maven-embedder-3.1.0.jar → maven-embedder-3.1.1.jar} +0 -0
- data/lib/{maven-model-3.1.0.jar → maven-model-3.1.1.jar} +0 -0
- data/lib/{maven-model-builder-3.1.0.jar → maven-model-builder-3.1.1.jar} +0 -0
- data/lib/{maven-plugin-api-3.1.0.jar → maven-plugin-api-3.1.1.jar} +0 -0
- data/lib/maven-repository-metadata-3.1.1.jar +0 -0
- data/lib/{maven-settings-3.1.0.jar → maven-settings-3.1.1.jar} +0 -0
- data/lib/{maven-settings-builder-3.1.0.jar → maven-settings-builder-3.1.1.jar} +0 -0
- data/lib/org.eclipse.sisu.inject-0.0.0.M5.jar +0 -0
- data/lib/org.eclipse.sisu.inject.license +261 -0
- data/lib/org.eclipse.sisu.plexus-0.0.0.M5.jar +0 -0
- data/lib/org.eclipse.sisu.plexus.license +261 -0
- data/lib/plexus-cipher.license +427 -0
- data/lib/plexus-interpolation-1.19.jar +0 -0
- data/lib/plexus-sec-dispatcher.license +427 -0
- data/lib/plexus-utils-3.0.15.jar +0 -0
- data/lib/{slf4j-api-1.7.4.jar → slf4j-api-1.7.5.jar} +0 -0
- data/lib/slf4j-api.license +173 -0
- data/lib/{slf4j-simple-1.7.4.jar → slf4j-simple-1.7.5.jar} +0 -0
- data/lib/slf4j-simple.license +173 -0
- data/ruby/maven.rb +1 -1
- metadata +40 -30
- data/NOTICE.txt +0 -27
- data/boot/plexus-classworlds-2.4.2.jar +0 -0
- data/lib/asm-3.3.1.jar +0 -0
- data/lib/maven-repository-metadata-3.1.0.jar +0 -0
- data/lib/org.eclipse.sisu.inject-0.0.0.M2a.jar +0 -0
- data/lib/org.eclipse.sisu.plexus-0.0.0.M2a.jar +0 -0
- data/lib/plexus-interpolation-1.16.jar +0 -0
- data/lib/plexus-utils-3.0.10.jar +0 -0
Binary file
|
@@ -0,0 +1,261 @@
|
|
1
|
+
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
4
|
+
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
7
|
+
<title>Eclipse Public License - Version 1.0</title>
|
8
|
+
<style type="text/css">
|
9
|
+
body {
|
10
|
+
size: 8.5in 11.0in;
|
11
|
+
margin: 0.25in 0.5in 0.25in 0.5in;
|
12
|
+
tab-interval: 0.5in;
|
13
|
+
}
|
14
|
+
p {
|
15
|
+
margin-left: auto;
|
16
|
+
margin-top: 0.5em;
|
17
|
+
margin-bottom: 0.5em;
|
18
|
+
}
|
19
|
+
p.list {
|
20
|
+
margin-left: 0.5in;
|
21
|
+
margin-top: 0.05em;
|
22
|
+
margin-bottom: 0.05em;
|
23
|
+
}
|
24
|
+
</style>
|
25
|
+
|
26
|
+
</head>
|
27
|
+
|
28
|
+
<body lang="EN-US">
|
29
|
+
|
30
|
+
<h2>Eclipse Public License - v 1.0</h2>
|
31
|
+
|
32
|
+
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
33
|
+
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
34
|
+
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
35
|
+
AGREEMENT.</p>
|
36
|
+
|
37
|
+
<p><b>1. DEFINITIONS</b></p>
|
38
|
+
|
39
|
+
<p>"Contribution" means:</p>
|
40
|
+
|
41
|
+
<p class="list">a) in the case of the initial Contributor, the initial
|
42
|
+
code and documentation distributed under this Agreement, and</p>
|
43
|
+
<p class="list">b) in the case of each subsequent Contributor:</p>
|
44
|
+
<p class="list">i) changes to the Program, and</p>
|
45
|
+
<p class="list">ii) additions to the Program;</p>
|
46
|
+
<p class="list">where such changes and/or additions to the Program
|
47
|
+
originate from and are distributed by that particular Contributor. A
|
48
|
+
Contribution 'originates' from a Contributor if it was added to the
|
49
|
+
Program by such Contributor itself or anyone acting on such
|
50
|
+
Contributor's behalf. Contributions do not include additions to the
|
51
|
+
Program which: (i) are separate modules of software distributed in
|
52
|
+
conjunction with the Program under their own license agreement, and (ii)
|
53
|
+
are not derivative works of the Program.</p>
|
54
|
+
|
55
|
+
<p>"Contributor" means any person or entity that distributes
|
56
|
+
the Program.</p>
|
57
|
+
|
58
|
+
<p>"Licensed Patents" mean patent claims licensable by a
|
59
|
+
Contributor which are necessarily infringed by the use or sale of its
|
60
|
+
Contribution alone or when combined with the Program.</p>
|
61
|
+
|
62
|
+
<p>"Program" means the Contributions distributed in accordance
|
63
|
+
with this Agreement.</p>
|
64
|
+
|
65
|
+
<p>"Recipient" means anyone who receives the Program under
|
66
|
+
this Agreement, including all Contributors.</p>
|
67
|
+
|
68
|
+
<p><b>2. GRANT OF RIGHTS</b></p>
|
69
|
+
|
70
|
+
<p class="list">a) Subject to the terms of this Agreement, each
|
71
|
+
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
72
|
+
royalty-free copyright license to reproduce, prepare derivative works
|
73
|
+
of, publicly display, publicly perform, distribute and sublicense the
|
74
|
+
Contribution of such Contributor, if any, and such derivative works, in
|
75
|
+
source code and object code form.</p>
|
76
|
+
|
77
|
+
<p class="list">b) Subject to the terms of this Agreement, each
|
78
|
+
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
79
|
+
royalty-free patent license under Licensed Patents to make, use, sell,
|
80
|
+
offer to sell, import and otherwise transfer the Contribution of such
|
81
|
+
Contributor, if any, in source code and object code form. This patent
|
82
|
+
license shall apply to the combination of the Contribution and the
|
83
|
+
Program if, at the time the Contribution is added by the Contributor,
|
84
|
+
such addition of the Contribution causes such combination to be covered
|
85
|
+
by the Licensed Patents. The patent license shall not apply to any other
|
86
|
+
combinations which include the Contribution. No hardware per se is
|
87
|
+
licensed hereunder.</p>
|
88
|
+
|
89
|
+
<p class="list">c) Recipient understands that although each Contributor
|
90
|
+
grants the licenses to its Contributions set forth herein, no assurances
|
91
|
+
are provided by any Contributor that the Program does not infringe the
|
92
|
+
patent or other intellectual property rights of any other entity. Each
|
93
|
+
Contributor disclaims any liability to Recipient for claims brought by
|
94
|
+
any other entity based on infringement of intellectual property rights
|
95
|
+
or otherwise. As a condition to exercising the rights and licenses
|
96
|
+
granted hereunder, each Recipient hereby assumes sole responsibility to
|
97
|
+
secure any other intellectual property rights needed, if any. For
|
98
|
+
example, if a third party patent license is required to allow Recipient
|
99
|
+
to distribute the Program, it is Recipient's responsibility to acquire
|
100
|
+
that license before distributing the Program.</p>
|
101
|
+
|
102
|
+
<p class="list">d) Each Contributor represents that to its knowledge it
|
103
|
+
has sufficient copyright rights in its Contribution, if any, to grant
|
104
|
+
the copyright license set forth in this Agreement.</p>
|
105
|
+
|
106
|
+
<p><b>3. REQUIREMENTS</b></p>
|
107
|
+
|
108
|
+
<p>A Contributor may choose to distribute the Program in object code
|
109
|
+
form under its own license agreement, provided that:</p>
|
110
|
+
|
111
|
+
<p class="list">a) it complies with the terms and conditions of this
|
112
|
+
Agreement; and</p>
|
113
|
+
|
114
|
+
<p class="list">b) its license agreement:</p>
|
115
|
+
|
116
|
+
<p class="list">i) effectively disclaims on behalf of all Contributors
|
117
|
+
all warranties and conditions, express and implied, including warranties
|
118
|
+
or conditions of title and non-infringement, and implied warranties or
|
119
|
+
conditions of merchantability and fitness for a particular purpose;</p>
|
120
|
+
|
121
|
+
<p class="list">ii) effectively excludes on behalf of all Contributors
|
122
|
+
all liability for damages, including direct, indirect, special,
|
123
|
+
incidental and consequential damages, such as lost profits;</p>
|
124
|
+
|
125
|
+
<p class="list">iii) states that any provisions which differ from this
|
126
|
+
Agreement are offered by that Contributor alone and not by any other
|
127
|
+
party; and</p>
|
128
|
+
|
129
|
+
<p class="list">iv) states that source code for the Program is available
|
130
|
+
from such Contributor, and informs licensees how to obtain it in a
|
131
|
+
reasonable manner on or through a medium customarily used for software
|
132
|
+
exchange.</p>
|
133
|
+
|
134
|
+
<p>When the Program is made available in source code form:</p>
|
135
|
+
|
136
|
+
<p class="list">a) it must be made available under this Agreement; and</p>
|
137
|
+
|
138
|
+
<p class="list">b) a copy of this Agreement must be included with each
|
139
|
+
copy of the Program.</p>
|
140
|
+
|
141
|
+
<p>Contributors may not remove or alter any copyright notices contained
|
142
|
+
within the Program.</p>
|
143
|
+
|
144
|
+
<p>Each Contributor must identify itself as the originator of its
|
145
|
+
Contribution, if any, in a manner that reasonably allows subsequent
|
146
|
+
Recipients to identify the originator of the Contribution.</p>
|
147
|
+
|
148
|
+
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
149
|
+
|
150
|
+
<p>Commercial distributors of software may accept certain
|
151
|
+
responsibilities with respect to end users, business partners and the
|
152
|
+
like. While this license is intended to facilitate the commercial use of
|
153
|
+
the Program, the Contributor who includes the Program in a commercial
|
154
|
+
product offering should do so in a manner which does not create
|
155
|
+
potential liability for other Contributors. Therefore, if a Contributor
|
156
|
+
includes the Program in a commercial product offering, such Contributor
|
157
|
+
("Commercial Contributor") hereby agrees to defend and
|
158
|
+
indemnify every other Contributor ("Indemnified Contributor")
|
159
|
+
against any losses, damages and costs (collectively "Losses")
|
160
|
+
arising from claims, lawsuits and other legal actions brought by a third
|
161
|
+
party against the Indemnified Contributor to the extent caused by the
|
162
|
+
acts or omissions of such Commercial Contributor in connection with its
|
163
|
+
distribution of the Program in a commercial product offering. The
|
164
|
+
obligations in this section do not apply to any claims or Losses
|
165
|
+
relating to any actual or alleged intellectual property infringement. In
|
166
|
+
order to qualify, an Indemnified Contributor must: a) promptly notify
|
167
|
+
the Commercial Contributor in writing of such claim, and b) allow the
|
168
|
+
Commercial Contributor to control, and cooperate with the Commercial
|
169
|
+
Contributor in, the defense and any related settlement negotiations. The
|
170
|
+
Indemnified Contributor may participate in any such claim at its own
|
171
|
+
expense.</p>
|
172
|
+
|
173
|
+
<p>For example, a Contributor might include the Program in a commercial
|
174
|
+
product offering, Product X. That Contributor is then a Commercial
|
175
|
+
Contributor. If that Commercial Contributor then makes performance
|
176
|
+
claims, or offers warranties related to Product X, those performance
|
177
|
+
claims and warranties are such Commercial Contributor's responsibility
|
178
|
+
alone. Under this section, the Commercial Contributor would have to
|
179
|
+
defend claims against the other Contributors related to those
|
180
|
+
performance claims and warranties, and if a court requires any other
|
181
|
+
Contributor to pay any damages as a result, the Commercial Contributor
|
182
|
+
must pay those damages.</p>
|
183
|
+
|
184
|
+
<p><b>5. NO WARRANTY</b></p>
|
185
|
+
|
186
|
+
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
187
|
+
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
188
|
+
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
189
|
+
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
190
|
+
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
191
|
+
responsible for determining the appropriateness of using and
|
192
|
+
distributing the Program and assumes all risks associated with its
|
193
|
+
exercise of rights under this Agreement , including but not limited to
|
194
|
+
the risks and costs of program errors, compliance with applicable laws,
|
195
|
+
damage to or loss of data, programs or equipment, and unavailability or
|
196
|
+
interruption of operations.</p>
|
197
|
+
|
198
|
+
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
199
|
+
|
200
|
+
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
201
|
+
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
202
|
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
203
|
+
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
204
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
205
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
206
|
+
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
207
|
+
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
208
|
+
|
209
|
+
<p><b>7. GENERAL</b></p>
|
210
|
+
|
211
|
+
<p>If any provision of this Agreement is invalid or unenforceable under
|
212
|
+
applicable law, it shall not affect the validity or enforceability of
|
213
|
+
the remainder of the terms of this Agreement, and without further action
|
214
|
+
by the parties hereto, such provision shall be reformed to the minimum
|
215
|
+
extent necessary to make such provision valid and enforceable.</p>
|
216
|
+
|
217
|
+
<p>If Recipient institutes patent litigation against any entity
|
218
|
+
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
219
|
+
Program itself (excluding combinations of the Program with other
|
220
|
+
software or hardware) infringes such Recipient's patent(s), then such
|
221
|
+
Recipient's rights granted under Section 2(b) shall terminate as of the
|
222
|
+
date such litigation is filed.</p>
|
223
|
+
|
224
|
+
<p>All Recipient's rights under this Agreement shall terminate if it
|
225
|
+
fails to comply with any of the material terms or conditions of this
|
226
|
+
Agreement and does not cure such failure in a reasonable period of time
|
227
|
+
after becoming aware of such noncompliance. If all Recipient's rights
|
228
|
+
under this Agreement terminate, Recipient agrees to cease use and
|
229
|
+
distribution of the Program as soon as reasonably practicable. However,
|
230
|
+
Recipient's obligations under this Agreement and any licenses granted by
|
231
|
+
Recipient relating to the Program shall continue and survive.</p>
|
232
|
+
|
233
|
+
<p>Everyone is permitted to copy and distribute copies of this
|
234
|
+
Agreement, but in order to avoid inconsistency the Agreement is
|
235
|
+
copyrighted and may only be modified in the following manner. The
|
236
|
+
Agreement Steward reserves the right to publish new versions (including
|
237
|
+
revisions) of this Agreement from time to time. No one other than the
|
238
|
+
Agreement Steward has the right to modify this Agreement. The Eclipse
|
239
|
+
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
240
|
+
assign the responsibility to serve as the Agreement Steward to a
|
241
|
+
suitable separate entity. Each new version of the Agreement will be
|
242
|
+
given a distinguishing version number. The Program (including
|
243
|
+
Contributions) may always be distributed subject to the version of the
|
244
|
+
Agreement under which it was received. In addition, after a new version
|
245
|
+
of the Agreement is published, Contributor may elect to distribute the
|
246
|
+
Program (including its Contributions) under the new version. Except as
|
247
|
+
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
248
|
+
rights or licenses to the intellectual property of any Contributor under
|
249
|
+
this Agreement, whether expressly, by implication, estoppel or
|
250
|
+
otherwise. All rights in the Program not expressly granted under this
|
251
|
+
Agreement are reserved.</p>
|
252
|
+
|
253
|
+
<p>This Agreement is governed by the laws of the State of New York and
|
254
|
+
the intellectual property laws of the United States of America. No party
|
255
|
+
to this Agreement will bring a legal action under this Agreement more
|
256
|
+
than one year after the cause of action arose. Each party waives its
|
257
|
+
rights to a jury trial in any resulting litigation.</p>
|
258
|
+
|
259
|
+
</body>
|
260
|
+
|
261
|
+
</html>
|
@@ -0,0 +1,427 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<title>Apache License, Version 2.0</title>
|
5
|
+
|
6
|
+
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
7
|
+
<meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
|
8
|
+
|
9
|
+
<link rel="stylesheet" type="text/css" media="screen" href="/css/style.css">
|
10
|
+
<link rel="stylesheet" type="text/css" media="screen" href="/css/code.css">
|
11
|
+
|
12
|
+
<script type="text/javascript" src="/js/jquery.js"></script>
|
13
|
+
<script type="text/javascript" src="/js/apache_boot.js"></script>
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
|
19
|
+
</head>
|
20
|
+
|
21
|
+
<body>
|
22
|
+
<div id="page" class="container_16">
|
23
|
+
<div id="header" class="grid_8">
|
24
|
+
<img src="/images/feather-small.gif" alt="The Apache Software Foundation">
|
25
|
+
<h1>The Apache Software Foundation</h1>
|
26
|
+
<h2>Apache License, Version 2.0</h2>
|
27
|
+
</div>
|
28
|
+
<div id="nav" class="grid_8">
|
29
|
+
<ul>
|
30
|
+
<!-- <li><a href="/" title="Welcome!">Home</a></li> -->
|
31
|
+
<li><a href="/foundation/" title="The Foundation">Foundation</a></li>
|
32
|
+
<li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
|
33
|
+
<li><a href="http://people.apache.org" title="The People">People</a></li>
|
34
|
+
<li><a href="/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
|
35
|
+
<li><a href="/dyn/closer.cgi" title="Download">Download</a></li>
|
36
|
+
<li><a href="/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
|
37
|
+
</ul>
|
38
|
+
<p><a href="/">Home</a> » <a href="/licenses/">Licenses</a></p>
|
39
|
+
<form name="search" id="search" action="http://www.google.com/search" method="get">
|
40
|
+
<input value="apache.org" name="sitesearch" type="hidden"/>
|
41
|
+
<input type="text" name="q" id="query">
|
42
|
+
<input type="submit" id="submit" value="Search">
|
43
|
+
</form>
|
44
|
+
</div>
|
45
|
+
<div class="clear"></div>
|
46
|
+
<div id="content" class="grid_16"><div class="section-content"><p>Apache License<br></br>Version 2.0, January 2004<br></br>
|
47
|
+
<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
|
48
|
+
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
|
49
|
+
<p><strong><a name="definitions">1. Definitions</a></strong>.</p>
|
50
|
+
<p>"License" shall mean the terms and conditions for use, reproduction, and
|
51
|
+
distribution as defined by Sections 1 through 9 of this document.</p>
|
52
|
+
<p>"Licensor" shall mean the copyright owner or entity authorized by the
|
53
|
+
copyright owner that is granting the License.</p>
|
54
|
+
<p>"Legal Entity" shall mean the union of the acting entity and all other
|
55
|
+
entities that control, are controlled by, or are under common control with
|
56
|
+
that entity. For the purposes of this definition, "control" means (i) the
|
57
|
+
power, direct or indirect, to cause the direction or management of such
|
58
|
+
entity, whether by contract or otherwise, or (ii) ownership of fifty
|
59
|
+
percent (50%) or more of the outstanding shares, or (iii) beneficial
|
60
|
+
ownership of such entity.</p>
|
61
|
+
<p>"You" (or "Your") shall mean an individual or Legal Entity exercising
|
62
|
+
permissions granted by this License.</p>
|
63
|
+
<p>"Source" form shall mean the preferred form for making modifications,
|
64
|
+
including but not limited to software source code, documentation source,
|
65
|
+
and configuration files.</p>
|
66
|
+
<p>"Object" form shall mean any form resulting from mechanical transformation
|
67
|
+
or translation of a Source form, including but not limited to compiled
|
68
|
+
object code, generated documentation, and conversions to other media types.</p>
|
69
|
+
<p>"Work" shall mean the work of authorship, whether in Source or Object form,
|
70
|
+
made available under the License, as indicated by a copyright notice that
|
71
|
+
is included in or attached to the work (an example is provided in the
|
72
|
+
Appendix below).</p>
|
73
|
+
<p>"Derivative Works" shall mean any work, whether in Source or Object form,
|
74
|
+
that is based on (or derived from) the Work and for which the editorial
|
75
|
+
revisions, annotations, elaborations, or other modifications represent, as
|
76
|
+
a whole, an original work of authorship. For the purposes of this License,
|
77
|
+
Derivative Works shall not include works that remain separable from, or
|
78
|
+
merely link (or bind by name) to the interfaces of, the Work and Derivative
|
79
|
+
Works thereof.</p>
|
80
|
+
<p>"Contribution" shall mean any work of authorship, including the original
|
81
|
+
version of the Work and any modifications or additions to that Work or
|
82
|
+
Derivative Works thereof, that is intentionally submitted to Licensor for
|
83
|
+
inclusion in the Work by the copyright owner or by an individual or Legal
|
84
|
+
Entity authorized to submit on behalf of the copyright owner. For the
|
85
|
+
purposes of this definition, "submitted" means any form of electronic,
|
86
|
+
verbal, or written communication sent to the Licensor or its
|
87
|
+
representatives, including but not limited to communication on electronic
|
88
|
+
mailing lists, source code control systems, and issue tracking systems that
|
89
|
+
are managed by, or on behalf of, the Licensor for the purpose of discussing
|
90
|
+
and improving the Work, but excluding communication that is conspicuously
|
91
|
+
marked or otherwise designated in writing by the copyright owner as "Not a
|
92
|
+
Contribution."</p>
|
93
|
+
<p>"Contributor" shall mean Licensor and any individual or Legal Entity on
|
94
|
+
behalf of whom a Contribution has been received by Licensor and
|
95
|
+
subsequently incorporated within the Work.</p>
|
96
|
+
<p><strong><a name="copyright">2. Grant of Copyright License</a></strong>. Subject to the
|
97
|
+
terms and conditions of this License, each Contributor hereby grants to You
|
98
|
+
a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
99
|
+
copyright license to reproduce, prepare Derivative Works of, publicly
|
100
|
+
display, publicly perform, sublicense, and distribute the Work and such
|
101
|
+
Derivative Works in Source or Object form.</p>
|
102
|
+
<p><strong><a name="patent">3. Grant of Patent License</a></strong>. Subject to the terms
|
103
|
+
and conditions of this License, each Contributor hereby grants to You a
|
104
|
+
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
105
|
+
(except as stated in this section) patent license to make, have made, use,
|
106
|
+
offer to sell, sell, import, and otherwise transfer the Work, where such
|
107
|
+
license applies only to those patent claims licensable by such Contributor
|
108
|
+
that are necessarily infringed by their Contribution(s) alone or by
|
109
|
+
combination of their Contribution(s) with the Work to which such
|
110
|
+
Contribution(s) was submitted. If You institute patent litigation against
|
111
|
+
any entity (including a cross-claim or counterclaim in a lawsuit) alleging
|
112
|
+
that the Work or a Contribution incorporated within the Work constitutes
|
113
|
+
direct or contributory patent infringement, then any patent licenses
|
114
|
+
granted to You under this License for that Work shall terminate as of the
|
115
|
+
date such litigation is filed.</p>
|
116
|
+
<p><strong><a name="redistribution">4. Redistribution</a></strong>. You may reproduce and
|
117
|
+
distribute copies of the Work or Derivative Works thereof in any medium,
|
118
|
+
with or without modifications, and in Source or Object form, provided that
|
119
|
+
You meet the following conditions:</p>
|
120
|
+
<ol style="list-style: lower-latin;">
|
121
|
+
<li>You must give any other recipients of the Work or Derivative Works a
|
122
|
+
copy of this License; and</li>
|
123
|
+
|
124
|
+
<li>You must cause any modified files to carry prominent notices stating
|
125
|
+
that You changed the files; and</li>
|
126
|
+
|
127
|
+
<li>You must retain, in the Source form of any Derivative Works that You
|
128
|
+
distribute, all copyright, patent, trademark, and attribution notices from
|
129
|
+
the Source form of the Work, excluding those notices that do not pertain to
|
130
|
+
any part of the Derivative Works; and</li>
|
131
|
+
|
132
|
+
<li>If the Work includes a "NOTICE" text file as part of its distribution,
|
133
|
+
then any Derivative Works that You distribute must include a readable copy
|
134
|
+
of the attribution notices contained within such NOTICE file, excluding
|
135
|
+
those notices that do not pertain to any part of the Derivative Works, in
|
136
|
+
at least one of the following places: within a NOTICE text file distributed
|
137
|
+
as part of the Derivative Works; within the Source form or documentation,
|
138
|
+
if provided along with the Derivative Works; or, within a display generated
|
139
|
+
by the Derivative Works, if and wherever such third-party notices normally
|
140
|
+
appear. The contents of the NOTICE file are for informational purposes only
|
141
|
+
and do not modify the License. You may add Your own attribution notices
|
142
|
+
within Derivative Works that You distribute, alongside or as an addendum to
|
143
|
+
the NOTICE text from the Work, provided that such additional attribution
|
144
|
+
notices cannot be construed as modifying the License.
|
145
|
+
<br/>
|
146
|
+
<br/>
|
147
|
+
You may add Your own copyright statement to Your modifications and may
|
148
|
+
provide additional or different license terms and conditions for use,
|
149
|
+
reproduction, or distribution of Your modifications, or for any such
|
150
|
+
Derivative Works as a whole, provided Your use, reproduction, and
|
151
|
+
distribution of the Work otherwise complies with the conditions stated in
|
152
|
+
this License.
|
153
|
+
</li>
|
154
|
+
|
155
|
+
</ol>
|
156
|
+
|
157
|
+
<p><strong><a name="contributions">5. Submission of Contributions</a></strong>. Unless You
|
158
|
+
explicitly state otherwise, any Contribution intentionally submitted for
|
159
|
+
inclusion in the Work by You to the Licensor shall be under the terms and
|
160
|
+
conditions of this License, without any additional terms or conditions.
|
161
|
+
Notwithstanding the above, nothing herein shall supersede or modify the
|
162
|
+
terms of any separate license agreement you may have executed with Licensor
|
163
|
+
regarding such Contributions.</p>
|
164
|
+
<p><strong><a name="trademarks">6. Trademarks</a></strong>. This License does not grant
|
165
|
+
permission to use the trade names, trademarks, service marks, or product
|
166
|
+
names of the Licensor, except as required for reasonable and customary use
|
167
|
+
in describing the origin of the Work and reproducing the content of the
|
168
|
+
NOTICE file.</p>
|
169
|
+
<p><strong><a name="no-warranty">7. Disclaimer of Warranty</a></strong>. Unless required by
|
170
|
+
applicable law or agreed to in writing, Licensor provides the Work (and
|
171
|
+
each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
|
172
|
+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
|
173
|
+
without limitation, any warranties or conditions of TITLE,
|
174
|
+
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
|
175
|
+
are solely responsible for determining the appropriateness of using or
|
176
|
+
redistributing the Work and assume any risks associated with Your exercise
|
177
|
+
of permissions under this License.</p>
|
178
|
+
<p><strong><a name="no-liability">8. Limitation of Liability</a></strong>. In no event and
|
179
|
+
under no legal theory, whether in tort (including negligence), contract, or
|
180
|
+
otherwise, unless required by applicable law (such as deliberate and
|
181
|
+
grossly negligent acts) or agreed to in writing, shall any Contributor be
|
182
|
+
liable to You for damages, including any direct, indirect, special,
|
183
|
+
incidental, or consequential damages of any character arising as a result
|
184
|
+
of this License or out of the use or inability to use the Work (including
|
185
|
+
but not limited to damages for loss of goodwill, work stoppage, computer
|
186
|
+
failure or malfunction, or any and all other commercial damages or losses),
|
187
|
+
even if such Contributor has been advised of the possibility of such
|
188
|
+
damages.</p>
|
189
|
+
<p><strong><a name="additional">9. Accepting Warranty or Additional Liability</a></strong>.
|
190
|
+
While redistributing the Work or Derivative Works thereof, You may choose
|
191
|
+
to offer, and charge a fee for, acceptance of support, warranty, indemnity,
|
192
|
+
or other liability obligations and/or rights consistent with this License.
|
193
|
+
However, in accepting such obligations, You may act only on Your own behalf
|
194
|
+
and on Your sole responsibility, not on behalf of any other Contributor,
|
195
|
+
and only if You agree to indemnify, defend, and hold each Contributor
|
196
|
+
harmless for any liability incurred by, or claims asserted against, such
|
197
|
+
Contributor by reason of your accepting any such warranty or additional
|
198
|
+
liability.</p>
|
199
|
+
<p>END OF TERMS AND CONDITIONS</p>
|
200
|
+
<h1 id="apply">APPENDIX: How to apply the Apache License to your work</h1>
|
201
|
+
<p>To apply the Apache License to your work, attach the following boilerplate
|
202
|
+
notice, with the fields enclosed by brackets "[]" replaced with your own
|
203
|
+
identifying information. (Don't include the brackets!) The text should be
|
204
|
+
enclosed in the appropriate comment syntax for the file format. We also
|
205
|
+
recommend that a file or class name and description of purpose be included
|
206
|
+
on the same "printed page" as the copyright notice for easier
|
207
|
+
identification within third-party archives.</p>
|
208
|
+
<div class="codehilite"><pre> <span class="p">:::</span><span class="n">text</span>
|
209
|
+
<span class="n">Copyright</span> <span class="p">[</span><span class="n">yyyy</span><span class="p">]</span> <span class="p">[</span><span class="n">name</span> <span class="n">of</span> <span class="n">copyright</span> <span class="n">owner</span><span class="p">]</span>
|
210
|
+
|
211
|
+
<span class="n">Licensed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">Apache</span> <span class="n">License</span><span class="p">,</span> <span class="n">Version</span> 2<span class="p">.</span>0 <span class="p">(</span><span class="n">the</span> "<span class="n">License</span>"<span class="p">);</span>
|
212
|
+
<span class="n">you</span> <span class="n">may</span> <span class="n">not</span> <span class="n">use</span> <span class="n">this</span> <span class="n">file</span> <span class="n">except</span> <span class="n">in</span> <span class="n">compliance</span> <span class="n">with</span> <span class="n">the</span> <span class="n">License</span><span class="p">.</span>
|
213
|
+
<span class="n">You</span> <span class="n">may</span> <span class="n">obtain</span> <span class="n">a</span> <span class="n">copy</span> <span class="n">of</span> <span class="n">the</span> <span class="n">License</span> <span class="n">at</span>
|
214
|
+
|
215
|
+
<span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">www</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">licenses</span><span class="o">/</span><span class="n">LICENSE</span><span class="o">-</span>2<span class="p">.</span>0
|
216
|
+
|
217
|
+
<span class="n">Unless</span> <span class="n">required</span> <span class="n">by</span> <span class="n">applicable</span> <span class="n">law</span> <span class="n">or</span> <span class="n">agreed</span> <span class="n">to</span> <span class="n">in</span> <span class="n">writing</span><span class="p">,</span> <span class="n">software</span>
|
218
|
+
<span class="n">distributed</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span> <span class="n">is</span> <span class="n">distributed</span> <span class="n">on</span> <span class="n">an</span> "<span class="n">AS</span> <span class="n">IS</span>" <span class="n">BASIS</span><span class="p">,</span>
|
219
|
+
<span class="n">WITHOUT</span> <span class="n">WARRANTIES</span> <span class="n">OR</span> <span class="n">CONDITIONS</span> <span class="n">OF</span> <span class="n">ANY</span> <span class="n">KIND</span><span class="p">,</span> <span class="n">either</span> <span class="n">express</span> <span class="n">or</span> <span class="n">implied</span><span class="p">.</span>
|
220
|
+
<span class="n">See</span> <span class="n">the</span> <span class="n">License</span> <span class="k">for</span> <span class="n">the</span> <span class="n">specific</span> <span class="n">language</span> <span class="n">governing</span> <span class="n">permissions</span> <span class="n">and</span>
|
221
|
+
<span class="n">limitations</span> <span class="n">under</span> <span class="n">the</span> <span class="n">License</span><span class="p">.</span>
|
222
|
+
</pre></div></div></div>
|
223
|
+
<div class="clear"></div>
|
224
|
+
</div>
|
225
|
+
<div id="footer" class="container_16">
|
226
|
+
<div class="links grid_16">
|
227
|
+
<div class="grid_3">
|
228
|
+
<h4>Projects</h4>
|
229
|
+
<ul>
|
230
|
+
<li><a href="http://httpd.apache.org/" title="Apache Web Server (httpd)">HTTP Server</a></li>
|
231
|
+
<li><a href="http://abdera.apache.org/" title="Atom Publishing Protocol Implementation">Abdera</a></li>
|
232
|
+
<li><a href="http://accumulo.apache.org/" title="Sorted, distributed key/value store">Accumulo</a></li>
|
233
|
+
<li><a href="http://ace.apache.org/" title="Centralized life cycle management and deployment of OSGi based and related modular software artifacts for distribution.">ACE</a></li>
|
234
|
+
<li><a href="http://activemq.apache.org/" title="Distributed Messaging System">ActiveMQ</a></li>
|
235
|
+
<li><a href="http://airavata.apache.org/" title="Workflow and Computational Job Management Middleware">Airavata</a></li>
|
236
|
+
<li><a href="http://ant.apache.org/" title="Java-based build tool">Ant</a></li>
|
237
|
+
<li><a href="http://any23.apache.org/" title="Anything to Triples">Any23</a></li>
|
238
|
+
<li><a href="http://apr.apache.org/" title="Apache Portable Runtime libraries">APR</a></li>
|
239
|
+
<li><a href="http://archiva.apache.org/" title="Build Artifact Repository Manager">Archiva</a></li>
|
240
|
+
<li><a href="http://aries.apache.org/" title="Enterprise OSGi application programming model">Aries</a></li>
|
241
|
+
<li><a href="http://avro.apache.org/" title="A Serialization System">Avro</a></li>
|
242
|
+
<li><a href="http://axis.apache.org/" title="Java SOAP Engine">Axis</a></li>
|
243
|
+
<li><a href="http://bigtop.apache.org/" title="Apache Hadoop ecosystem integration and distribution project">Bigtop</a></li>
|
244
|
+
<li><a href="http://bloodhound.apache.org/" title="Issue tracking, wiki and repository browser">Bloodhound</a></li>
|
245
|
+
<li><a href="http://buildr.apache.org/" title="Simple and intuitive build system for Java applications">Buildr</a></li>
|
246
|
+
<li><a href="http://bval.apache.org/" title="Apache BVal: JSR-303 Bean Validation Implementation and Extensions">BVal</a></li>
|
247
|
+
<li><a href="http://camel.apache.org/" title="Spring based Integration Framework which implements the Enterprise Integration Patterns">Camel</a></li>
|
248
|
+
<li><a href="http://cassandra.apache.org/" title="Highly scalable second-generation distributed database">Cassandra</a></li>
|
249
|
+
<li><a href="http://cayenne.apache.org/" title="User-friendly Java ORM with Tools">Cayenne</a></li>
|
250
|
+
<li><a href="http://chemistry.apache.org/" title="CMIS (Content Managment Interoperability Services) Clients and Servers">Chemistry</a></li>
|
251
|
+
<li><a href="http://clerezza.apache.org/" title="Semantically linked data for OSGi">Clerezza</a></li>
|
252
|
+
<li><a href="http://click.apache.org/" title="User-friendly page and component oriented web framework">Click</a></li>
|
253
|
+
<li><a href="http://cloudstack.apache.org/" title="Infrastructure as a Service solution">CloudStack</a></li>
|
254
|
+
<li><a href="http://cocoon.apache.org/" title="Web development framework: separation of concerns, component-based">Cocoon</a></li>
|
255
|
+
<li><a href="http://commons.apache.org/" title="Reusable Java components">Commons</a></li>
|
256
|
+
<li><a href="http://continuum.apache.org/" title="Continuous Integration and Build Server">Continuum</a></li>
|
257
|
+
<li><a href="http://cordova.apache.org/" title="Platform for building native mobile applications using HTML, CSS and JavaScript">Cordova</a></li>
|
258
|
+
<li><a href="http://couchdb.apache.org/" title="RESTful document database">CouchDB</a></li>
|
259
|
+
<li><a href="http://creadur.apache.org/" title="Comprehension and auditing of software distributions">Creadur</a></li>
|
260
|
+
<li><a href="http://crunch.apache.org/" title="Simple and Efficient MapReduce Pipelines">Crunch</a></li>
|
261
|
+
<li><a href="http://ctakes.apache.org/" title="Natural language processing (NLP) tool for information extraction from electronic medical record clinical free-text">cTAKES</a></li>
|
262
|
+
<li><a href="http://cxf.apache.org/" title="Service Framework">CXF</a></li>
|
263
|
+
<li><a href="http://db.apache.org/" title="Database access">DB</a></li>
|
264
|
+
<li><a href="http://deltacloud.apache.org/" title="RESTful cloud management interface">Deltacloud</a></li>
|
265
|
+
<li><a href="http://directory.apache.org/" title="Apache Directory Server">Directory</a></li>
|
266
|
+
<li><a href="http://empire-db.apache.org/" title="Relational Data Persistence">Empire-db</a></li>
|
267
|
+
<li><a href="http://esme.apache.org/" title="Enterprise Social Messaging Environment">ESME</a></li>
|
268
|
+
<li><a href="http://etch.apache.org/" title="Cross-platform, language- and transport-independent RPC-like messaging framework">Etch</a></li>
|
269
|
+
<li><a href="http://felix.apache.org/" title="OSGi Framework and components.">Felix</a></li>
|
270
|
+
<li><a href="http://flex.apache.org/" title="Application framework for expressive web applications that deploy to all major browsers, desktops and devices.">Flex</a></li>
|
271
|
+
<li><a href="http://flume.apache.org/" title="A reliable service for efficiently collecting, aggregating, and moving large amounts of log data">Flume</a></li>
|
272
|
+
<li><a href="http://forrest.apache.org/" title="Aggregated multi-channel documentation, separation of concerns">Forrest</a></li>
|
273
|
+
<li><a href="http://geronimo.apache.org/" title="Java2, Enterprise Edition (J2EE) container">Geronimo</a></li>
|
274
|
+
<li><a href="http://giraph.apache.org/" title="Iterative graph processing system built for high scalability">Giraph</a></li>
|
275
|
+
<li><a href="http://gora.apache.org/" title="ORM framework for column stores such as Apache HBase and Apache Cassandra with a specific focus on Hadoop">Gora</a></li>
|
276
|
+
<li><a href="http://gump.apache.org/" title="Continuous integration of open source projects">Gump</a></li>
|
277
|
+
<li><a href="http://hadoop.apache.org/" title="Distributed computing platform">Hadoop</a></li>
|
278
|
+
<li><a href="http://hama.apache.org/" title="a Bulk Synchronous Parallel computing framework on top of Hadoop">Hama</a></li>
|
279
|
+
<li><a href="http://hbase.apache.org/" title="Hadoop Database">HBase</a></li>
|
280
|
+
<li><a href="http://hive.apache.org/" title="Data warehouse infrastructure using the Hadoop Database">Hive</a></li>
|
281
|
+
<li><a href="http://hc.apache.org/" title="Java toolset of low level HTTP components">HttpComponents</a></li>
|
282
|
+
<li><a href="http://isis.apache.org/" title="Framework for rapidly developing domain-driven apps in Java">Isis</a></li>
|
283
|
+
<li><a href="http://jackrabbit.apache.org/" title="Content Repository for Java">Jackrabbit</a></li>
|
284
|
+
<li><a href="http://james.apache.org/" title="Java Apache Mail Enterprise Server">James</a></li>
|
285
|
+
<li><a href="http://jena.apache.org/" title="Java framework for building Semantic Web applications">Jena</a></li>
|
286
|
+
<li><a href="http://jmeter.apache.org/" title="Java performance and functional testing">JMeter</a></li>
|
287
|
+
<li><a href="http://juddi.apache.org/" title="Java implementation of the Universal Description, Discovery, and Integration specification">jUDDI</a></li>
|
288
|
+
<li><a href="http://kafka.apache.org/" title="Distributed publish-subscribe messaging system">Kafka</a></li>
|
289
|
+
<li><a href="http://karaf.apache.org/" title="Server-side OSGi distribution">Karaf</a></li>
|
290
|
+
<li><a href="http://lenya.apache.org/" title="Content Management System">Lenya</a></li>
|
291
|
+
<li><a href="http://libcloud.apache.org/" title="Unified interface to the cloud">Libcloud</a></li>
|
292
|
+
<li><a href="http://logging.apache.org/" title="Cross-language logging services">Logging</a></li>
|
293
|
+
<li><a href="http://lucene.apache.org/" title="Search engine library">Lucene</a></li>
|
294
|
+
<li><a href="http://lucy.apache.org/" title="Search engine library for dynamic languages">Lucy</a></li>
|
295
|
+
<li><a href="http://mahout.apache.org/" title="Scalable machine learning library">Mahout</a></li>
|
296
|
+
<li><a href="http://manifoldcf.apache.org/" title="Framework for connecting source content repositories to target repositories or indexes.">ManifoldCF</a></li>
|
297
|
+
<li><a href="http://maven.apache.org/" title="Java project management and comprehension tools">Maven</a></li>
|
298
|
+
<li><a href="http://mina.apache.org/" title="Multipurpose Infrastructure for Network Application">MINA</a></li>
|
299
|
+
<li><a href="http://mrunit.apache.org/" title="Java library that helps developers unit test Apache Hadoop map reduce jobs">MRUnit</a></li>
|
300
|
+
<li><a href="http://myfaces.apache.org/" title="JavaServer(tm) Faces implementation and components">MyFaces</a></li>
|
301
|
+
<li><a href="http://nutch.apache.org/" title="Open Source Web Search Software">Nutch</a></li>
|
302
|
+
<li><a href="http://ode.apache.org/" title="Orchestration Director Engine: Business Process Management (BPM), Process Orchestration and Workflow through service composition.">ODE</a></li>
|
303
|
+
<li><a href="http://ofbiz.apache.org/" title="Open for Business: enterprise automation software">OFBiz</a></li>
|
304
|
+
<li><a href="http://oltu.apache.org/" title="OAuth protocol implementation in Java">Oltu</a></li>
|
305
|
+
<li><a href="http://onami.apache.org/" title="Development and maintenance of a set of Google Guice extensions">Onami</a></li>
|
306
|
+
<li><a href="http://oodt.apache.org/" title="Object Oriented Data Technology (middleware metadata)">OODT</a></li>
|
307
|
+
<li><a href="http://oozie.apache.org/" title="A workflow scheduler system to manage Apache Hadoop jobs.">Oozie</a></li>
|
308
|
+
<li><a href="http://openjpa.apache.org/" title="OpenJPA: Object Relational Mapping for Java">OpenJPA</a></li>
|
309
|
+
<li><a href="http://openmeetings.apache.org/" title="OpenMeetings: Web-Conferencing and real-time collaboration">OpenMeetings</a></li>
|
310
|
+
<li><a href="http://opennlp.apache.org/" title="Machine learning based toolkit for the processing of natural language text">OpenNLP</a></li>
|
311
|
+
<li><a href="http://openoffice.apache.org/" title="An open-source, office-document productivity suite">OpenOffice</a></li>
|
312
|
+
<li><a href="http://openwebbeans.apache.org/" title="OpenWebBeans: JSR-299 Context and Dependency Injection for Java EE Platform Implementation">OpenWebBeans</a></li>
|
313
|
+
<li><a href="http://pdfbox.apache.org/" title="Java library for working with PDF documents">PDFBox</a></li>
|
314
|
+
<li><a href="http://perl.apache.org/" title="Dynamic websites using Perl">Perl</a></li>
|
315
|
+
<li><a href="http://pig.apache.org/" title="Platform for analyzing large data sets">Pig</a></li>
|
316
|
+
<li><a href="http://pivot.apache.org/" title="Rich Internet applications in Java">Pivot</a></li>
|
317
|
+
<li><a href="http://poi.apache.org/" title="Java API for OLE 2 Compound and OOXML Documents">POI</a></li>
|
318
|
+
<li><a href="http://portals.apache.org/" title="Portal technology">Portals</a></li>
|
319
|
+
<li><a href="http://qpid.apache.org/" title="Multiple language implementation of the latest Advanced Message Queuing Protocol (AMQP)">Qpid</a></li>
|
320
|
+
<li><a href="http://rave.apache.org/" title="Web and social mashup engine">Rave</a></li>
|
321
|
+
<li><a href="http://river.apache.org/" title="Jini service oriented architecture">River</a></li>
|
322
|
+
<li><a href="http://roller.apache.org/" title="Java blog server">Roller</a></li>
|
323
|
+
<li><a href="http://santuario.apache.org/" title="XML Security in Java and C++">Santuario</a></li>
|
324
|
+
<li><a href="http://servicemix.apache.org/" title="Enterprise Service Bus">ServiceMix</a></li>
|
325
|
+
<li><a href="http://shindig.apache.org/" title="Opensocial Reference Implementation">Shindig</a></li>
|
326
|
+
<li><a href="http://shiro.apache.org/" title="Powerful and easy-to-use application security framework">Shiro</a></li>
|
327
|
+
<li><a href="http://sis.apache.org/" title="Spatial Information System">SIS</a></li>
|
328
|
+
<li><a href="http://sling.apache.org/" title="Web Framework for JCR Content Repositories">Sling</a></li>
|
329
|
+
<li><a href="http://spamassassin.apache.org/" title="Mail filter to identify spam">SpamAssassin</a></li>
|
330
|
+
<li><a href="http://sqoop.apache.org/" title="Bulk Data Transfer for Hadoop and Structured Datastores">Sqoop</a></li>
|
331
|
+
<li><a href="http://stanbol.apache.org/" title="Reusable components for semantic content management">Stanbol</a></li>
|
332
|
+
<li><a href="http://stdcxx.apache.org/" title="Apache C++ Standard Library">STDCXX</a></li>
|
333
|
+
<li><a href="http://struts.apache.org/" title="Model 2 framework for building Java web applications">Struts</a></li>
|
334
|
+
<li><a href="http://subversion.apache.org/" title="Version Control">Subversion</a></li>
|
335
|
+
<li><a href="http://synapse.apache.org/" title="Enterprise Service Bus and Mediation Framework">Synapse</a></li>
|
336
|
+
<li><a href="http://syncope.apache.org/" title="Managing digital identities in enterprise environments">Syncope</a></li>
|
337
|
+
<li><a href="http://tapestry.apache.org/" title="Component-based Java Web Application Framework">Tapestry</a></li>
|
338
|
+
<li><a href="http://tcl.apache.org/" title="Dynamic websites using TCL">Tcl</a></li>
|
339
|
+
<li><a href="http://thrift.apache.org/" title="Framework for scalable cross-language services development">Thrift</a></li>
|
340
|
+
<li><a href="http://tika.apache.org" title="Content Analysis and Detection Toolkit">Tika</a></li>
|
341
|
+
<li><a href="http://tiles.apache.org/" title="A templating framework for web application user interfaces">Tiles</a></li>
|
342
|
+
<li><a href="http://tomcat.apache.org/" title="A Java Servlet and JSP Container">Tomcat</a></li>
|
343
|
+
<li><a href="http://tomee.apache.org/" title="Java EE Web Profile built on Tomcat">TomEE</a></li>
|
344
|
+
<li><a href="http://trafficserver.apache.org/" title="A fast, scalable and extensible HTTP/1.1 compliant caching proxy server">Traffic Server</a></li>
|
345
|
+
<li><a href="http://turbine.apache.org/" title="A Java Servlet Web Application Framework and associated component library">Turbine</a></li>
|
346
|
+
<li><a href="http://tuscany.apache.org/" title="An SCA based Service Composition Framework">Tuscany</a></li>
|
347
|
+
<li><a href="http://uima.apache.org/" title="Framework and annotators for unstructured information analysis">UIMA</a></li>
|
348
|
+
<li><a href="http://vcl.apache.org/" title="Virtual Computing Lab">VCL</a></li>
|
349
|
+
<li><a href="http://velocity.apache.org/" title="A Java Templating Engine">Velocity</a></li>
|
350
|
+
<li><a href="http://ws.apache.org/">Web Services</a></li>
|
351
|
+
<li><a href="http://whirr.apache.org/" title="Libraries for running Cloud Services">Whirr</a></li>
|
352
|
+
<li><a href="http://wicket.apache.org/" title="Component-based Java Web Application Framework.">Wicket</a></li>
|
353
|
+
<li><a href="http://wink.apache.org/" title="RESTful Web services Framework">Wink</a></li>
|
354
|
+
<li><a href="http://wookie.apache.org/" title="Widgets for Applications">Wookie</a></li>
|
355
|
+
<li><a href="http://xalan.apache.org/" title="XSLT processors in Java and C++">Xalan</a></li>
|
356
|
+
<li><a href="http://xerces.apache.org/" title="XML parsers in Java, C++ and Perl">Xerces</a></li>
|
357
|
+
<li><a href="http://xmlbeans.apache.org/" title="XML-Java binding tool">XMLBeans</a></li>
|
358
|
+
<li><a href="http://xmlgraphics.apache.org/" title="Conversion from XML to graphical output">XML Graphics</a></li>
|
359
|
+
<li><a href="http://zookeeper.apache.org/" title="Centralized service for maintaining configuration information">ZooKeeper</a></li>
|
360
|
+
</ul>
|
361
|
+
</div>
|
362
|
+
<div class="grid_3">
|
363
|
+
<h4>Foundation</h4>
|
364
|
+
<ul>
|
365
|
+
<li><a href="/foundation/faq.html">FAQ</a></li>
|
366
|
+
<li><a href="/licenses/" title="Overview of the Apache Licenese">Licenses</a></li>
|
367
|
+
<li><a href="/foundation/marks/" title="Apache marks policies and listing">Trademarks</a></li>
|
368
|
+
<li><a href="/foundation/news.html" title="Official news feed of Foundation announcements">News</a></li>
|
369
|
+
<li><a href="/press/" title="Press, Media, and Analyst contact">Press Inquiries</a></li>
|
370
|
+
<li><a href="/foundation/records/" title="Formal corporate records and board meeting minutes">Public Records</a></li>
|
371
|
+
<li><a href="/foundation/mailinglists.html" title="Mailing lists and Apache">Mailing Lists</a></li>
|
372
|
+
<li><a href="/foundation/sponsorship.html" title="Sponsor the Foundation">Sponsorship</a></li>
|
373
|
+
<li><a href="/foundation/contributing.html" title="Donate to the Foundation">Donations</a></li>
|
374
|
+
<li><a href="/foundation/buy_stuff.html" title="Buy Apache branded merchandise">Buy Stuff</a></li>
|
375
|
+
<li><a href="/foundation/thanks.html" title="Thank you to our Sponsors">Thanks</a></li>
|
376
|
+
<li><a href="/foundation/contact.html" title="Contact Us">Contact</a></li>
|
377
|
+
</ul>
|
378
|
+
</div>
|
379
|
+
<div class="grid_3 suffix_1">
|
380
|
+
<h4>Foundation Projects</h4>
|
381
|
+
<ul>
|
382
|
+
<li><a href="http://attic.apache.org/" title="Inactive projects repository">Attic</a></li>
|
383
|
+
<li><a href="/foundation/conferences.html" title="Meetings of developers and users">Conferences</a></li>
|
384
|
+
<li><a href="http://community.apache.org/" title="Helping newcomers to the ASF">Community Development</a></li>
|
385
|
+
<li><a href="http://incubator.apache.org/" title="Shepherd for new projects">Incubator</a></li>
|
386
|
+
<li><a href="/dev/" title="ASF Infrastructure: Operations and howto documents for PMCs and contributors">Infrastructure</a></li>
|
387
|
+
<li><a href="http://labs.apache.org/" title="The Innovation Laboratories of the Apache Software Foundation">Labs</a></li>
|
388
|
+
<li><a href="/legal/" title="Legal Affairs">Legal Affairs</a></li>
|
389
|
+
<li><a href="/press/" title="Public Relations">Public Relations</a></li>
|
390
|
+
<li><a href="/security/" title="Security">Security</a></li>
|
391
|
+
<li><a href="/travel/" title="Travel Assistance">Travel Assistance</a></li>
|
392
|
+
</ul>
|
393
|
+
</div>
|
394
|
+
|
395
|
+
<div class="grid_3">
|
396
|
+
<h4>Community</h4>
|
397
|
+
<ul>
|
398
|
+
<li><a href="http://people.apache.org/" title="Apache committer homepages">People</a></li>
|
399
|
+
<li><a href="/memorials/" title="In memoriam of past committers">Memorials</a></li>
|
400
|
+
<li><a href="http://feathercast.org/" title="Apache Podcasts">Feathercast</a></li>
|
401
|
+
<li><a href="http://blogs.apache.org/" title="Apache Project Blogs">Project Blogs</a></li>
|
402
|
+
<li><a href="http://planet.apache.org/committers/" title="Apache Committers' Blogs">PlanetApache</a></li>
|
403
|
+
</ul>
|
404
|
+
</div>
|
405
|
+
<div class="grid_3">
|
406
|
+
<h4>How It Works</h4>
|
407
|
+
<ul>
|
408
|
+
<li><a href="/foundation/how-it-works.html">Introduction</a></li>
|
409
|
+
<li><a href="/foundation/how-it-works.html#meritocracy">Meritocracy</a></li>
|
410
|
+
<li><a href="/foundation/how-it-works.html#structure">Structure</a></li>
|
411
|
+
<li><a href="/foundation/how-it-works.html#roles">Roles</a></li>
|
412
|
+
<li><a href="/foundation/how-it-works.html#management">Collaboration</a></li>
|
413
|
+
<li><a href="/foundation/how-it-works.html#incubator">Incubator</a></li>
|
414
|
+
<li><a href="/foundation/how-it-works.html#other">Other entities</a></li>
|
415
|
+
<li><a href="/foundation/glossary.html">Glossary</a></li>
|
416
|
+
<li><a href="/foundation/voting.html">Voting</a></li>
|
417
|
+
</ul>
|
418
|
+
</div>
|
419
|
+
</div>
|
420
|
+
<div class="clear"></div>
|
421
|
+
|
422
|
+
</div>
|
423
|
+
<div id="copyright" class="container_16">
|
424
|
+
<p>Copyright © 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
|
425
|
+
</div>
|
426
|
+
</body>
|
427
|
+
</html>
|