From f14d0017d221f93b51d57484619aff28cb23f9bd 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 --- recipes-test/images/primary-image.bb | 2 +- recipes-test/images/secondary-image.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-test/images') 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