ruby-maven-libs 3.3.3 → 3.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/maven.rb +5 -1
- data/maven-home/LICENSE +21 -18
- data/maven-home/bin/mvn +21 -9
- data/maven-home/bin/mvn.cmd +3 -1
- data/maven-home/bin/mvnDebug +1 -1
- data/maven-home/lib/cdi-api.license +29 -8
- data/maven-home/lib/commons-lang3-3.4.jar +0 -0
- data/maven-home/lib/commons-lang3.license +202 -0
- data/maven-home/lib/guice-4.0-no_aop.jar +0 -0
- data/maven-home/lib/maven-aether-provider-3.3.9.jar +0 -0
- data/maven-home/lib/{maven-artifact-3.3.3.jar → maven-artifact-3.3.9.jar} +0 -0
- data/maven-home/lib/{maven-builder-support-3.3.3.jar → maven-builder-support-3.3.9.jar} +0 -0
- data/maven-home/lib/{maven-compat-3.3.3.jar → maven-compat-3.3.9.jar} +0 -0
- data/maven-home/lib/{maven-core-3.3.3.jar → maven-core-3.3.9.jar} +0 -0
- data/maven-home/lib/maven-embedder-3.3.9.jar +0 -0
- data/maven-home/lib/maven-model-3.3.9.jar +0 -0
- data/maven-home/lib/{maven-model-builder-3.3.3.jar → maven-model-builder-3.3.9.jar} +0 -0
- data/maven-home/lib/maven-plugin-api-3.3.9.jar +0 -0
- data/maven-home/lib/{maven-repository-metadata-3.3.3.jar → maven-repository-metadata-3.3.9.jar} +0 -0
- data/maven-home/lib/{maven-settings-3.3.3.jar → maven-settings-3.3.9.jar} +0 -0
- data/maven-home/lib/{maven-settings-builder-3.3.3.jar → maven-settings-builder-3.3.9.jar} +0 -0
- data/maven-home/lib/{org.eclipse.sisu.inject-0.3.0.jar → org.eclipse.sisu.inject-0.3.2.jar} +0 -0
- data/maven-home/lib/{org.eclipse.sisu.plexus-0.3.0.jar → org.eclipse.sisu.plexus-0.3.2.jar} +0 -0
- data/maven-home/lib/plexus-cipher.license +29 -8
- data/maven-home/lib/plexus-component-annotations-1.6.jar +0 -0
- data/maven-home/lib/plexus-sec-dispatcher.license +29 -8
- data/maven-home/lib/{plexus-utils-3.0.20.jar → plexus-utils-3.0.22.jar} +0 -0
- data/maven-home/lib/slf4j-api.license +291 -112
- data/maven-home/lib/slf4j-simple.license +291 -112
- data/maven-home/lib/{wagon-file-2.9.jar → wagon-file-2.10.jar} +0 -0
- data/maven-home/lib/{wagon-http-2.9-shaded.jar → wagon-http-2.10-shaded.jar} +0 -0
- data/maven-home/lib/wagon-http-shared-2.10.jar +0 -0
- data/maven-home/lib/{wagon-provider-api-2.9.jar → wagon-provider-api-2.10.jar} +0 -0
- metadata +71 -69
- data/maven-home/lib/maven-aether-provider-3.3.3.jar +0 -0
- data/maven-home/lib/maven-embedder-3.3.3.jar +0 -0
- data/maven-home/lib/maven-model-3.3.3.jar +0 -0
- data/maven-home/lib/maven-plugin-api-3.3.3.jar +0 -0
- data/maven-home/lib/plexus-component-annotations-1.5.5.jar +0 -0
- data/maven-home/lib/sisu-guice-3.2.5-no_aop.jar +0 -0
- data/maven-home/lib/wagon-http-shared-2.9.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9953899a9130162745913b1277aaa618c84973e8
|
4
|
+
data.tar.gz: 57e7cf01705994371d4778394f0aca41880a2569
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8941ca1c60fbf774ff3cd1630614a4c9276686d9c88a5c4fb9f429fd2bc419cd5809d18cc4a97fd5a17add67abf017e0c996f5a3ce981961a7992cec72d8810e
|
7
|
+
data.tar.gz: 3cb99ea7a73e750e43e3b885629b9491e50157091096827abe11f7f26dda8fedab4b857e3df99d1f954b77273c4fdf4428cf6c1b8248c3bb3b7c5978b87ff63a
|
data/lib/maven.rb
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
module Maven
|
2
2
|
|
3
|
-
VERSION = '3.3.
|
3
|
+
VERSION = '3.3.9'.freeze
|
4
4
|
|
5
5
|
def self.exec( *args )
|
6
6
|
if args.member?( '-Dverbose=true' ) || args.member?( '-Dverbose' ) || args.member?( '-X' )
|
7
7
|
puts "mvn #{args.join(' ')}"
|
8
8
|
end
|
9
|
+
old_maven_home = ENV['M2_HOME']
|
10
|
+
ENV['M2_HOME'] = home
|
9
11
|
system "#{Maven.bin( 'mvn' )} #{args.join( ' ' )}"
|
12
|
+
ensure
|
13
|
+
ENV['M2_HOME'] = old_maven_home
|
10
14
|
end
|
11
15
|
|
12
16
|
def self.home
|
data/maven-home/LICENSE
CHANGED
@@ -216,52 +216,55 @@ JSR-250 Common Annotations for the JavaTM Platform (http://jcp.org/aboutJava/com
|
|
216
216
|
CDI APIs (http://www.seamframework.org/Weld/cdi-api) javax.enterprise:cdi-api:jar:1.0
|
217
217
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 (lib/cdi-api.license)
|
218
218
|
|
219
|
-
|
219
|
+
Apache Commons Lang (http://commons.apache.org/proper/commons-lang/) org.apache.commons:commons-lang3:jar:3.4
|
220
|
+
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/commons-lang3.license)
|
221
|
+
|
222
|
+
Maven Aether Provider (http://maven.apache.org/ref/3.3.9/maven-aether-provider/) org.apache.maven:maven-aether-provider:jar:3.3.9
|
220
223
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-aether-provider.license)
|
221
224
|
|
222
|
-
Maven Artifact (http://maven.apache.org/ref/3.3.
|
225
|
+
Maven Artifact (http://maven.apache.org/ref/3.3.9/maven-artifact/) org.apache.maven:maven-artifact:jar:3.3.9
|
223
226
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-artifact.license)
|
224
227
|
|
225
|
-
Maven Builder Support (http://maven.apache.org/ref/3.3.
|
228
|
+
Maven Builder Support (http://maven.apache.org/ref/3.3.9/maven-builder-support/) org.apache.maven:maven-builder-support:jar:3.3.9
|
226
229
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-builder-support.license)
|
227
230
|
|
228
|
-
Maven Compat (http://maven.apache.org/ref/3.3.
|
231
|
+
Maven Compat (http://maven.apache.org/ref/3.3.9/maven-compat/) org.apache.maven:maven-compat:jar:3.3.9
|
229
232
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-compat.license)
|
230
233
|
|
231
|
-
Maven Core (http://maven.apache.org/ref/3.3.
|
234
|
+
Maven Core (http://maven.apache.org/ref/3.3.9/maven-core/) org.apache.maven:maven-core:jar:3.3.9
|
232
235
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-core.license)
|
233
236
|
|
234
|
-
Maven Embedder (http://maven.apache.org/ref/3.3.
|
237
|
+
Maven Embedder (http://maven.apache.org/ref/3.3.9/maven-embedder/) org.apache.maven:maven-embedder:jar:3.3.9
|
235
238
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-embedder.license)
|
236
239
|
|
237
|
-
Maven Model (http://maven.apache.org/ref/3.3.
|
240
|
+
Maven Model (http://maven.apache.org/ref/3.3.9/maven-model/) org.apache.maven:maven-model:jar:3.3.9
|
238
241
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-model.license)
|
239
242
|
|
240
|
-
Maven Model Builder (http://maven.apache.org/ref/3.3.
|
243
|
+
Maven Model Builder (http://maven.apache.org/ref/3.3.9/maven-model-builder/) org.apache.maven:maven-model-builder:jar:3.3.9
|
241
244
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-model-builder.license)
|
242
245
|
|
243
|
-
Maven Plugin API (http://maven.apache.org/ref/3.3.
|
246
|
+
Maven Plugin API (http://maven.apache.org/ref/3.3.9/maven-plugin-api/) org.apache.maven:maven-plugin-api:jar:3.3.9
|
244
247
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-plugin-api.license)
|
245
248
|
|
246
|
-
Maven Repository Metadata Model (http://maven.apache.org/ref/3.3.
|
249
|
+
Maven Repository Metadata Model (http://maven.apache.org/ref/3.3.9/maven-repository-metadata/) org.apache.maven:maven-repository-metadata:jar:3.3.9
|
247
250
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-repository-metadata.license)
|
248
251
|
|
249
|
-
Maven Settings (http://maven.apache.org/ref/3.3.
|
252
|
+
Maven Settings (http://maven.apache.org/ref/3.3.9/maven-settings/) org.apache.maven:maven-settings:jar:3.3.9
|
250
253
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-settings.license)
|
251
254
|
|
252
|
-
Maven Settings Builder (http://maven.apache.org/ref/3.3.
|
255
|
+
Maven Settings Builder (http://maven.apache.org/ref/3.3.9/maven-settings-builder/) org.apache.maven:maven-settings-builder:jar:3.3.9
|
253
256
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-settings-builder.license)
|
254
257
|
|
255
|
-
Apache Maven Wagon :: Providers :: File Provider (http://maven.apache.org/wagon/wagon-providers/wagon-file) org.apache.maven.wagon:wagon-file:jar:2.
|
258
|
+
Apache Maven Wagon :: Providers :: File Provider (http://maven.apache.org/wagon/wagon-providers/wagon-file) org.apache.maven.wagon:wagon-file:jar:2.10
|
256
259
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-file.license)
|
257
260
|
|
258
|
-
Apache Maven Wagon :: Providers :: HTTP Provider (http://maven.apache.org/wagon/wagon-providers/wagon-http) org.apache.maven.wagon:wagon-http:jar:2.
|
261
|
+
Apache Maven Wagon :: Providers :: HTTP Provider (http://maven.apache.org/wagon/wagon-providers/wagon-http) org.apache.maven.wagon:wagon-http:jar:2.10
|
259
262
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-http.license)
|
260
263
|
|
261
|
-
Apache Maven Wagon :: Providers :: HTTP Shared Library (http://maven.apache.org/wagon/wagon-providers/wagon-http-shared) org.apache.maven.wagon:wagon-http-shared:jar:2.
|
264
|
+
Apache Maven Wagon :: Providers :: HTTP Shared Library (http://maven.apache.org/wagon/wagon-providers/wagon-http-shared) org.apache.maven.wagon:wagon-http-shared:jar:2.10
|
262
265
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-http-shared.license)
|
263
266
|
|
264
|
-
Apache Maven Wagon :: API (http://maven.apache.org/wagon/wagon-provider-api) org.apache.maven.wagon:wagon-provider-api:jar:2.
|
267
|
+
Apache Maven Wagon :: API (http://maven.apache.org/wagon/wagon-provider-api) org.apache.maven.wagon:wagon-provider-api:jar:2.10
|
265
268
|
License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-provider-api.license)
|
266
269
|
|
267
270
|
Aether API (http://www.eclipse.org/aether/aether-api/) org.eclipse.aether:aether-api:jar:1.0.2.v20150114
|
@@ -282,10 +285,10 @@ Aether Transport Wagon (http://www.eclipse.org/aether/aether-transport-wagon/) o
|
|
282
285
|
Aether Utilities (http://www.eclipse.org/aether/aether-util/) org.eclipse.aether:aether-util:jar:1.0.2.v20150114
|
283
286
|
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-util.license)
|
284
287
|
|
285
|
-
org.eclipse.sisu.inject (http://www.eclipse.org/sisu/org.eclipse.sisu.inject/) org.eclipse.sisu:org.eclipse.sisu.inject:eclipse-plugin:0.3.
|
288
|
+
org.eclipse.sisu.inject (http://www.eclipse.org/sisu/org.eclipse.sisu.inject/) org.eclipse.sisu:org.eclipse.sisu.inject:eclipse-plugin:0.3.2
|
286
289
|
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/org.eclipse.sisu.inject.license)
|
287
290
|
|
288
|
-
org.eclipse.sisu.plexus (http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/) org.eclipse.sisu:org.eclipse.sisu.plexus:eclipse-plugin:0.3.
|
291
|
+
org.eclipse.sisu.plexus (http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/) org.eclipse.sisu:org.eclipse.sisu.plexus:eclipse-plugin:0.3.2
|
289
292
|
License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/org.eclipse.sisu.plexus.license)
|
290
293
|
|
291
294
|
jsoup (http://jsoup.org/) org.jsoup:jsoup:jar:1.7.2
|
data/maven-home/bin/mvn
CHANGED
@@ -57,27 +57,27 @@ case "`uname`" in
|
|
57
57
|
#
|
58
58
|
# Look for the Apple JDKs first to preserve the existing behaviour, and then look
|
59
59
|
# for the new JDKs provided by Oracle.
|
60
|
-
#
|
60
|
+
#
|
61
61
|
if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then
|
62
62
|
#
|
63
63
|
# Apple JDKs
|
64
64
|
#
|
65
65
|
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
|
66
66
|
fi
|
67
|
-
|
67
|
+
|
68
68
|
if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then
|
69
69
|
#
|
70
70
|
# Apple JDKs
|
71
71
|
#
|
72
72
|
export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
|
73
73
|
fi
|
74
|
-
|
74
|
+
|
75
75
|
if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then
|
76
76
|
#
|
77
77
|
# Oracle JDKs
|
78
78
|
#
|
79
79
|
export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
|
80
|
-
fi
|
80
|
+
fi
|
81
81
|
|
82
82
|
if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then
|
83
83
|
#
|
@@ -197,14 +197,16 @@ fi
|
|
197
197
|
# traverses directory structure from process work directory to filesystem root
|
198
198
|
# first directory with .mvn subdirectory is considered project base directory
|
199
199
|
find_maven_basedir() {
|
200
|
-
local basedir
|
201
|
-
local wdir
|
200
|
+
local basedir
|
201
|
+
local wdir
|
202
|
+
basedir="$(pwd)"
|
203
|
+
wdir="$(pwd)"
|
202
204
|
while [ "$wdir" != '/' ] ; do
|
203
|
-
wdir=$(cd "$wdir/.."; pwd)
|
204
205
|
if [ -d "$wdir"/.mvn ] ; then
|
205
206
|
basedir=$wdir
|
206
207
|
break
|
207
208
|
fi
|
209
|
+
wdir="$(cd "$wdir/.."; pwd)"
|
208
210
|
done
|
209
211
|
echo "${basedir}"
|
210
212
|
}
|
@@ -216,16 +218,26 @@ concat_lines() {
|
|
216
218
|
fi
|
217
219
|
}
|
218
220
|
|
219
|
-
|
221
|
+
MAVEN_PROJECTBASEDIR="${MAVEN_BASEDIR:-$(find_maven_basedir)}"
|
220
222
|
MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
|
221
223
|
|
222
|
-
#
|
224
|
+
# For Cygwin, switch project base directory path to Windows format before
|
225
|
+
# executing Maven. Otherwise this will cause Maven not to consider it.
|
226
|
+
if $cygwin; then
|
227
|
+
[ -n "$MAVEN_PROJECTBASEDIR" ] &&
|
228
|
+
MAVEN_PROJECTBASEDIR=`cygpath --path --windows "$MAVEN_PROJECTBASEDIR"`
|
229
|
+
fi
|
230
|
+
|
231
|
+
export MAVEN_PROJECTBASEDIR
|
232
|
+
|
233
|
+
# Provide a "standardized" way to retrieve the CLI args that will
|
223
234
|
# work with both Windows and non-Windows executions.
|
224
235
|
MAVEN_CMD_LINE_ARGS="$MAVEN_CONFIG $@"
|
225
236
|
export MAVEN_CMD_LINE_ARGS
|
226
237
|
|
227
238
|
exec "$JAVACMD" \
|
228
239
|
$MAVEN_OPTS \
|
240
|
+
$MAVEN_DEBUG_OPTS \
|
229
241
|
-classpath "${M2_HOME}"/boot/plexus-classworlds-*.jar \
|
230
242
|
"-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
|
231
243
|
"-Dmaven.home=${M2_HOME}" "-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
|
data/maven-home/bin/mvn.cmd
CHANGED
@@ -121,7 +121,7 @@ IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
|
|
121
121
|
set EXEC_DIR=%CD%
|
122
122
|
set WDIR=%EXEC_DIR%
|
123
123
|
:findBaseDir
|
124
|
-
IF EXIST "%WDIR
|
124
|
+
IF EXIST "%WDIR%\.mvn" goto baseDirFound
|
125
125
|
cd ..
|
126
126
|
IF "%WDIR%"=="%CD%" goto baseDirNotFound
|
127
127
|
set WDIR=%CD%
|
@@ -133,6 +133,8 @@ cd "%EXEC_DIR%"
|
|
133
133
|
goto endDetectBaseDir
|
134
134
|
|
135
135
|
:baseDirNotFound
|
136
|
+
if "_%EXEC_DIR:~-1%"=="_\" set EXEC_DIR=%EXEC_DIR:~0,-1%
|
137
|
+
|
136
138
|
set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
|
137
139
|
cd "%EXEC_DIR%"
|
138
140
|
|
data/maven-home/bin/mvnDebug
CHANGED
@@ -38,4 +38,4 @@ MAVEN_DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,addre
|
|
38
38
|
|
39
39
|
echo Preparing to Execute Maven in Debug Mode
|
40
40
|
|
41
|
-
env MAVEN_OPTS="$MAVEN_OPTS $MAVEN_DEBUG_OPTS" $(dirname $0)/mvn "$@"
|
41
|
+
env MAVEN_OPTS="$MAVEN_OPTS" MAVEN_DEBUG_OPTS="$MAVEN_DEBUG_OPTS" $(dirname $0)/mvn "$@"
|
@@ -66,7 +66,7 @@
|
|
66
66
|
<li><a href="/foundation/contact.html ">Contact</a></li>
|
67
67
|
</ul>
|
68
68
|
</li>
|
69
|
-
|
69
|
+
<li><a href="/index.html#projects-list">Projects</a></li>
|
70
70
|
<li class="dropdown">
|
71
71
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">People <span class="caret"></span></a>
|
72
72
|
<ul class="dropdown-menu" role="menu">
|
@@ -108,10 +108,19 @@
|
|
108
108
|
</div>
|
109
109
|
<div class="col-md-3 col-sm-4 col-xs-12">
|
110
110
|
<div class="input-group" style="margin-bottom: 5px;">
|
111
|
-
<
|
112
|
-
|
113
|
-
|
114
|
-
|
111
|
+
<script>
|
112
|
+
(function() {
|
113
|
+
var cx = '005703438322411770421:5mgshgrgx2u';
|
114
|
+
var gcse = document.createElement('script');
|
115
|
+
gcse.type = 'text/javascript';
|
116
|
+
gcse.async = true;
|
117
|
+
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
118
|
+
'//cse.google.com/cse.js?cx=' + cx;
|
119
|
+
var s = document.getElementsByTagName('script')[0];
|
120
|
+
s.parentNode.insertBefore(gcse, s);
|
121
|
+
})();
|
122
|
+
</script>
|
123
|
+
<gcse:searchbox-only></gcse:searchbox-only>
|
115
124
|
</div>
|
116
125
|
<a role="button" class="btn btn-block btn-default btn-xs" href="/foundation/governance/">The Apache Way</a>
|
117
126
|
<a role="button" class="btn btn-block btn-default btn-xs" href="https://community.apache.org/contributors/">Contribute</a>
|
@@ -119,7 +128,18 @@
|
|
119
128
|
</div>
|
120
129
|
</div>
|
121
130
|
</div>
|
122
|
-
<div class="container"><
|
131
|
+
<div class="container"><style type="text/css">
|
132
|
+
/* The following code is added by mdx_elementid.py
|
133
|
+
It was originally lifted from http://subversion.apache.org/style/site.css */
|
134
|
+
/*
|
135
|
+
* Hide class="elementid-permalink", except when an enclosing heading
|
136
|
+
* has the :hover property.
|
137
|
+
*/
|
138
|
+
.headerlink, .elementid-permalink {
|
139
|
+
visibility: hidden;
|
140
|
+
}
|
141
|
+
h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
|
142
|
+
<p>Apache License<br></br>Version 2.0, January 2004<br></br>
|
123
143
|
<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
|
124
144
|
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
|
125
145
|
<p><strong><a name="definitions">1. Definitions</a></strong>.</p>
|
@@ -273,7 +293,7 @@ harmless for any liability incurred by, or claims asserted against, such
|
|
273
293
|
Contributor by reason of your accepting any such warranty or additional
|
274
294
|
liability.</p>
|
275
295
|
<p>END OF TERMS AND CONDITIONS</p>
|
276
|
-
<h1 id="apply">APPENDIX: How to apply the Apache License to your work
|
296
|
+
<h1 id="apply">APPENDIX: How to apply the Apache License to your work<a class="headerlink" href="#apply" title="Permanent link">¶</a></h1>
|
277
297
|
<p>To apply the Apache License to your work, attach the following boilerplate
|
278
298
|
notice, with the fields enclosed by brackets "[]" replaced with your own
|
279
299
|
identifying information. (Don't include the brackets!) The text should be
|
@@ -327,7 +347,7 @@ limitations under the License.
|
|
327
347
|
<li><a href="/licenses/">Licensing</a></li>
|
328
348
|
<li><a href="/foundation/license-faq.html">Licensing FAQ</a></li>
|
329
349
|
<li><a href="/foundation/marks/">Trademark Policy</a></li>
|
330
|
-
<li><a href="/contact.html">Contacts</a></li>
|
350
|
+
<li><a href="/foundation/contact.html">Contacts</a></li>
|
331
351
|
</ul>
|
332
352
|
</div>
|
333
353
|
|
@@ -360,6 +380,7 @@ limitations under the License.
|
|
360
380
|
<li><a href="/licenses/">Licenses</a></li>
|
361
381
|
<li><a href="/foundation/marks/">Trademark Policy</a></li>
|
362
382
|
<li><a href="/foundation/records/">Public Records</a></li>
|
383
|
+
<li><a href="/foundation/policies/privacy.html">Privacy Policy</a></li>
|
363
384
|
<li><a href="/licenses/exports/">Export Information</a></li>
|
364
385
|
<li><a href="/foundation/license-faq.html">License/Distribution FAQ</a></li>
|
365
386
|
<li><a href="/foundation/contact.html">Contacts</a></li>
|
Binary file
|
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|