@aws-amplify/graphql-api-construct 1.2.0-amplify-table-preview.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +114 -151
- package/API.md +1 -4
- package/CHANGELOG.md +7 -4
- package/README.md +17 -0
- package/lib/amplify-graphql-api.d.ts +4 -0
- package/lib/amplify-graphql-api.js +23 -6
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/internal/amplify-metadata.js +3 -14
- package/lib/internal/authorization-modes.d.ts +2 -10
- package/lib/internal/authorization-modes.js +4 -4
- package/lib/internal/construct-exports.js +3 -12
- package/lib/internal/construct-tree.d.ts +14 -0
- package/lib/internal/construct-tree.js +28 -0
- package/lib/internal/default-parameters.js +1 -2
- package/lib/types.d.ts +4 -15
- package/lib/types.js +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +3 -12
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts +2 -4
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +5 -10
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts +1 -6
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts +3 -3
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js +12 -8
- package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +10 -11
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +0 -4
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +7 -8
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +0 -4
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +0 -4
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-index-transformer/API.md +0 -3
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +0 -7
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js +1 -2
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js +7 -26
- package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +7 -8
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +0 -4
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +10 -11
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +0 -8
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +0 -4
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts +2 -5
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js +60 -46
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +6 -8
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +0 -4
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +6 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +0 -7
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js +10 -3
- package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +8 -9
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +0 -4
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +7 -8
- package/node_modules/@aws-amplify/graphql-transformer/API.md +0 -3
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +3 -3
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +0 -3
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +3 -11
- package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer/package.json +14 -15
- package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +2 -15
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +0 -6
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +4 -5
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +0 -6
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +2 -3
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +0 -1
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -1
- package/node_modules/graphql-transformer-common/API.md +0 -3
- package/node_modules/graphql-transformer-common/CHANGELOG.md +0 -6
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +0 -3
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -1
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +0 -3
- package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -1
- package/node_modules/graphql-transformer-common/package.json +2 -3
- package/package.json +16 -16
- package/src/amplify-graphql-api.ts +30 -5
- package/src/internal/amplify-metadata.ts +1 -13
- package/src/internal/authorization-modes.ts +9 -16
- package/src/internal/construct-exports.ts +2 -12
- package/src/internal/construct-tree.ts +26 -0
- package/src/internal/default-parameters.ts +0 -1
- package/src/types.ts +4 -18
- package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts +0 -13
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.d.ts.map +0 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js +0 -167
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamo-model-resource-generator.js.map +0 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts +0 -40
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.d.ts.map +0 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js +0 -242
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-dynamodb-table-construct/index.js.map +0 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts +0 -13
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.d.ts.map +0 -1
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js +0 -665
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.js.map +0 -1
- package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-transformer/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +0 -201
- package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +0 -201
- package/node_modules/graphql-transformer-common/LICENSE +0 -201
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"amplify-table-manager-handler.js","sourceRoot":"","sources":["../../../../src/resources/amplify-dynamodb-table/amplify-table-manager-lambda/amplify-table-manager-handler.ts"],"names":[],"mappings":"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"}
|
@@ -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 2017 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
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.
|
@@ -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 2017 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
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.
|
@@ -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 2017 - 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
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.
|