Fix package license to Apache-2.0 67/25067/2
authorZhongLu <zhongl.fnst@cn.fujitsu.com>
Thu, 6 Aug 2020 10:15:30 +0000 (18:15 +0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 11 Aug 2020 16:35:26 +0000 (16:35 +0000)
As this package is developed by IOT.BZH originally from scratch,
it should be licensed under Apache-2.0.

related patch:
yhttps://gerrit.automotivelinux.org/gerrit/c/apps/agl-service-data-persistence/+/24894

Bug-AGL: SPEC-3440

Signed-off-by: ZhongLu <zhongl.fnst@cn.fujitsu.com>
Change-Id: I1323e28a3b39ff1c22ac40bcc7fb4fa86cf6e23c
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25067
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-profile-core/recipes-apis/agl-service-data-persistence/agl-service-data-persistence_git.bb

index 6f15d0c..569f070 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "AGL low level user database binding"
 HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-data-persistence/"
 SECTION = "base"
 
-LICENSE = "MIT"
+LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-data-persistence;protocol=https;branch=${AGL_BRANCH}"