]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lib/create_npm: rewrite see license in eula
authorAnders Darander <anders@chargestorm.se>
Wed, 1 Mar 2017 17:19:59 +0000 (18:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:32 +0000 (10:42 +0000)
commit39127702cee80c972ee9a447ef4006751f47475e
tree99f451d1e40ee6db01ca1f891761cd4b60970250
parent3c4291bc58bcc5c66ef539eed29b7c37ac968a06
scripts/lib/create_npm: rewrite see license in eula

Rewrite the 'SEE LICENSE IN EULA' to a single string (without
spaces), to avoid splitting the string later on.

(Otherwise, each word gets split, and assumed to be a license
on it's own.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create_npm.py