expert 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +15 -0
  3. data/History.txt +3 -0
  4. data/README.md +0 -0
  5. data/Rakefile +18 -0
  6. data/bin/expert +4 -0
  7. data/expert.gemspec +19 -0
  8. data/lib/expert.rb +76 -0
  9. data/lib/expert/classpath_file.rb +27 -0
  10. data/lib/expert/cli.rb +21 -0
  11. data/lib/expert/environment.rb +51 -0
  12. data/lib/expert/jar_dependency.rb +17 -0
  13. data/lib/expert/jarfile.rb +40 -0
  14. data/lib/expert/jarfile_parser.rb +81 -0
  15. data/lib/expert/jarfile_tokenizer.rb +41 -0
  16. data/lib/expert/maven.rb +28 -0
  17. data/lib/expert/pom_file.rb +97 -0
  18. data/lib/expert/version.rb +5 -0
  19. data/vendor/apache-maven-3.3.3/LICENSE +305 -0
  20. data/vendor/apache-maven-3.3.3/NOTICE +8 -0
  21. data/vendor/apache-maven-3.3.3/README.txt +79 -0
  22. data/vendor/apache-maven-3.3.3/bin/m2.conf +8 -0
  23. data/vendor/apache-maven-3.3.3/bin/mvn +232 -0
  24. data/vendor/apache-maven-3.3.3/bin/mvn.cmd +176 -0
  25. data/vendor/apache-maven-3.3.3/bin/mvnDebug +41 -0
  26. data/vendor/apache-maven-3.3.3/bin/mvnDebug.cmd +31 -0
  27. data/vendor/apache-maven-3.3.3/bin/mvnyjp +42 -0
  28. data/vendor/apache-maven-3.3.3/boot/plexus-classworlds-2.5.2.jar +0 -0
  29. data/vendor/apache-maven-3.3.3/conf/logging/simplelogger.properties +25 -0
  30. data/vendor/apache-maven-3.3.3/conf/settings.xml +257 -0
  31. data/vendor/apache-maven-3.3.3/conf/toolchains.xml +103 -0
  32. data/vendor/apache-maven-3.3.3/lib/aether-api-1.0.2.v20150114.jar +0 -0
  33. data/vendor/apache-maven-3.3.3/lib/aether-api.license +261 -0
  34. data/vendor/apache-maven-3.3.3/lib/aether-connector-basic-1.0.2.v20150114.jar +0 -0
  35. data/vendor/apache-maven-3.3.3/lib/aether-connector-basic.license +261 -0
  36. data/vendor/apache-maven-3.3.3/lib/aether-impl-1.0.2.v20150114.jar +0 -0
  37. data/vendor/apache-maven-3.3.3/lib/aether-impl.license +261 -0
  38. data/vendor/apache-maven-3.3.3/lib/aether-spi-1.0.2.v20150114.jar +0 -0
  39. data/vendor/apache-maven-3.3.3/lib/aether-spi.license +261 -0
  40. data/vendor/apache-maven-3.3.3/lib/aether-transport-wagon-1.0.2.v20150114.jar +0 -0
  41. data/vendor/apache-maven-3.3.3/lib/aether-transport-wagon.license +261 -0
  42. data/vendor/apache-maven-3.3.3/lib/aether-util-1.0.2.v20150114.jar +0 -0
  43. data/vendor/apache-maven-3.3.3/lib/aether-util.license +261 -0
  44. data/vendor/apache-maven-3.3.3/lib/aopalliance-1.0.jar +0 -0
  45. data/vendor/apache-maven-3.3.3/lib/cdi-api-1.0.jar +0 -0
  46. data/vendor/apache-maven-3.3.3/lib/cdi-api.license +389 -0
  47. data/vendor/apache-maven-3.3.3/lib/commons-cli-1.2.jar +0 -0
  48. data/vendor/apache-maven-3.3.3/lib/commons-io-2.2.jar +0 -0
  49. data/vendor/apache-maven-3.3.3/lib/commons-lang-2.6.jar +0 -0
  50. data/vendor/apache-maven-3.3.3/lib/ext/README.txt +2 -0
  51. data/vendor/apache-maven-3.3.3/lib/guava-18.0.jar +0 -0
  52. data/vendor/apache-maven-3.3.3/lib/javax.inject-1.jar +0 -0
  53. data/vendor/apache-maven-3.3.3/lib/jsoup-1.7.2.jar +0 -0
  54. data/vendor/apache-maven-3.3.3/lib/jsoup.license +65 -0
  55. data/vendor/apache-maven-3.3.3/lib/jsr250-api-1.0.jar +0 -0
  56. data/vendor/apache-maven-3.3.3/lib/jsr250-api.license +406 -0
  57. data/vendor/apache-maven-3.3.3/lib/maven-aether-provider-3.3.3.jar +0 -0
  58. data/vendor/apache-maven-3.3.3/lib/maven-aether-provider.license +202 -0
  59. data/vendor/apache-maven-3.3.3/lib/maven-artifact-3.3.3.jar +0 -0
  60. data/vendor/apache-maven-3.3.3/lib/maven-artifact.license +202 -0
  61. data/vendor/apache-maven-3.3.3/lib/maven-builder-support-3.3.3.jar +0 -0
  62. data/vendor/apache-maven-3.3.3/lib/maven-builder-support.license +202 -0
  63. data/vendor/apache-maven-3.3.3/lib/maven-compat-3.3.3.jar +0 -0
  64. data/vendor/apache-maven-3.3.3/lib/maven-compat.license +202 -0
  65. data/vendor/apache-maven-3.3.3/lib/maven-core-3.3.3.jar +0 -0
  66. data/vendor/apache-maven-3.3.3/lib/maven-core.license +202 -0
  67. data/vendor/apache-maven-3.3.3/lib/maven-embedder-3.3.3.jar +0 -0
  68. data/vendor/apache-maven-3.3.3/lib/maven-embedder.license +202 -0
  69. data/vendor/apache-maven-3.3.3/lib/maven-model-3.3.3.jar +0 -0
  70. data/vendor/apache-maven-3.3.3/lib/maven-model-builder-3.3.3.jar +0 -0
  71. data/vendor/apache-maven-3.3.3/lib/maven-model-builder.license +202 -0
  72. data/vendor/apache-maven-3.3.3/lib/maven-model.license +202 -0
  73. data/vendor/apache-maven-3.3.3/lib/maven-plugin-api-3.3.3.jar +0 -0
  74. data/vendor/apache-maven-3.3.3/lib/maven-plugin-api.license +202 -0
  75. data/vendor/apache-maven-3.3.3/lib/maven-repository-metadata-3.3.3.jar +0 -0
  76. data/vendor/apache-maven-3.3.3/lib/maven-repository-metadata.license +202 -0
  77. data/vendor/apache-maven-3.3.3/lib/maven-settings-3.3.3.jar +0 -0
  78. data/vendor/apache-maven-3.3.3/lib/maven-settings-builder-3.3.3.jar +0 -0
  79. data/vendor/apache-maven-3.3.3/lib/maven-settings-builder.license +202 -0
  80. data/vendor/apache-maven-3.3.3/lib/maven-settings.license +202 -0
  81. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.inject-0.3.0.jar +0 -0
  82. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.inject.license +261 -0
  83. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.plexus-0.3.0.jar +0 -0
  84. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.plexus.license +261 -0
  85. data/vendor/apache-maven-3.3.3/lib/plexus-cipher-1.7.jar +0 -0
  86. data/vendor/apache-maven-3.3.3/lib/plexus-cipher.license +389 -0
  87. data/vendor/apache-maven-3.3.3/lib/plexus-component-annotations-1.5.5.jar +0 -0
  88. data/vendor/apache-maven-3.3.3/lib/plexus-interpolation-1.21.jar +0 -0
  89. data/vendor/apache-maven-3.3.3/lib/plexus-sec-dispatcher-1.3.jar +0 -0
  90. data/vendor/apache-maven-3.3.3/lib/plexus-sec-dispatcher.license +389 -0
  91. data/vendor/apache-maven-3.3.3/lib/plexus-utils-3.0.20.jar +0 -0
  92. data/vendor/apache-maven-3.3.3/lib/sisu-guice-3.2.5-no_aop.jar +0 -0
  93. data/vendor/apache-maven-3.3.3/lib/slf4j-api-1.7.5.jar +0 -0
  94. data/vendor/apache-maven-3.3.3/lib/slf4j-api.license +191 -0
  95. data/vendor/apache-maven-3.3.3/lib/slf4j-simple-1.7.5.jar +0 -0
  96. data/vendor/apache-maven-3.3.3/lib/slf4j-simple.license +191 -0
  97. data/vendor/apache-maven-3.3.3/lib/wagon-file-2.9.jar +0 -0
  98. data/vendor/apache-maven-3.3.3/lib/wagon-file.license +202 -0
  99. data/vendor/apache-maven-3.3.3/lib/wagon-http-2.9-shaded.jar +0 -0
  100. data/vendor/apache-maven-3.3.3/lib/wagon-http-shared-2.9.jar +0 -0
  101. data/vendor/apache-maven-3.3.3/lib/wagon-http-shared.license +202 -0
  102. data/vendor/apache-maven-3.3.3/lib/wagon-http.license +202 -0
  103. data/vendor/apache-maven-3.3.3/lib/wagon-provider-api-2.9.jar +0 -0
  104. data/vendor/apache-maven-3.3.3/lib/wagon-provider-api.license +202 -0
  105. metadata +148 -0
