|
203 | 203 | limitations under the License. |
204 | 204 |
|
205 | 205 |
|
206 | | -================================================================================ |
| 206 | +=============================================================================== |
207 | 207 |
|
208 | 208 | For the `bootstrap.py` file: |
209 | 209 |
|
@@ -256,3 +256,48 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
256 | 256 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
257 | 257 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
258 | 258 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 259 | + |
| 260 | + |
| 261 | +=============================================================================== |
| 262 | + |
| 263 | +For the `docs` directory: |
| 264 | + |
| 265 | +The source files for the documentation are licensed under the Apache License |
| 266 | +Version 2.0. These source files are used by the project maintainers to build |
| 267 | +online documentation for end-users: |
| 268 | + |
| 269 | + <https://crate.io/docs/clients/python/en/latest/> |
| 270 | + |
| 271 | +If you want to make contributions to the documentation, it may be necessary for |
| 272 | +you to build the documentation yourself by following the instructions in the |
| 273 | +`DEVELOP.rst` file. If you do this, a number of third-party software components |
| 274 | +are necessary. |
| 275 | + |
| 276 | +We do not ship the source code for these optional third-party software |
| 277 | +components or their dependencies, so we cannot make any guarantees about the |
| 278 | +licensing status of these components. |
| 279 | + |
| 280 | +However, for convenience, the documentation build system explicitly references |
| 281 | +the following software components (grouped by license): |
| 282 | + |
| 283 | +PSF License: |
| 284 | + |
| 285 | + - Python 3 <https://docs.python.org/3/license.html> |
| 286 | + |
| 287 | +MIT License: |
| 288 | + |
| 289 | + - pip <https://pypi.org/project/pip/> |
| 290 | + - setuptools <https://pypi.org/project/setuptools/> |
| 291 | + - sphinx-autobuild <https://pypi.org/project/sphinx-autobuild/> |
| 292 | + |
| 293 | +BSD License: |
| 294 | + |
| 295 | + - alabaster <https://pypi.org/project/alabaster/> |
| 296 | + - sphinx <https://pypi.org/project/Sphinx/> |
| 297 | + |
| 298 | +Apache License 2.0: |
| 299 | + |
| 300 | + - crate-docs-theme <https://pypi.org/project/crate-docs-theme/> |
| 301 | + |
| 302 | +Please note that each of these components may specify its own dependencies and |
| 303 | +those dependencies may be licensed differently. |
0 commit comments