diff options
author | Bian Naimeng <biannm@cn.fujitsu.com> | 2015-04-07 15:23:59 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:52 +0200 |
commit | a804a9f9943504005aa2e03bdc43a2cae8089e9f (patch) | |
tree | 4aacc889b42b1892e77299cf46d3a69b46b8d61a /meta-oe | |
parent | bfbc13b510104b82dc91d2836da4ce64f5494552 (diff) | |
download | meta-openembedded-a804a9f9943504005aa2e03bdc43a2cae8089e9f.tar.gz |
indent: license should be GPLv3
The license of indent should be GPLv3
Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Acked-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/indent/indent_2.2.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 dbd6b7b59..d25e8e317 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 \ | |||
7 | incorrect C syntax. \ | 7 | incorrect C syntax. \ |
8 | Install the indent package if you are developing applications in C and \ | 8 | Install the indent package if you are developing applications in C and \ |
9 | you want a program to format your code." | 9 | you want a program to format your code." |
10 | LICENSE = "GPL-2.0" | 10 | LICENSE = "GPLv3" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
12 | DEPENDS = "virtual/gettext" | 12 | DEPENDS = "virtual/gettext" |
13 | 13 | ||