[oe-commits] Bian Naimeng : indent: license should be GPLv3

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 11:04:25 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: a804a9f9943504005aa2e03bdc43a2cae8089e9f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a804a9f9943504005aa2e03bdc43a2cae8089e9f

Author: Bian Naimeng <biannm at cn.fujitsu.com>
Date:   Tue Apr  7 15:23:59 2015 +0800

indent: license should be GPLv3

The license of indent should be GPLv3

Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
Acked-by: Anders Darander <anders at chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/indent/indent_2.2.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/indent/indent_2.2.10.bb b/meta-oe/recipes-extended/indent/indent_2.2.10.bb
index dbd6b7b..d25e8e3 100644
--- a/meta-oe/recipes-extended/indent/indent_2.2.10.bb
+++ b/meta-oe/recipes-extended/indent/indent_2.2.10.bb
@@ -7,7 +7,7 @@ to a different one. Indent understands correct C syntax and tries to handle \
 incorrect C syntax. \
 Install the indent package if you are developing applications in C and \
 you want a program to format your code."
-LICENSE = "GPL-2.0"
+LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 DEPENDS = "virtual/gettext"
 



More information about the Openembedded-commits mailing list