mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
bfbc13b510
commit
a804a9f994
@@ -7,7 +7,7 @@ to a different one. Indent understands correct C syntax and tries to handle \
|
|||||||
incorrect C syntax. \
|
incorrect C syntax. \
|
||||||
Install the indent package if you are developing applications in C and \
|
Install the indent package if you are developing applications in C and \
|
||||||
you want a program to format your code."
|
you want a program to format your code."
|
||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
DEPENDS = "virtual/gettext"
|
DEPENDS = "virtual/gettext"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user