summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-03-31 19:04:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:35 +0200
commit91b1798826c930e0fa72e8a54cb2aa0de499e01a (patch)
tree46125e01205b7e9cb011c084f5c21ab70b6d2264
parent5dbff549b0c1ebac4d944878a452d7b86598355d (diff)
licenses: fix license string to known values or format
-rw-r--r--recipes-bsp/gpio-export/gpio-export_1.0.bb2
-rw-r--r--recipes-core/fs-init/fs-init.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/gpio-export/gpio-export_1.0.bb b/recipes-bsp/gpio-export/gpio-export_1.0.bb
index 314bf24..e0cc639 100644
--- a/recipes-bsp/gpio-export/gpio-export_1.0.bb
+++ b/recipes-bsp/gpio-export/gpio-export_1.0.bb
@@ -1,5 +1,5 @@
SUMMARY = "Scripts and systemd service file to export unused GPIO to Userspace"
-LICENSE = "Public Domain"
+LICENSE = "PD"
PR = "r2"
inherit systemd
diff --git a/recipes-core/fs-init/fs-init.bb b/recipes-core/fs-init/fs-init.bb
index a9c1db2..e343285 100644
--- a/recipes-core/fs-init/fs-init.bb
+++ b/recipes-core/fs-init/fs-init.bb
@@ -1,6 +1,6 @@
SUMMARY = "Expand the rootfs to the full size of its partion"
DESCRIPTION = "Script to expand the rootfs to the full size of its partion, started as a systemd service which removes itself once finished"
-LICENSE = "Public Domain"
+LICENSE = "PD"
PR = "r3"
SRC_URI = " \