-
Notifications
You must be signed in to change notification settings - Fork 4
/
COPYRIGHT
61 lines (43 loc) · 1.72 KB
/
COPYRIGHT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Intellectual Property Notice
------------------------------
CARE is licensed under the BSD-3 license,
(BSD-3 or https://opensource.org/licenses/BSD-3-Clause).
See the LICENSE file for details.
Copyrights and patents in the CARE project are retained by contributors. No
copyright assignment is required to contribute to CARE.
SPDX usage
------------
Individual files contain SPDX tags instead of the full license text.
This enables machine processing of license information based on the SPDX
License Identifiers that are available here: https://spdx.org/licenses/
Files that are licensed as BSD-3 contain the following
text in the license header:
SPDX-License-Identifier: BSD-3-Clause
External Packages
-------------------
CARE has some external dependencies, some of which are included as Git
submodules. These packages are covered by various permissive licenses.
A summary listing follows. See the license included with each package
for full details.
PackageName: Umpire
PackageHomePage: https://github.com/LLNL/Umpire
PackageLicenseDeclared: MIT
PackageName: BLT
PackageHomePage: https://github.com/LLNL/blt/
PackageLicenseDeclared: BSD-3-Clause
PackageName: RAJA
PackageHomePage: https://github.com/LLNL/raja/
PackageLicenseDeclared: BSD-3-Clause
PackageName: CHAI
PackageHomePage: https://github.com/LLNL/chai/
PackageLicenseDeclared: MIT
Below dependencies are used for continuous integration.
PackageName: Uberenv
PackageHomePage: https://github.com/LLNL/uberenv/
PackageLicenseDeclared: BSD-3-Clause
PackageName: RADIUSS-CI
PackageHomePage: https://github.com/LLNL/radiuss-ci/
PackageLicenseDeclared: MIT
PackageName: RADIUSS-Spack-Configs
PackageHomePage: https://github.com/LLNL/radiuss-spack-configs/
PackageLicenseDeclared: MIT