Ravi Mistry has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69321 )
Change subject: mb/hp/memphis-s: Update unlicensable files with the CC-PDDC SPDX ID ......................................................................
mb/hp/memphis-s: Update unlicensable files with the CC-PDDC SPDX ID
These files contain no creative content, and therefore have no copyright. This effectively means that they are in the public domain.
This commit updates the unlicensable empty (and effectively empty) files with the CC-PDDX identifier for license compliance scanning.
Change-Id: I2eae45830cd951b924c18402385fe474c8531dd7 Signed-off-by: Ravi Mistry rvstry@protonmail.com --- M src/mainboard/hp/memphis-s/acpi/ec.asl M src/mainboard/hp/memphis-s/acpi/superio.asl 2 files changed, 23 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/69321/1
diff --git a/src/mainboard/hp/memphis-s/acpi/ec.asl b/src/mainboard/hp/memphis-s/acpi/ec.asl index e69de29..16990d4 100644 --- a/src/mainboard/hp/memphis-s/acpi/ec.asl +++ b/src/mainboard/hp/memphis-s/acpi/ec.asl @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: CC-PDDC */ + +/* Please update the license if adding licensable material. */ diff --git a/src/mainboard/hp/memphis-s/acpi/superio.asl b/src/mainboard/hp/memphis-s/acpi/superio.asl index e69de29..16990d4 100644 --- a/src/mainboard/hp/memphis-s/acpi/superio.asl +++ b/src/mainboard/hp/memphis-s/acpi/superio.asl @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: CC-PDDC */ + +/* Please update the license if adding licensable material. */