On Saturday 18 August 2012 10:05:52 Khem Raj wrote: > The header in sourcefile says its BSD licensed > not GPL therefore make the correction > > Signed-off-by: Khem Raj <[email protected]> > --- > .../unifdef/unifdef-native_2.6.18+git.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb > b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb index > 1b93816..141b891 100644 > --- a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb > +++ b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb > @@ -1,6 +1,8 @@ > DESCRIPTION = "Kernel header preprocessor" > SECTION = "devel" > -LICENSE = "GPL" > +LICENSE = "BSD-3-Clause"
It's 2-clause, according to the following: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-devtools/unifdef/files/unifdef.c http://dotat.at/cgi/git?p=unifdef.git;a=blob;f=COPYING;hb=HEAD Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
