-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add license info for Sphinx and its dependencies that generate assets…
…/artifacts.
- Loading branch information
Showing
1 changed file
with
351 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,351 @@ | ||
This documentation set includes files originating from the following | ||
upstream projects, which are each subject to their own individual | ||
licenses and are copyrighted by their own respective authors. | ||
|
||
These respective copyright statements and licenses are reproduced | ||
below or, for those cases where the license is bundled as a separate | ||
file, referenced by file name. | ||
|
||
|
||
Sphinx | ||
// https://www.sphinx-doc.org/ | ||
// | ||
// :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. | ||
// :license: BSD, see LICENSE for details. | ||
// | ||
// https://github.com/sphinx-doc/sphinx/blob/master/LICENSE | ||
// | ||
// - License for Sphinx | ||
// ================== | ||
// | ||
// Unless otherwise indicated, all code in the Sphinx project is licenced under the | ||
// two clause BSD licence below. | ||
// | ||
// Copyright (c) 2007-2023 by the Sphinx team (see AUTHORS file). | ||
// All rights reserved. | ||
// | ||
// Redistribution and use in source and binary forms, with or without | ||
// modification, are permitted provided that the following conditions are | ||
// met: | ||
// | ||
// * Redistributions of source code must retain the above copyright | ||
// notice, this list of conditions and the following disclaimer. | ||
// | ||
// * Redistributions in binary form must reproduce the above copyright | ||
// notice, this list of conditions and the following disclaimer in the | ||
// documentation and/or other materials provided with the distribution. | ||
// | ||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
// HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
// | ||
// | ||
// Licenses for incorporated software | ||
// ================================== | ||
// | ||
// The included implementation of NumpyDocstring._parse_numpydoc_see_also_section | ||
// was derived from code under the following license: | ||
// | ||
// ------------------------------------------------------------------------------- | ||
// | ||
// Copyright (C) 2008 Stefan van der Walt <[email protected]>, Pauli Virtanen <[email protected]> | ||
// | ||
// Redistribution and use in source and binary forms, with or without | ||
// modification, are permitted provided that the following conditions are | ||
// met: | ||
// | ||
// 1. Redistributions of source code must retain the above copyright | ||
// notice, this list of conditions and the following disclaimer. | ||
// 2. Redistributions in binary form must reproduce the above copyright | ||
// notice, this list of conditions and the following disclaimer in | ||
// the documentation and/or other materials provided with the | ||
// distribution. | ||
// | ||
// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | ||
// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
// DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, | ||
// INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | ||
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
// POSSIBILITY OF SUCH DAMAGE. | ||
// | ||
// ------------------------------------------------------------------------------- | ||
|
||
./_build/html/_static/searchtools.js | ||
./_build/html/_static/language_data.js | ||
./_build/html/_static/sphinx_highlight.js | ||
./_build/html/_static/basic.css: | ||
./_build/html/_static/doctools.js | ||
./_build/html/_static/documentation_options.js | ||
./_build/html/_static/_sphinx_javascript_frameworks_compat.js | ||
./_build/html/objects.inv | ||
./_build/html/searchindex.js | ||
|
||
|
||
|
||
Sphinx 'Alabaster" theme | ||
// https://github.com/sphinx-doc/alabaster | ||
// Copyright (c) 2020 Jeff Forcier. | ||
// | ||
// https://github.com/sphinx-doc/alabaster/blob/0.x/LICENSE | ||
// | ||
// - Based on original work copyright (c) 2011 Kenneth Reitz and | ||
// copyright (c) 2010 Armin Ronacher. | ||
// | ||
// Some rights reserved. | ||
// | ||
// Redistribution and use in source and binary forms of the theme, with or | ||
// without modification, are permitted provided that the following conditions | ||
// are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright | ||
// notice, this list of conditions and the following disclaimer. | ||
// | ||
// * Redistributions in binary form must reproduce the above | ||
// copyright notice, this list of conditions and the following | ||
// disclaimer in the documentation and/or other materials provided | ||
// with the distribution. | ||
// | ||
// * The names of the contributors may not be used to endorse or | ||
// promote products derived from this software without specific | ||
// prior written permission. | ||
// | ||
// THIS THEME IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
// ARISING IN ANY WAY OUT OF THE USE OF THIS THEME, EVEN IF ADVISED OF THE | ||
// POSSIBILITY OF SUCH DAMAGE. | ||
|
||
./_build/html/_static/alabaster.css | ||
|
||
|
||
|
||
jQuery JavaScript Library v3.6.0 | ||
// https://jquery.com/ | ||
// | ||
// Copyright OpenJS Foundation and other contributors | ||
// Released under the MIT license | ||
// https://jquery.org/license | ||
// | ||
// Date: 2021-03-02T17:08Z | ||
// | ||
// https://github.com/jquery/jquery/blob/3.6-stable/LICENSE.txt | ||
// | ||
// - Copyright OpenJS Foundation and other contributors, https://openjsf.org/ | ||
// | ||
// Permission is hereby granted, free of charge, to any person obtaining | ||
// a copy of this software and associated documentation files (the | ||
// "Software"), to deal in the Software without restriction, including | ||
// without limitation the rights to use, copy, modify, merge, publish, | ||
// distribute, sublicense, and/or sell copies of the Software, and to | ||
// permit persons to whom the Software is furnished to do so, subject to | ||
// the following conditions: | ||
// | ||
// The above copyright notice and this permission notice shall be | ||
// included in all copies or substantial portions of the Software. | ||
// | ||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
// | ||
// | ||
// Includes Sizzle.js | ||
// https://sizzlejs.com/ | ||
// Sizzle CSS Selector Engine v2.3.6 | ||
// https://sizzlejs.com/ | ||
// | ||
// Copyright JS Foundation and other contributors | ||
// Released under the MIT license | ||
// https://js.foundation/ | ||
// | ||
// Date: 2021-02-16 | ||
// | ||
// https://github.com/jquery/sizzle/blob/main/LICENSE.txt | ||
// | ||
// - Copyright JS Foundation and other contributors, https://js.foundation/ | ||
// | ||
// This software consists of voluntary contributions made by many | ||
// individuals. For exact contribution history, see the revision history | ||
// available at https://github.com/jquery/sizzle | ||
// | ||
// The following license applies to all parts of this software except as | ||
// documented below: | ||
// | ||
// ==== | ||
// | ||
// Permission is hereby granted, free of charge, to any person obtaining | ||
// a copy of this software and associated documentation files (the | ||
// "Software"), to deal in the Software without restriction, including | ||
// without limitation the rights to use, copy, modify, merge, publish, | ||
// distribute, sublicense, and/or sell copies of the Software, and to | ||
// permit persons to whom the Software is furnished to do so, subject to | ||
// the following conditions: | ||
// | ||
// The above copyright notice and this permission notice shall be | ||
// included in all copies or substantial portions of the Software. | ||
// | ||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
// | ||
// ==== | ||
// | ||
// All files located in the node_modules and external directories are | ||
// externally maintained libraries used by this software which have their | ||
// own licenses; we recommend you read them, as their terms may differ from | ||
// the terms above. | ||
|
||
./_build/html/_static/jquery-3.6.0.js: MIT License | ||
./_build/html/_static/jquery.js | ||
|
||
|
||
|
||
Pygments | ||
// https://pygments.org/ | ||
// | ||
// Copyright (c) 2006-2022 by the respective authors (see AUTHORS file). | ||
// - https://github.com/pygments/pygments/blob/master/AUTHORS | ||
// | ||
// https://github.com/pygments/pygments/blob/master/LICENSE | ||
// | ||
// - Copyright (c) 2006-2022 by the respective authors (see AUTHORS file). | ||
// All rights reserved. | ||
// | ||
// Redistribution and use in source and binary forms, with or without | ||
// modification, are permitted provided that the following conditions are | ||
// met: | ||
// | ||
// * Redistributions of source code must retain the above copyright | ||
// notice, this list of conditions and the following disclaimer. | ||
// | ||
// * Redistributions in binary form must reproduce the above copyright | ||
// notice, this list of conditions and the following disclaimer in the | ||
// documentation and/or other materials provided with the distribution. | ||
// | ||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
./_build/html/_static/pygments.css | ||
|
||
|
||
|
||
Underscore.js 1.13.1 | ||
// https://underscorejs.org | ||
// | ||
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and | ||
// DocumentCloud and Investigative Reporters & Editors | ||
// Underscore may be freely distributed under the MIT license. | ||
// | ||
// https://github.com/jashkenas/underscore/blob/master/LICENSE | ||
// | ||
// - Copyright (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, | ||
// and DocumentCloud and Investigative Reporters & Editors | ||
// | ||
// Permission is hereby granted, free of charge, to any person | ||
// obtaining a copy of this software and associated documentation | ||
// files (the "Software"), to deal in the Software without | ||
// restriction, including without limitation the rights to use, | ||
// copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
// copies of the Software, and to permit persons to whom the | ||
// Software is furnished to do so, subject to the following | ||
// conditions: | ||
// | ||
// The above copyright notice and this permission notice shall be | ||
// included in all copies or substantial portions of the Software. | ||
// | ||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
// OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
./_build/html/_static/underscore-1.13.1.js MIT License | ||
./_build/html/_static/underscore.js MIT License | ||
|
||
|
||
|
||
Source Code Pro | ||
// https://github.com/adobe-fonts/source-code-pro | ||
// | ||
// Copyright 2010, 2012 Adobe Systems Incorporated | ||
// (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights | ||
// Reserved. Source is a trademark of Adobe Systems Incorporated in the | ||
// United States and/or other countries. | ||
// | ||
// This Font Software is licensed under the SIL Open Font License, Version 1.1. | ||
|
||
./_build/html/_static/fonts/Source_Code_Pro/OFL.txt: SIL Open Font License 1.1 | ||
./_build/html/_static/fonts/Source_Code_Pro/README.txt | ||
./_build/html/_static/fonts/Source_Code_Pro/SourceCodePro-Italic-VariableFont_wght.ttf | ||
./_build/html/_static/fonts/Source_Code_Pro/SourceCodePro-VariableFont_wght.ttf | ||
|
||
|
||
Source Sans 3 | ||
// https://github.com/adobe-fonts/source-sans | ||
// | ||
// Copyright 2010-2020 Adobe (http://www.adobe.com/), with | ||
// Reserved Font Name 'Source'. All Rights Reserved. Source is a | ||
// trademark of Adobe in the United States and/or other countries. | ||
// | ||
// This Font Software is licensed under the SIL Open Font License, Version 1.1. | ||
|
||
./_build/html/_static/fonts/Source_Sans_3/OFL.txt: SIL Open Font License 1.1 | ||
./_build/html/_static/fonts/Source_Sans_3/README.txt | ||
./_build/html/_static/fonts/Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf | ||
./_build/html/_static/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf | ||
|
||
|
||
|
||
Source Serif 4 | ||
// https://github.com/adobe-fonts/source-serif | ||
// | ||
// https://github.com/adobe-fonts/source-serif/blob/release/LICENSE.md | ||
// | ||
// - Copyright 2014 - 2023 Adobe (http://www.adobe.com/), with | ||
// Reserved Font Name ‘Source’. All Rights Reserved. Source is a | ||
// trademark of Adobe in the United States and/or other countries. | ||
// | ||
// This Font Software is licensed under the SIL Open Font License, Version 1.1. | ||
|
||
./_build/html/_static/fonts/Source_Serif_4/OFL.txt: SIL Open Font License 1.1 | ||
./_build/html/_static/fonts/Source_Serif_4/README.txt | ||
./_build/html/_static/fonts/Source_Serif_4/SourceSerif4-Italic-VariableFont_opsz,wght.ttf | ||
./_build/html/_static/fonts/Source_Serif_4/SourceSerif4-VariableFont_opsz,wght.ttf |