@@ -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 (&quot;AGREEMENT&quot;). 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>&quot;Contribution&quot; 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>&quot;Contributor&quot; means any person or entity that distributes
56
+ the Program.</p>
57
+
58
+ <p>&quot;Licensed Patents&quot; 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>&quot;Program&quot; means the Contributions distributed in accordance
63
+ with this Agreement.</p>
64
+
65
+ <p>&quot;Recipient&quot; 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
+ (&quot;Commercial Contributor&quot;) hereby agrees to defend and
158
+ indemnify every other Contributor (&quot;Indemnified Contributor&quot;)
159
+ against any losses, damages and costs (collectively &quot;Losses&quot;)
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 &quot;AS IS&quot; 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,389 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <meta name="description" content="Home page of The Apache Software Foundation">
8
+ <link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png">
9
+ <link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png">
10
+ <link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png">
11
+ <link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png">
12
+ <link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png">
13
+ <link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png">
14
+ <link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png">
15
+ <link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png">
16
+ <link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
17
+ <link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
18
+ <link rel="icon" type="image/png" href="/favicons/favicon-194x194.png" sizes="194x194">
19
+ <link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96">
20
+ <link rel="icon" type="image/png" href="/favicons/android-chrome-192x192.png" sizes="192x192">
21
+ <link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
22
+ <link rel="manifest" href="/favicons/manifest.json">
23
+ <link rel="shortcut icon" href="/favicons/favicon.ico">
24
+ <meta name="msapplication-TileColor" content="#603cba">
25
+ <meta name="msapplication-TileImage" content="/favicons/mstile-144x144.png">
26
+ <meta name="msapplication-config" content="/favicons/browserconfig.xml">
27
+ <meta name="theme-color" content="#303284">
28
+
29
+ <title>Apache License, Version 2.0</title>
30
+ <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700%7cDroid+Serif:400,700' rel='stylesheet' type='text/css'>
31
+ <link href="/css/min.bootstrap.css" rel="stylesheet">
32
+ <link href="/css/styles.css" rel="stylesheet">
33
+
34
+
35
+
36
+ <!-- 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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
37
+
38
+ </head>
39
+
40
+ <body>
41
+ <!-- Navigation -->
42
+ <header>
43
+ <nav class="navbar navbar-default navbar-fixed-top">
44
+ <div class="container">
45
+ <div class="navbar-header">
46
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#mainnav-collapse">
47
+ <span class="sr-only">Toggle navigation</span>
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ <span class="icon-bar"></span>
51
+ </button>
52
+ <a href="#" class="navbar-brand"><span class="glyphicon glyphicon-home"></span></a>
53
+ </div>
54
+ <div class="collapse navbar-collapse" id="mainnav-collapse">
55
+ <div style="line-height:20px; padding-top:5px; float:left"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/licenses/">Licenses</a></div>
56
+ <ul class="nav navbar-nav navbar-right">
57
+ <li class="dropdown">
58
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <span class="caret"></span></a>
59
+ <ul class="dropdown-menu" role="menu">
60
+ <li><a href="/foundation">Overview</a></li>
61
+ <li><a href="/foundation/members.html">Members</a></li>
62
+ <li><a href="/foundation/how-it-works.html">Process</a></li>
63
+ <li><a href="/foundation/sponsorship.html">Sponsorship</a></li>
64
+ <li><a href="/foundation/glossary.html">Glossary</a></li>
65
+ <li><a href="/foundation/preFAQ.html">FAQ</a></li>
66
+ <li><a href="/foundation/contact.html ">Contact</a></li>
67
+ </ul>
68
+ </li>
69
+ <li><a href="#projects-list">Projects</a></li>
70
+ <li class="dropdown">
71
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">People <span class="caret"></span></a>
72
+ <ul class="dropdown-menu" role="menu">
73
+ <li><a href="http://people.apache.org/">Overview</a></li>
74
+ <li><a href="http://people.apache.org/committer-index.html">Committers</a></li>
75
+ <li><a href="/foundation/how-it-works.html#meritocracy">Meritocracy</a></li>
76
+ <li><a href="/foundation/how-it-works.html#roles">Roles</a></li>
77
+ <li><a href="http://planet.apache.org/">Planet Apache</a></li>
78
+ </ul>
79
+ </li>
80
+ <li class="dropdown">
81
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <span class="caret"></span></a>
82
+ <ul class="dropdown-menu" role="menu">
83
+ <li><a href="/foundation/getinvolved.html">Overview</a></li>
84
+ <li><a href="http://community.apache.org/">Community Development</a></li>
85
+ <li><a href="http://www.apachecon.com/">ApacheCon</a></li>
86
+ </ul>
87
+ </li>
88
+ <li><a href="/dyn/closer.cgi">Download</a></li>
89
+ <li class="dropdown">
90
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Support Apache <span class="caret"></span></a>
91
+ <ul class="dropdown-menu" role="menu">
92
+ <li><a href="/foundation/sponsorship.html">Sponsorship</a></li>
93
+ <li><a href="/foundation/contributing.html">Donations</a></li>
94
+ <li><a href="/foundation/buy_stuff.html">Buy Stuff</a></li>
95
+ <li><a href="/foundation/thanks.html">Thanks</a></li>
96
+ </ul>
97
+ </li>
98
+ </ul>
99
+ </div>
100
+ </div>
101
+ </nav>
102
+ </header>
103
+ <!-- / Navigation -->
104
+ <div class="container">
105
+ <div class="row">
106
+ <div class="col-md-9 col-sm-8 col-xs-12">
107
+ <img src="/img/asf_logo.png" alt="Apache Logo" style="max-width: 100%;">
108
+ </div>
109
+ <div class="col-md-3 col-sm-4 col-xs-12">
110
+ <div class="input-group" style="margin-bottom: 5px;">
111
+ <input type="text" class="form-control" id="projectSearch" placeholder="Search...">
112
+ <span class="input-group-btn">
113
+ <button class="btn btn-primary" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span><span class="sr-only">Search</span></button>
114
+ </span>
115
+ </div>
116
+ <a role="button" class="btn btn-block btn-default btn-xs" href="/foundation/governance/">The Apache Way</a>
117
+ <a role="button" class="btn btn-block btn-default btn-xs" href="https://community.apache.org/contributors/">Contribute</a>
118
+ <a role="button" class="btn btn-block btn-default btn-xs" href="/foundation/thanks.html">ASF Sponsors</a>
119
+ </div>
120
+ </div>
121
+ </div>
122
+ <div class="container"><p>Apache License<br></br>Version 2.0, January 2004<br></br>
123
+ <a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
124
+ <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
125
+ <p><strong><a name="definitions">1. Definitions</a></strong>.</p>
126
+ <p>"License" shall mean the terms and conditions for use, reproduction, and
127
+ distribution as defined by Sections 1 through 9 of this document.</p>
128
+ <p>"Licensor" shall mean the copyright owner or entity authorized by the
129
+ copyright owner that is granting the License.</p>
130
+ <p>"Legal Entity" shall mean the union of the acting entity and all other
131
+ entities that control, are controlled by, or are under common control with
132
+ that entity. For the purposes of this definition, "control" means (i) the
133
+ power, direct or indirect, to cause the direction or management of such
134
+ entity, whether by contract or otherwise, or (ii) ownership of fifty
135
+ percent (50%) or more of the outstanding shares, or (iii) beneficial
136
+ ownership of such entity.</p>
137
+ <p>"You" (or "Your") shall mean an individual or Legal Entity exercising
138
+ permissions granted by this License.</p>
139
+ <p>"Source" form shall mean the preferred form for making modifications,
140
+ including but not limited to software source code, documentation source,
141
+ and configuration files.</p>
142
+ <p>"Object" form shall mean any form resulting from mechanical transformation
143
+ or translation of a Source form, including but not limited to compiled
144
+ object code, generated documentation, and conversions to other media types.</p>
145
+ <p>"Work" shall mean the work of authorship, whether in Source or Object form,
146
+ made available under the License, as indicated by a copyright notice that
147
+ is included in or attached to the work (an example is provided in the
148
+ Appendix below).</p>
149
+ <p>"Derivative Works" shall mean any work, whether in Source or Object form,
150
+ that is based on (or derived from) the Work and for which the editorial
151
+ revisions, annotations, elaborations, or other modifications represent, as
152
+ a whole, an original work of authorship. For the purposes of this License,
153
+ Derivative Works shall not include works that remain separable from, or
154
+ merely link (or bind by name) to the interfaces of, the Work and Derivative
155
+ Works thereof.</p>
156
+ <p>"Contribution" shall mean any work of authorship, including the original
157
+ version of the Work and any modifications or additions to that Work or
158
+ Derivative Works thereof, that is intentionally submitted to Licensor for
159
+ inclusion in the Work by the copyright owner or by an individual or Legal
160
+ Entity authorized to submit on behalf of the copyright owner. For the
161
+ purposes of this definition, "submitted" means any form of electronic,
162
+ verbal, or written communication sent to the Licensor or its
163
+ representatives, including but not limited to communication on electronic
164
+ mailing lists, source code control systems, and issue tracking systems that
165
+ are managed by, or on behalf of, the Licensor for the purpose of discussing
166
+ and improving the Work, but excluding communication that is conspicuously
167
+ marked or otherwise designated in writing by the copyright owner as "Not a
168
+ Contribution."</p>
169
+ <p>"Contributor" shall mean Licensor and any individual or Legal Entity on
170
+ behalf of whom a Contribution has been received by Licensor and
171
+ subsequently incorporated within the Work.</p>
172
+ <p><strong><a name="copyright">2. Grant of Copyright License</a></strong>. Subject to the
173
+ terms and conditions of this License, each Contributor hereby grants to You
174
+ a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
175
+ copyright license to reproduce, prepare Derivative Works of, publicly
176
+ display, publicly perform, sublicense, and distribute the Work and such
177
+ Derivative Works in Source or Object form.</p>
178
+ <p><strong><a name="patent">3. Grant of Patent License</a></strong>. Subject to the terms
179
+ and conditions of this License, each Contributor hereby grants to You a
180
+ perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
181
+ (except as stated in this section) patent license to make, have made, use,
182
+ offer to sell, sell, import, and otherwise transfer the Work, where such
183
+ license applies only to those patent claims licensable by such Contributor
184
+ that are necessarily infringed by their Contribution(s) alone or by
185
+ combination of their Contribution(s) with the Work to which such
186
+ Contribution(s) was submitted. If You institute patent litigation against
187
+ any entity (including a cross-claim or counterclaim in a lawsuit) alleging
188
+ that the Work or a Contribution incorporated within the Work constitutes
189
+ direct or contributory patent infringement, then any patent licenses
190
+ granted to You under this License for that Work shall terminate as of the
191
+ date such litigation is filed.</p>
192
+ <p><strong><a name="redistribution">4. Redistribution</a></strong>. You may reproduce and
193
+ distribute copies of the Work or Derivative Works thereof in any medium,
194
+ with or without modifications, and in Source or Object form, provided that
195
+ You meet the following conditions:</p>
196
+ <ol style="list-style: lower-latin;">
197
+ <li>You must give any other recipients of the Work or Derivative Works a
198
+ copy of this License; and</li>
199
+
200
+ <li>You must cause any modified files to carry prominent notices stating
201
+ that You changed the files; and</li>
202
+
203
+ <li>You must retain, in the Source form of any Derivative Works that You
204
+ distribute, all copyright, patent, trademark, and attribution notices from
205
+ the Source form of the Work, excluding those notices that do not pertain to
206
+ any part of the Derivative Works; and</li>
207
+
208
+ <li>If the Work includes a "NOTICE" text file as part of its distribution,
209
+ then any Derivative Works that You distribute must include a readable copy
210
+ of the attribution notices contained within such NOTICE file, excluding
211
+ those notices that do not pertain to any part of the Derivative Works, in
212
+ at least one of the following places: within a NOTICE text file distributed
213
+ as part of the Derivative Works; within the Source form or documentation,
214
+ if provided along with the Derivative Works; or, within a display generated
215
+ by the Derivative Works, if and wherever such third-party notices normally
216
+ appear. The contents of the NOTICE file are for informational purposes only
217
+ and do not modify the License. You may add Your own attribution notices
218
+ within Derivative Works that You distribute, alongside or as an addendum to
219
+ the NOTICE text from the Work, provided that such additional attribution
220
+ notices cannot be construed as modifying the License.
221
+ <br/>
222
+ <br/>
223
+ You may add Your own copyright statement to Your modifications and may
224
+ provide additional or different license terms and conditions for use,
225
+ reproduction, or distribution of Your modifications, or for any such
226
+ Derivative Works as a whole, provided Your use, reproduction, and
227
+ distribution of the Work otherwise complies with the conditions stated in
228
+ this License.
229
+ </li>
230
+
231
+ </ol>
232
+
233
+ <p><strong><a name="contributions">5. Submission of Contributions</a></strong>. Unless You
234
+ explicitly state otherwise, any Contribution intentionally submitted for
235
+ inclusion in the Work by You to the Licensor shall be under the terms and
236
+ conditions of this License, without any additional terms or conditions.
237
+ Notwithstanding the above, nothing herein shall supersede or modify the
238
+ terms of any separate license agreement you may have executed with Licensor
239
+ regarding such Contributions.</p>
240
+ <p><strong><a name="trademarks">6. Trademarks</a></strong>. This License does not grant
241
+ permission to use the trade names, trademarks, service marks, or product
242
+ names of the Licensor, except as required for reasonable and customary use
243
+ in describing the origin of the Work and reproducing the content of the
244
+ NOTICE file.</p>
245
+ <p><strong><a name="no-warranty">7. Disclaimer of Warranty</a></strong>. Unless required by
246
+ applicable law or agreed to in writing, Licensor provides the Work (and
247
+ each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
248
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
249
+ without limitation, any warranties or conditions of TITLE,
250
+ NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
251
+ are solely responsible for determining the appropriateness of using or
252
+ redistributing the Work and assume any risks associated with Your exercise
253
+ of permissions under this License.</p>
254
+ <p><strong><a name="no-liability">8. Limitation of Liability</a></strong>. In no event and
255
+ under no legal theory, whether in tort (including negligence), contract, or
256
+ otherwise, unless required by applicable law (such as deliberate and
257
+ grossly negligent acts) or agreed to in writing, shall any Contributor be
258
+ liable to You for damages, including any direct, indirect, special,
259
+ incidental, or consequential damages of any character arising as a result
260
+ of this License or out of the use or inability to use the Work (including
261
+ but not limited to damages for loss of goodwill, work stoppage, computer
262
+ failure or malfunction, or any and all other commercial damages or losses),
263
+ even if such Contributor has been advised of the possibility of such
264
+ damages.</p>
265
+ <p><strong><a name="additional">9. Accepting Warranty or Additional Liability</a></strong>.
266
+ While redistributing the Work or Derivative Works thereof, You may choose
267
+ to offer, and charge a fee for, acceptance of support, warranty, indemnity,
268
+ or other liability obligations and/or rights consistent with this License.
269
+ However, in accepting such obligations, You may act only on Your own behalf
270
+ and on Your sole responsibility, not on behalf of any other Contributor,
271
+ and only if You agree to indemnify, defend, and hold each Contributor
272
+ harmless for any liability incurred by, or claims asserted against, such
273
+ Contributor by reason of your accepting any such warranty or additional
274
+ liability.</p>
275
+ <p>END OF TERMS AND CONDITIONS</p>
276
+ <h1 id="apply">APPENDIX: How to apply the Apache License to your work</h1>
277
+ <p>To apply the Apache License to your work, attach the following boilerplate
278
+ notice, with the fields enclosed by brackets "[]" replaced with your own
279
+ identifying information. (Don't include the brackets!) The text should be
280
+ enclosed in the appropriate comment syntax for the file format. We also
281
+ recommend that a file or class name and description of purpose be included
282
+ on the same "printed page" as the copyright notice for easier
283
+ identification within third-party archives.</p>
284
+ <div class="codehilite"><pre>Copyright [yyyy] [name of copyright owner]
285
+
286
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
287
+ you may not use this file except in compliance with the License.
288
+ You may obtain a copy of the License at
289
+
290
+ http://www.apache.org/licenses/LICENSE-2.0
291
+
292
+ Unless required by applicable law or agreed to in writing, software
293
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
294
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
295
+ See the License for the specific language governing permissions and
296
+ limitations under the License.
297
+ </pre></div></div>
298
+
299
+ <!-- Footer -->
300
+
301
+ <footer class="bg-primary">
302
+ <div class="container">
303
+ <div class="row">
304
+ <br />
305
+ <div class="col-sm-1">
306
+
307
+ </div>
308
+ <div class="col-sm-2">
309
+ <h5 class="white">Community</h5>
310
+ <ul class="list-unstyled white" role="menu">
311
+ <li><a href="http://community.apache.org/">Overview</a></li>
312
+ <li><a href="/foundation/conferences.html">Conferences</a></li>
313
+ <li><a href="http://community.apache.org/gsoc.html">Summer of Code</a></li>
314
+ <li><a href="http://community.apache.org/newcomers/">Getting Started</a></li>
315
+ <li><a href="/foundation/how-it-works.html">The Apache Way</a></li>
316
+ <li><a href="/travel/">Travel Assistance</a></li>
317
+ <li><a href="/foundation/getinvolved.html">Get Involved</a></li>
318
+ <li><a href="http://community.apache.org/newbiefaq.html">Community FAQ</a></li>
319
+ </ul>
320
+ </div>
321
+
322
+ <div class="col-sm-2">
323
+ <h5 class="white">Innovation</h5>
324
+ <ul class="list-unstyled white" role="menu">
325
+ <li><a href="http://incubator.apache.org/">Incubator</a></li>
326
+ <li><a href="http://labs.apache.org/">Labs</a></li>
327
+ <li><a href="/licenses/">Licensing</a></li>
328
+ <li><a href="/foundation/license-faq.html">Licensing FAQ</a></li>
329
+ <li><a href="/foundation/marks/">Trademark Policy</a></li>
330
+ <li><a href="/contact.html">Contacts</a></li>
331
+ </ul>
332
+ </div>
333
+
334
+ <div class="col-sm-2">
335
+ <h5 class="white">Tech Operations</h5>
336
+ <ul class="list-unstyled white" role="menu">
337
+ <li><a href="/dev/">Developer Information</a></li>
338
+ <li><a href="/dev/infrastructure.html">Infrastructure</a></li>
339
+ <li><a href="/security/">Security</a></li>
340
+ <li><a href="http://status.apache.org">Status</a></li>
341
+ <li><a href="/foundation/contact.html">Contacts</a></li>
342
+ </ul>
343
+ </div>
344
+
345
+ <div class="col-sm-2">
346
+ <h5 class="white">Press</h5>
347
+ <ul class="list-unstyled white" role="menu">
348
+ <li><a href="/press/">Overview</a></li>
349
+ <li><a href="https://blogs.apache.org/">ASF News</a></li>
350
+ <li><a href="https://blogs.apache.org/foundation/">Announcements</a></li>
351
+ <li><a href="https://twitter.com/TheASF">Twitter Feed</a></li>
352
+ <li><a href="/press/#contact">Contacts</a></li>
353
+ </ul>
354
+ </div>
355
+
356
+ <div class="col-sm-2">
357
+ <h5 class="white">Legal</h5>
358
+ <ul class="list-unstyled white" role="menu">
359
+ <li><a href="/legal/">Legal Affairs</a></li>
360
+ <li><a href="/licenses/">Licenses</a></li>
361
+ <li><a href="/foundation/marks/">Trademark Policy</a></li>
362
+ <li><a href="/foundation/records/">Public Records</a></li>
363
+ <li><a href="/licenses/exports/">Export Information</a></li>
364
+ <li><a href="/foundation/license-faq.html">License/Distribution FAQ</a></li>
365
+ <li><a href="/foundation/contact.html">Contacts</a></li>
366
+ </ul>
367
+ </div>
368
+
369
+ <div class="col-sm-1">
370
+ </div>
371
+
372
+ </div>
373
+ <hr class="col-lg-12 hr-white" />
374
+ <div class="row">
375
+ <div class="col-lg-12">
376
+ <p class="text-center">Copyright &#169; 2015 The Apache Software Foundation, Licensed under the <a class="white" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
377
+ <p class="text-center">Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
378
+ </div>
379
+ </div>
380
+ </div>
381
+
382
+ </footer>
383
+
384
+ <!-- / Footer -->
385
+
386
+ <script src="/js/jquery-2.1.1.min.js"></script>
387
+ <script src="/js/bootstrap.js"></script>
388
+ </body>
389
+ </html>