summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/recipetool/create_npm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create_npm.py b/scripts/lib/recipetool/create_npm.py
index 72ceb953e2..158029fa04 100644
--- a/scripts/lib/recipetool/create_npm.py
+++ b/scripts/lib/recipetool/create_npm.py
@@ -60,6 +60,7 @@ class NpmRecipeHandler(RecipeHandler):
60 if license[-1] == ')': 60 if license[-1] == ')':
61 license = license[:-1] 61 license = license[:-1]
62 license = license.replace('MIT/X11', 'MIT') 62 license = license.replace('MIT/X11', 'MIT')
63 license = license.replace('Public Domain', 'PD')
63 license = license.replace('SEE LICENSE IN EULA', 64 license = license.replace('SEE LICENSE IN EULA',
64 'SEE-LICENSE-IN-EULA') 65 'SEE-LICENSE-IN-EULA')
65 return license 66 return license