From e9ef9f510b2326ddd410c70da884012190a53015 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 26 Feb 2020 08:33:26 +0000 Subject: 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 --- licenses/Hewlett-Packard | 13 +++++++++++++ licenses/Patrick-Powell | 4 ++++ recipes-ti/devtools/ti-cgt-arm_18.12.1.bb | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 licenses/Hewlett-Packard create mode 100644 licenses/Patrick-Powell 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 @@ +/* + * Copyright (c) 1994 + * Hewlett-Packard Company + * + * Permission to use, copy, modify, distribute and sell this software + * and its documentation for any purpose is hereby granted without fee, + * provided that the above copyright notice appear in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation. Hewlett-Packard Company makes no + * representations about the suitability of this software for any + * purpose. It is provided "as is" without express or implied warranty. + * + */ 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 @@ +Copyright Patrick Powell 1995 +This code is based on code written by Patrick Powell (papowell@astart.com) +It may be used for any purpose as long as this notice remains intact +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 @@ SUMMARY = "TI ARM Code Generation Tools" HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" -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" +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" LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30" -- cgit v1.2.3-54-g00ecf