From 8f850df2834a8fea1936d38fc1b3787aef0bca46 Mon Sep 17 00:00:00 2001 From: Mike Sul Date: Tue, 21 May 2019 19:03:36 +0300 Subject: OTA-2541: Use MPL-2.0 license for recipes-test's recipes Signed-off-by: Mike Sul Signed-off-by: Patrick Vacek --- recipes-test/big-update/big-update_1.0.bb | 2 +- recipes-test/big-update/big-update_2.0.bb | 2 +- recipes-test/demo-network-config/primary-network-config.bb | 3 ++- recipes-test/demo-network-config/secondary-network-config.bb | 3 ++- recipes-test/demo-secondary-config/secondary-config.bb | 3 ++- recipes-test/images/primary-image.bb | 2 +- recipes-test/images/secondary-image.bb | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/recipes-test/big-update/big-update_1.0.bb b/recipes-test/big-update/big-update_1.0.bb index 68b9746..3b1d652 100644 --- a/recipes-test/big-update/big-update_1.0.bb +++ b/recipes-test/big-update/big-update_1.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Example Package with 10MB of random, seeded content" -LICENSE = "CLOSED" +LICENSE = "MPL-2.0" SRC_URI = "file://rand_file.py" diff --git a/recipes-test/big-update/big-update_2.0.bb b/recipes-test/big-update/big-update_2.0.bb index 20c8138..7cb6e94 100644 --- a/recipes-test/big-update/big-update_2.0.bb +++ b/recipes-test/big-update/big-update_2.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Example Package with 12MB of random, seeded content" -LICENSE = "CLOSED" +LICENSE = "MPL-2.0" SRC_URI = "file://rand_file.py" diff --git a/recipes-test/demo-network-config/primary-network-config.bb b/recipes-test/demo-network-config/primary-network-config.bb index 9725898..c7daa15 100644 --- a/recipes-test/demo-network-config/primary-network-config.bb +++ b/recipes-test/demo-network-config/primary-network-config.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Sample network configuration for an Uptane Primary" -LICENSE = "CLOSED" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" inherit allarch diff --git a/recipes-test/demo-network-config/secondary-network-config.bb b/recipes-test/demo-network-config/secondary-network-config.bb index e33229d..c70d88a 100644 --- a/recipes-test/demo-network-config/secondary-network-config.bb +++ b/recipes-test/demo-network-config/secondary-network-config.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Sample network configuration for an Uptane Secondary" -LICENSE = "CLOSED" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" inherit allarch diff --git a/recipes-test/demo-secondary-config/secondary-config.bb b/recipes-test/demo-secondary-config/secondary-config.bb index b05ab8e..25972d4 100644 --- a/recipes-test/demo-secondary-config/secondary-config.bb +++ b/recipes-test/demo-secondary-config/secondary-config.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Sample configuration for an Uptane Secondary" -LICENSE = "CLOSED" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" SECONDARY_SERIAL_ID ?= "" SOTA_HARDWARE_ID ?= "${MACHINE}-sndry" diff --git a/recipes-test/images/primary-image.bb b/recipes-test/images/primary-image.bb index ac14233..935f7ac 100644 --- a/recipes-test/images/primary-image.bb +++ b/recipes-test/images/primary-image.bb @@ -2,7 +2,7 @@ include recipes-core/images/core-image-minimal.bb SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a Linux secondary" -LICENSE = "MIT" +LICENSE = "MPL-2.0" IMAGE_INSTALL_remove = " \ virtual/network-configuration \ diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb index a688bbd..4cae874 100644 --- a/recipes-test/images/secondary-image.bb +++ b/recipes-test/images/secondary-image.bb @@ -2,7 +2,7 @@ include recipes-core/images/core-image-minimal.bb SUMMARY = "A minimal Uptane Secondary image running aktualizr-secondary" -LICENSE = "MIT" +LICENSE = "MPL-2.0" SECONDARY_SERIAL_ID ?= "" SOTA_HARDWARE_ID ?= "${MACHINE}-sndry" -- cgit v1.2.3-54-g00ecf