|
| 1 | +Intellectual Property Notice |
| 2 | +------------------------------ |
| 3 | + |
| 4 | +Spack is licensed under the Apache License, Version 2.0 (LICENSE-APACHE |
| 5 | +or http://www.apache.org/licenses/LICENSE-2.0) or the MIT license, |
| 6 | +(LICENSE-MIT or http://opensource.org/licenses/MIT), at your option. |
| 7 | + |
| 8 | +Copyrights and patents in the Spack project are retained by contributors. |
| 9 | +No copyright assignment is required to contribute to Spack. |
| 10 | + |
| 11 | +Spack was originally distributed under the LGPL-2.1 license. Consent from |
| 12 | +contributors to relicense to Apache-2.0/MIT is documented at |
| 13 | +https://github.com/spack/spack/issues/9137. |
| 14 | + |
| 15 | + |
| 16 | +SPDX usage |
| 17 | +------------ |
| 18 | + |
| 19 | +Individual files contain SPDX tags instead of the full license text. |
| 20 | +This enables machine processing of license information based on the SPDX |
| 21 | +License Identifiers that are available here: https://spdx.org/licenses/ |
| 22 | + |
| 23 | +Files that are dual-licensed as Apache-2.0 OR MIT contain the following |
| 24 | +text in the license header: |
| 25 | + |
| 26 | + SPDX-License-Identifier: (Apache-2.0 OR MIT) |
| 27 | + |
| 28 | + |
| 29 | +External Packages |
| 30 | +------------------- |
| 31 | +Spack bundles its external dependencies in lib/spack/external. These |
| 32 | +packages are covered by various permissive licenses. A summary listing |
| 33 | +follows. See the license included with each package for full details. |
| 34 | + |
| 35 | +PackageName: argparse |
| 36 | +PackageHomePage: https://pypi.python.org/pypi/argparse |
| 37 | +PackageLicenseDeclared: Python-2.0 |
| 38 | + |
| 39 | +PackageName: ctest_log_parser |
| 40 | +PackageHomePage: https://github.com/Kitware/CMake |
| 41 | +PackageLicenseDeclared: BSD-3-Clause |
| 42 | + |
| 43 | +PackageName: distro |
| 44 | +PackageHomePage: https://pypi.python.org/pypi/distro |
| 45 | +PackageLicenseDeclared: Apache-2.0 |
| 46 | + |
| 47 | +PackageName: functools |
| 48 | +PackageHomePage: https://github.com/python/cpython/blob/2.7/Lib/functools.py |
| 49 | +PackageLicenseDeclared: Python-2.0 |
| 50 | + |
| 51 | +PackageName: jinja2 |
| 52 | +PackageHomePage: https://pypi.python.org/pypi/Jinja2 |
| 53 | +PackageLicenseDeclared: BSD-3-Clause |
| 54 | + |
| 55 | +PackageName: jsonschema |
| 56 | +PackageHomePage: https://pypi.python.org/pypi/jsonschema |
| 57 | +PackageLicenseDeclared: MIT |
| 58 | + |
| 59 | +PackageName: markupsafe |
| 60 | +PackageHomePage: https://pypi.python.org/pypi/MarkupSafe |
| 61 | +PackageLicenseDeclared: BSD-3-Clause |
| 62 | + |
| 63 | +PackageName: orderddict |
| 64 | +Homepage: https://pypi.org/project/ordereddict/ |
| 65 | +PackageLicenseDeclared: MIT |
| 66 | + |
| 67 | +PackageName: py |
| 68 | +PackageHomePage: https://pypi.python.org/pypi/py |
| 69 | +PackageLicenseDeclared: MIT |
| 70 | + |
| 71 | +PackageName: pyqver |
| 72 | +PackageHomePage: https://github.com/ghewgill/pyqver |
| 73 | +PackageLicenseDeclared: BSD-3-Clause |
| 74 | + |
| 75 | +PackageName: pytest |
| 76 | +PackageHomePage: https://pypi.python.org/pypi/pytest |
| 77 | +PackageLicenseDeclared: MIT |
| 78 | + |
| 79 | +PackageName: ruamel.yaml |
| 80 | +PackageHomePage: https://yaml.readthedocs.io/ |
| 81 | +PackageLicenseDeclared: MIT |
| 82 | + |
| 83 | +PackageName: six |
| 84 | +PackageHomePage: https://pypi.python.org/pypi/six |
| 85 | +PackageLicenseDeclared: MIT |
0 commit comments