|
176 | 176 | of your accepting any such warranty or additional liability.
|
177 | 177 |
|
178 | 178 | END OF TERMS AND CONDITIONS
|
179 |
| - |
180 |
| - APPENDIX: How to apply the Apache License to your work. |
181 |
| - |
182 |
| - To apply the Apache License to your work, attach the following |
183 |
| - boilerplate notice, with the fields enclosed by brackets "[]" |
184 |
| - replaced with your own identifying information. (Don't include |
185 |
| - the brackets!) The text should be enclosed in the appropriate |
186 |
| - comment syntax for the file format. We also recommend that a |
187 |
| - file or class name and description of purpose be included on the |
188 |
| - same "printed page" as the copyright notice for easier |
189 |
| - identification within third-party archives. |
190 |
| - |
191 |
| - Copyright [yyyy] [name of copyright owner] |
192 |
| - |
193 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
194 |
| - you may not use this file except in compliance with the License. |
195 |
| - You may obtain a copy of the License at |
196 |
| - |
197 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
198 |
| - |
199 |
| - Unless required by applicable law or agreed to in writing, software |
200 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
201 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
202 |
| - See the License for the specific language governing permissions and |
203 |
| - limitations under the License. |
204 |
| - |
205 |
| - |
206 |
| -=============================================================================== |
207 |
| - |
208 |
| -For the `docs` directory: |
209 |
| - |
210 |
| -The source files for the documentation are licensed under the Apache License |
211 |
| -Version 2.0. These source files are used by the project maintainers to build |
212 |
| -online documentation for end-users: |
213 |
| - |
214 |
| - <https://crate.io/docs/clients/python/en/latest/> |
215 |
| - |
216 |
| -If you want to make contributions to the documentation, it may be necessary for |
217 |
| -you to build the documentation yourself by following the instructions in the |
218 |
| -`DEVELOP.rst` file. If you do this, a number of third-party software components |
219 |
| -are necessary. |
220 |
| - |
221 |
| -We do not ship the source code for these optional third-party software |
222 |
| -components or their dependencies, so we cannot make any guarantees about the |
223 |
| -licensing status of these components. |
224 |
| - |
225 |
| -However, for convenience, the documentation build system explicitly references |
226 |
| -the following software components (grouped by license): |
227 |
| - |
228 |
| -PSF License: |
229 |
| - |
230 |
| - - Python 3 <https://docs.python.org/3/license.html> |
231 |
| - |
232 |
| -MIT License: |
233 |
| - |
234 |
| - - pip <https://pypi.org/project/pip/> |
235 |
| - - setuptools <https://pypi.org/project/setuptools/> |
236 |
| - - sphinx-autobuild <https://pypi.org/project/sphinx-autobuild/> |
237 |
| - |
238 |
| -BSD License: |
239 |
| - |
240 |
| - - alabaster <https://pypi.org/project/alabaster/> |
241 |
| - - sphinx <https://pypi.org/project/Sphinx/> |
242 |
| - |
243 |
| -Apache License 2.0: |
244 |
| - |
245 |
| - - crate-docs-theme <https://pypi.org/project/crate-docs-theme/> |
246 |
| - |
247 |
| -Please note that each of these components may specify its own dependencies and |
248 |
| -those dependencies may be licensed differently. |
0 commit comments