unifdef-native: Correct LICENSE

The header in sourcefile says its BSD licensed
not GPL therefore make the correction

(From OE-Core rev: 06bd5b3d10d479fce02cd1d5821faeb9afb4ebac)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2012-08-18 17:48:15 -07:00 committed by Richard Purdie
parent d48235e3c2
commit dbda8b5f48
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
DESCRIPTION = "Kernel header preprocessor"
SECTION = "devel"
LICENSE = "GPL"
LICENSE = "BSD-2-Clause"
PR = "r1"
LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5=1a33f5c39aa718a89058721df61979bd"