diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-26 08:33:26 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-27 21:09:50 +0000 |
commit | e9ef9f510b2326ddd410c70da884012190a53015 (patch) | |
tree | 87981ce08169ab1651786f19329cd4fa7f52843e | |
parent | 9d191db7b036bdadbb0d21e5d45acf2d32afef80 (diff) | |
download | meta-ti-e9ef9f510b2326ddd410c70da884012190a53015.tar.gz |
licenses: add Hewlett-Packard and Patrick-Powell licenses used by Code Gen tools
Also correct ti-cgt-arm to not reference Hewlett-Packard, only Patrick-Powell,
according to included SPDX document.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | licenses/Hewlett-Packard | 13 | ||||
-rw-r--r-- | licenses/Patrick-Powell | 4 | ||||
-rw-r--r-- | recipes-ti/devtools/ti-cgt-arm_18.12.1.bb | 2 |
3 files changed, 18 insertions, 1 deletions
diff --git a/licenses/Hewlett-Packard b/licenses/Hewlett-Packard new file mode 100644 index 00000000..569d009c --- /dev/null +++ b/licenses/Hewlett-Packard | |||
@@ -0,0 +1,13 @@ | |||
1 | /* | ||
2 | * Copyright (c) 1994 | ||
3 | * Hewlett-Packard Company | ||
4 | * | ||
5 | * Permission to use, copy, modify, distribute and sell this software | ||
6 | * and its documentation for any purpose is hereby granted without fee, | ||
7 | * provided that the above copyright notice appear in all copies and | ||
8 | * that both that copyright notice and this permission notice appear | ||
9 | * in supporting documentation. Hewlett-Packard Company makes no | ||
10 | * representations about the suitability of this software for any | ||
11 | * purpose. It is provided "as is" without express or implied warranty. | ||
12 | * | ||
13 | */ | ||
diff --git a/licenses/Patrick-Powell b/licenses/Patrick-Powell new file mode 100644 index 00000000..9c6eac42 --- /dev/null +++ b/licenses/Patrick-Powell | |||
@@ -0,0 +1,4 @@ | |||
1 | Copyright Patrick Powell 1995 | ||
2 | This code is based on code written by Patrick Powell (papowell@astart.com) | ||
3 | It may be used for any purpose as long as this notice remains intact | ||
4 | on all source code distributions | ||
diff --git a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb index e4e1c483..5e9c5f8a 100644 --- a/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "TI ARM Code Generation Tools" | 1 | SUMMARY = "TI ARM Code Generation Tools" |
2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" | 2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" |
3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause" | 3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30" | 5 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30" |
6 | 6 | ||