forked from openkylin/python-installer
98 lines
3.7 KiB
Plaintext
98 lines
3.7 KiB
Plaintext
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
Upstream-Name: python-installer
|
|
Source: <url://example.com>
|
|
#
|
|
# Please double check copyright with the licensecheck(1) command.
|
|
|
|
Files: .coveragerc
|
|
.flake8
|
|
.github/workflows/ci.yml
|
|
.gitignore
|
|
.isort.cfg
|
|
.pre-commit-config.yaml
|
|
.pydocstyle
|
|
.readthedocs.yml
|
|
CONTRIBUTING.md
|
|
README.md
|
|
docs/_static/custom.css
|
|
docs/api/__init__.md
|
|
docs/api/destinations.md
|
|
docs/api/records.md
|
|
docs/api/scripts.md
|
|
docs/api/sources.md
|
|
docs/api/utils.md
|
|
docs/changelog.md
|
|
docs/cli/installer.md
|
|
docs/concepts.md
|
|
docs/development/design.md
|
|
docs/development/index.md
|
|
docs/development/workflow.md
|
|
docs/index.md
|
|
docs/license.md
|
|
docs/requirements.txt
|
|
noxfile.py
|
|
pyproject.toml
|
|
src/installer/__init__.py
|
|
src/installer/__main__.py
|
|
src/installer/_core.py
|
|
src/installer/_scripts/__init__.py
|
|
src/installer/_scripts/t32.exe
|
|
src/installer/_scripts/t64-arm.exe
|
|
src/installer/_scripts/t64.exe
|
|
src/installer/_scripts/t_arm.exe
|
|
src/installer/_scripts/w32.exe
|
|
src/installer/_scripts/w64-arm.exe
|
|
src/installer/_scripts/w64.exe
|
|
src/installer/_scripts/w_arm.exe
|
|
src/installer/destinations.py
|
|
src/installer/exceptions.py
|
|
src/installer/py.typed
|
|
src/installer/records.py
|
|
src/installer/scripts.py
|
|
src/installer/sources.py
|
|
src/installer/utils.py
|
|
tests/conftest.py
|
|
tests/requirements.txt
|
|
tests/test_core.py
|
|
tests/test_destinations.py
|
|
tests/test_main.py
|
|
tests/test_records.py
|
|
tests/test_scripts.py
|
|
tests/test_sources.py
|
|
tests/test_utils.py
|
|
tools/update_launchers.py
|
|
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
|
License: __NO_COPYRIGHT_NOR_LICENSE__
|
|
|
|
Files: docs/conf.py
|
|
Copyright: __NO_COPYRIGHT__ in: docs/conf.py
|
|
License: __UNKNOWN__
|
|
# -- General configuration -------------------------------------------------------------
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
|
|
|
#----------------------------------------------------------------------------
|
|
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
|
# license/copyright files.
|
|
|
|
#----------------------------------------------------------------------------
|
|
# License file: LICENSE
|
|
Copyright (c) 2020 Pradyun Gedam
|
|
.
|
|
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.
|