From d2755523d339a4eba7a034bdef5563657609f563 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 10 Jul 2019 23:01:17 +0100 Subject: recipetool: add MD5 hash for the line-wrapped MPL-1.1 license Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/recipetool/create.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index f2c671b0f5..1fb6b55530 100644 --- a/scripts/lib/recipetool/create.py +++ b/scripts/lib/recipetool/create.py @@ -1055,6 +1055,7 @@ def get_license_md5sums(d, static_only=False): md5sums['3b83ef96387f14655fc854ddc3c6bd57'] = 'Apache-2.0' md5sums['385c55653886acac3821999a3ccd17b3'] = 'Artistic-1.0 | GPL-2.0' # some perl modules md5sums['54c7042be62e169199200bc6477f04d1'] = 'BSD-3-Clause' + md5sums['bfe1f75d606912a4111c90743d6c7325'] = 'MPL-1.1' return md5sums def crunch_license(licfile): -- cgit 1.2.3-korg