train 3.2.14 → 3.2.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +29 -149
- data/LICENSE +0 -201
- data/lib/train.rb +0 -193
- data/lib/train/errors.rb +0 -44
- data/lib/train/extras.rb +0 -11
- data/lib/train/extras/command_wrapper.rb +0 -201
- data/lib/train/extras/stat.rb +0 -136
- data/lib/train/file.rb +0 -212
- data/lib/train/file/local.rb +0 -82
- data/lib/train/file/local/unix.rb +0 -96
- data/lib/train/file/local/windows.rb +0 -68
- data/lib/train/file/remote.rb +0 -40
- data/lib/train/file/remote/aix.rb +0 -29
- data/lib/train/file/remote/linux.rb +0 -21
- data/lib/train/file/remote/qnx.rb +0 -41
- data/lib/train/file/remote/unix.rb +0 -110
- data/lib/train/file/remote/windows.rb +0 -110
- data/lib/train/globals.rb +0 -5
- data/lib/train/options.rb +0 -81
- data/lib/train/platforms.rb +0 -102
- data/lib/train/platforms/common.rb +0 -34
- data/lib/train/platforms/detect.rb +0 -12
- data/lib/train/platforms/detect/helpers/os_common.rb +0 -160
- data/lib/train/platforms/detect/helpers/os_linux.rb +0 -80
- data/lib/train/platforms/detect/helpers/os_windows.rb +0 -142
- data/lib/train/platforms/detect/scanner.rb +0 -85
- data/lib/train/platforms/detect/specifications/api.rb +0 -20
- data/lib/train/platforms/detect/specifications/os.rb +0 -629
- data/lib/train/platforms/detect/uuid.rb +0 -32
- data/lib/train/platforms/family.rb +0 -31
- data/lib/train/platforms/platform.rb +0 -109
- data/lib/train/plugin_test_helper.rb +0 -51
- data/lib/train/plugins.rb +0 -40
- data/lib/train/plugins/base_connection.rb +0 -198
- data/lib/train/plugins/transport.rb +0 -49
- data/lib/train/transports/cisco_ios_connection.rb +0 -133
- data/lib/train/transports/local.rb +0 -240
- data/lib/train/transports/mock.rb +0 -183
- data/lib/train/transports/ssh.rb +0 -271
- data/lib/train/transports/ssh_connection.rb +0 -342
- data/lib/train/version.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c2bf6d8828ac3152b19a460dc8d502a9cebb5471dc1a3c981d21e3e3252a78f
|
4
|
+
data.tar.gz: c8856306f30f8208493e9fac6332fe94af578870b2aa5a51d55bb8c62b212d57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be72da07e0628582a3a9be2d0d6915cf5bcc3213d3341c51527b8a38296e75b24cf55382859261611b8c6014af28ae3ca31706208e533d3dafc50a0d420b292e
|
7
|
+
data.tar.gz: 8174aeebf64b91b5ad7b40e45fe882c6780fb1f45d8ba8942e13acb13578bf8ce7a14f681ccbf007a7309ebf52252f015bced8c1703f00694743483f1f332a21
|
metadata
CHANGED
@@ -1,151 +1,99 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: train
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Chef InSpec Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: train-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.8'
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '3.0'
|
23
|
-
type: :runtime
|
24
|
-
prerelease: false
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
requirements:
|
27
|
-
- - ">="
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '1.8'
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '3.0'
|
33
|
-
- !ruby/object:Gem::Dependency
|
34
|
-
name: mixlib-shellout
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
36
|
-
requirements:
|
37
|
-
- - ">="
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: '2.0'
|
40
|
-
- - "<"
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: '4.0'
|
43
|
-
type: :runtime
|
44
|
-
prerelease: false
|
45
|
-
version_requirements: !ruby/object:Gem::Requirement
|
46
|
-
requirements:
|
47
|
-
- - ">="
|
17
|
+
- - '='
|
48
18
|
- !ruby/object:Gem::Version
|
49
|
-
version:
|
50
|
-
- - "<"
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '4.0'
|
53
|
-
- !ruby/object:Gem::Dependency
|
54
|
-
name: net-ssh
|
55
|
-
requirement: !ruby/object:Gem::Requirement
|
56
|
-
requirements:
|
57
|
-
- - ">="
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
version: '2.9'
|
60
|
-
- - "<"
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '6.0'
|
19
|
+
version: 3.2.20
|
63
20
|
type: :runtime
|
64
21
|
prerelease: false
|
65
22
|
version_requirements: !ruby/object:Gem::Requirement
|
66
23
|
requirements:
|
67
|
-
- -
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '2.9'
|
70
|
-
- - "<"
|
24
|
+
- - '='
|
71
25
|
- !ruby/object:Gem::Version
|
72
|
-
version:
|
26
|
+
version: 3.2.20
|
73
27
|
- !ruby/object:Gem::Dependency
|
74
|
-
name:
|
28
|
+
name: train-winrm
|
75
29
|
requirement: !ruby/object:Gem::Requirement
|
76
30
|
requirements:
|
77
|
-
- - "
|
78
|
-
- !ruby/object:Gem::Version
|
79
|
-
version: '1.2'
|
80
|
-
- - "<"
|
31
|
+
- - "~>"
|
81
32
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
33
|
+
version: '0.2'
|
83
34
|
type: :runtime
|
84
35
|
prerelease: false
|
85
36
|
version_requirements: !ruby/object:Gem::Requirement
|
86
37
|
requirements:
|
87
|
-
- - "
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '1.2'
|
90
|
-
- - "<"
|
38
|
+
- - "~>"
|
91
39
|
- !ruby/object:Gem::Version
|
92
|
-
version: '
|
40
|
+
version: '0.2'
|
93
41
|
- !ruby/object:Gem::Dependency
|
94
|
-
name:
|
42
|
+
name: activesupport
|
95
43
|
requirement: !ruby/object:Gem::Requirement
|
96
44
|
requirements:
|
97
45
|
- - "~>"
|
98
46
|
- !ruby/object:Gem::Version
|
99
|
-
version:
|
47
|
+
version: 5.2.3
|
100
48
|
type: :runtime
|
101
49
|
prerelease: false
|
102
50
|
version_requirements: !ruby/object:Gem::Requirement
|
103
51
|
requirements:
|
104
52
|
- - "~>"
|
105
53
|
- !ruby/object:Gem::Version
|
106
|
-
version:
|
54
|
+
version: 5.2.3
|
107
55
|
- !ruby/object:Gem::Dependency
|
108
|
-
name:
|
56
|
+
name: azure_graph_rbac
|
109
57
|
requirement: !ruby/object:Gem::Requirement
|
110
58
|
requirements:
|
111
59
|
- - "~>"
|
112
60
|
- !ruby/object:Gem::Version
|
113
|
-
version: '0.
|
61
|
+
version: '0.16'
|
114
62
|
type: :runtime
|
115
63
|
prerelease: false
|
116
64
|
version_requirements: !ruby/object:Gem::Requirement
|
117
65
|
requirements:
|
118
66
|
- - "~>"
|
119
67
|
- !ruby/object:Gem::Version
|
120
|
-
version: '0.
|
68
|
+
version: '0.16'
|
121
69
|
- !ruby/object:Gem::Dependency
|
122
|
-
name:
|
70
|
+
name: azure_mgmt_key_vault
|
123
71
|
requirement: !ruby/object:Gem::Requirement
|
124
72
|
requirements:
|
125
73
|
- - "~>"
|
126
74
|
- !ruby/object:Gem::Version
|
127
|
-
version: '0.
|
75
|
+
version: '0.17'
|
128
76
|
type: :runtime
|
129
77
|
prerelease: false
|
130
78
|
version_requirements: !ruby/object:Gem::Requirement
|
131
79
|
requirements:
|
132
80
|
- - "~>"
|
133
81
|
- !ruby/object:Gem::Version
|
134
|
-
version: '0.
|
82
|
+
version: '0.17'
|
135
83
|
- !ruby/object:Gem::Dependency
|
136
|
-
name:
|
84
|
+
name: azure_mgmt_resources
|
137
85
|
requirement: !ruby/object:Gem::Requirement
|
138
86
|
requirements:
|
139
87
|
- - "~>"
|
140
88
|
- !ruby/object:Gem::Version
|
141
|
-
version: '0.
|
89
|
+
version: '0.15'
|
142
90
|
type: :runtime
|
143
91
|
prerelease: false
|
144
92
|
version_requirements: !ruby/object:Gem::Requirement
|
145
93
|
requirements:
|
146
94
|
- - "~>"
|
147
95
|
- !ruby/object:Gem::Version
|
148
|
-
version: '0.
|
96
|
+
version: '0.15'
|
149
97
|
- !ruby/object:Gem::Dependency
|
150
98
|
name: azure_mgmt_security
|
151
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -175,19 +123,19 @@ dependencies:
|
|
175
123
|
- !ruby/object:Gem::Version
|
176
124
|
version: '0.18'
|
177
125
|
- !ruby/object:Gem::Dependency
|
178
|
-
name:
|
126
|
+
name: docker-api
|
179
127
|
requirement: !ruby/object:Gem::Requirement
|
180
128
|
requirements:
|
181
129
|
- - "~>"
|
182
130
|
- !ruby/object:Gem::Version
|
183
|
-
version:
|
131
|
+
version: '1.26'
|
184
132
|
type: :runtime
|
185
133
|
prerelease: false
|
186
134
|
version_requirements: !ruby/object:Gem::Requirement
|
187
135
|
requirements:
|
188
136
|
- - "~>"
|
189
137
|
- !ruby/object:Gem::Version
|
190
|
-
version:
|
138
|
+
version: '1.26'
|
191
139
|
- !ruby/object:Gem::Dependency
|
192
140
|
name: google-api-client
|
193
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -228,77 +176,14 @@ dependencies:
|
|
228
176
|
- - "<"
|
229
177
|
- !ruby/object:Gem::Version
|
230
178
|
version: 0.11.0
|
231
|
-
- !ruby/object:Gem::Dependency
|
232
|
-
name: inifile
|
233
|
-
requirement: !ruby/object:Gem::Requirement
|
234
|
-
requirements:
|
235
|
-
- - ">="
|
236
|
-
- !ruby/object:Gem::Version
|
237
|
-
version: '0'
|
238
|
-
type: :runtime
|
239
|
-
prerelease: false
|
240
|
-
version_requirements: !ruby/object:Gem::Requirement
|
241
|
-
requirements:
|
242
|
-
- - ">="
|
243
|
-
- !ruby/object:Gem::Version
|
244
|
-
version: '0'
|
245
|
-
- !ruby/object:Gem::Dependency
|
246
|
-
name: mocha
|
247
|
-
requirement: !ruby/object:Gem::Requirement
|
248
|
-
requirements:
|
249
|
-
- - "~>"
|
250
|
-
- !ruby/object:Gem::Version
|
251
|
-
version: '1.1'
|
252
|
-
type: :development
|
253
|
-
prerelease: false
|
254
|
-
version_requirements: !ruby/object:Gem::Requirement
|
255
|
-
requirements:
|
256
|
-
- - "~>"
|
257
|
-
- !ruby/object:Gem::Version
|
258
|
-
version: '1.1'
|
259
179
|
description: Transport interface to talk to different backends.
|
260
180
|
email:
|
261
|
-
-
|
181
|
+
- inspec@chef.io
|
262
182
|
executables: []
|
263
183
|
extensions: []
|
264
184
|
extra_rdoc_files: []
|
265
185
|
files:
|
266
|
-
- LICENSE
|
267
|
-
- lib/train.rb
|
268
|
-
- lib/train/errors.rb
|
269
|
-
- lib/train/extras.rb
|
270
|
-
- lib/train/extras/command_wrapper.rb
|
271
|
-
- lib/train/extras/stat.rb
|
272
|
-
- lib/train/file.rb
|
273
|
-
- lib/train/file/local.rb
|
274
|
-
- lib/train/file/local/unix.rb
|
275
|
-
- lib/train/file/local/windows.rb
|
276
|
-
- lib/train/file/remote.rb
|
277
|
-
- lib/train/file/remote/aix.rb
|
278
|
-
- lib/train/file/remote/linux.rb
|
279
|
-
- lib/train/file/remote/qnx.rb
|
280
|
-
- lib/train/file/remote/unix.rb
|
281
|
-
- lib/train/file/remote/windows.rb
|
282
|
-
- lib/train/globals.rb
|
283
|
-
- lib/train/options.rb
|
284
|
-
- lib/train/platforms.rb
|
285
|
-
- lib/train/platforms/common.rb
|
286
|
-
- lib/train/platforms/detect.rb
|
287
|
-
- lib/train/platforms/detect/helpers/os_common.rb
|
288
|
-
- lib/train/platforms/detect/helpers/os_linux.rb
|
289
|
-
- lib/train/platforms/detect/helpers/os_windows.rb
|
290
|
-
- lib/train/platforms/detect/scanner.rb
|
291
|
-
- lib/train/platforms/detect/specifications/api.rb
|
292
|
-
- lib/train/platforms/detect/specifications/os.rb
|
293
|
-
- lib/train/platforms/detect/uuid.rb
|
294
|
-
- lib/train/platforms/family.rb
|
295
|
-
- lib/train/platforms/platform.rb
|
296
|
-
- lib/train/plugin_test_helper.rb
|
297
|
-
- lib/train/plugins.rb
|
298
|
-
- lib/train/plugins/base_connection.rb
|
299
|
-
- lib/train/plugins/transport.rb
|
300
186
|
- lib/train/transports/azure.rb
|
301
|
-
- lib/train/transports/cisco_ios_connection.rb
|
302
187
|
- lib/train/transports/clients/azure/graph_rbac.rb
|
303
188
|
- lib/train/transports/clients/azure/vault.rb
|
304
189
|
- lib/train/transports/docker.rb
|
@@ -307,12 +192,7 @@ files:
|
|
307
192
|
- lib/train/transports/helpers/azure/file_parser.rb
|
308
193
|
- lib/train/transports/helpers/azure/subscription_id_file_parser.rb
|
309
194
|
- lib/train/transports/helpers/azure/subscription_number_file_parser.rb
|
310
|
-
- lib/train/transports/local.rb
|
311
|
-
- lib/train/transports/mock.rb
|
312
|
-
- lib/train/transports/ssh.rb
|
313
|
-
- lib/train/transports/ssh_connection.rb
|
314
195
|
- lib/train/transports/vmware.rb
|
315
|
-
- lib/train/version.rb
|
316
196
|
homepage:
|
317
197
|
licenses:
|
318
198
|
- Apache-2.0
|
data/LICENSE
DELETED
@@ -1,201 +0,0 @@
|
|
1
|
-
Apache License
|
2
|
-
Version 2.0, January 2004
|
3
|
-
http://www.apache.org/licenses/
|
4
|
-
|
5
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6
|
-
|
7
|
-
1. Definitions.
|
8
|
-
|
9
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
10
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
11
|
-
|
12
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
13
|
-
the copyright owner that is granting the License.
|
14
|
-
|
15
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
16
|
-
other entities that control, are controlled by, or are under common
|
17
|
-
control with that entity. For the purposes of this definition,
|
18
|
-
"control" means (i) the power, direct or indirect, to cause the
|
19
|
-
direction or management of such entity, whether by contract or
|
20
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
21
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
22
|
-
|
23
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24
|
-
exercising permissions granted by this License.
|
25
|
-
|
26
|
-
"Source" form shall mean the preferred form for making modifications,
|
27
|
-
including but not limited to software source code, documentation
|
28
|
-
source, and configuration files.
|
29
|
-
|
30
|
-
"Object" form shall mean any form resulting from mechanical
|
31
|
-
transformation or translation of a Source form, including but
|
32
|
-
not limited to compiled object code, generated documentation,
|
33
|
-
and conversions to other media types.
|
34
|
-
|
35
|
-
"Work" shall mean the work of authorship, whether in Source or
|
36
|
-
Object form, made available under the License, as indicated by a
|
37
|
-
copyright notice that is included in or attached to the work
|
38
|
-
(an example is provided in the Appendix below).
|
39
|
-
|
40
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
41
|
-
form, that is based on (or derived from) the Work and for which the
|
42
|
-
editorial revisions, annotations, elaborations, or other modifications
|
43
|
-
represent, as a whole, an original work of authorship. For the purposes
|
44
|
-
of this License, Derivative Works shall not include works that remain
|
45
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
46
|
-
the Work and Derivative Works thereof.
|
47
|
-
|
48
|
-
"Contribution" shall mean any work of authorship, including
|
49
|
-
the original version of the Work and any modifications or additions
|
50
|
-
to that Work or Derivative Works thereof, that is intentionally
|
51
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
52
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
53
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
54
|
-
means any form of electronic, verbal, or written communication sent
|
55
|
-
to the Licensor or its representatives, including but not limited to
|
56
|
-
communication on electronic mailing lists, source code control systems,
|
57
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
58
|
-
Licensor for the purpose of discussing and improving the Work, but
|
59
|
-
excluding communication that is conspicuously marked or otherwise
|
60
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
61
|
-
|
62
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
63
|
-
on behalf of whom a Contribution has been received by Licensor and
|
64
|
-
subsequently incorporated within the Work.
|
65
|
-
|
66
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
67
|
-
this License, each Contributor hereby grants to You a perpetual,
|
68
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
69
|
-
copyright license to reproduce, prepare Derivative Works of,
|
70
|
-
publicly display, publicly perform, sublicense, and distribute the
|
71
|
-
Work and such Derivative Works in Source or Object form.
|
72
|
-
|
73
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
74
|
-
this License, each Contributor hereby grants to You a perpetual,
|
75
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
76
|
-
(except as stated in this section) patent license to make, have made,
|
77
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
78
|
-
where such license applies only to those patent claims licensable
|
79
|
-
by such Contributor that are necessarily infringed by their
|
80
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
81
|
-
with the Work to which such Contribution(s) was submitted. If You
|
82
|
-
institute patent litigation against any entity (including a
|
83
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
84
|
-
or a Contribution incorporated within the Work constitutes direct
|
85
|
-
or contributory patent infringement, then any patent licenses
|
86
|
-
granted to You under this License for that Work shall terminate
|
87
|
-
as of the date such litigation is filed.
|
88
|
-
|
89
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
90
|
-
Work or Derivative Works thereof in any medium, with or without
|
91
|
-
modifications, and in Source or Object form, provided that You
|
92
|
-
meet the following conditions:
|
93
|
-
|
94
|
-
(a) You must give any other recipients of the Work or
|
95
|
-
Derivative Works a copy of this License; and
|
96
|
-
|
97
|
-
(b) You must cause any modified files to carry prominent notices
|
98
|
-
stating that You changed the files; and
|
99
|
-
|
100
|
-
(c) You must retain, in the Source form of any Derivative Works
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
102
|
-
attribution notices from the Source form of the Work,
|
103
|
-
excluding those notices that do not pertain to any part of
|
104
|
-
the Derivative Works; and
|
105
|
-
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
108
|
-
include a readable copy of the attribution notices contained
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
111
|
-
of the following places: within a NOTICE text file distributed
|
112
|
-
as part of the Derivative Works; within the Source form or
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
114
|
-
within a display generated by the Derivative Works, if and
|
115
|
-
wherever such third-party notices normally appear. The contents
|
116
|
-
of the NOTICE file are for informational purposes only and
|
117
|
-
do not modify the License. You may add Your own attribution
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
120
|
-
that such additional attribution notices cannot be construed
|
121
|
-
as modifying the License.
|
122
|
-
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
124
|
-
may provide additional or different license terms and conditions
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
128
|
-
the conditions stated in this License.
|
129
|
-
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
133
|
-
this License, without any additional terms or conditions.
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
135
|
-
the terms of any separate license agreement you may have executed
|
136
|
-
with Licensor regarding such Contributions.
|
137
|
-
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
140
|
-
except as required for reasonable and customary use in describing the
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
142
|
-
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
152
|
-
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
158
|
-
incidental, or consequential damages of any character arising as a
|
159
|
-
result of this License or out of the use or inability to use the
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
162
|
-
other commercial damages or losses), even if such Contributor
|
163
|
-
has been advised of the possibility of such damages.
|
164
|
-
|
165
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
166
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
167
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
168
|
-
or other liability obligations and/or rights consistent with this
|
169
|
-
License. However, in accepting such obligations, You may act only
|
170
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
171
|
-
of any other Contributor, and only if You agree to indemnify,
|
172
|
-
defend, and hold each Contributor harmless for any liability
|
173
|
-
incurred by, or claims asserted against, such Contributor by reason
|
174
|
-
of your accepting any such warranty or additional liability.
|
175
|
-
|
176
|
-
END OF TERMS AND CONDITIONS
|
177
|
-
|
178
|
-
APPENDIX: How to apply the Apache License to your work.
|
179
|
-
|
180
|
-
To apply the Apache License to your work, attach the following
|
181
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
182
|
-
replaced with your own identifying information. (Don't include
|
183
|
-
the brackets!) The text should be enclosed in the appropriate
|
184
|
-
comment syntax for the file format. We also recommend that a
|
185
|
-
file or class name and description of purpose be included on the
|
186
|
-
same "printed page" as the copyright notice for easier
|
187
|
-
identification within third-party archives.
|
188
|
-
|
189
|
-
Copyright [yyyy] [name of copyright owner]
|
190
|
-
|
191
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
192
|
-
you may not use this file except in compliance with the License.
|
193
|
-
You may obtain a copy of the License at
|
194
|
-
|
195
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
196
|
-
|
197
|
-
Unless required by applicable law or agreed to in writing, software
|
198
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
199
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
|
-
See the License for the specific language governing permissions and
|
201
|
-
limitations under the License.
|