diff options
Diffstat (limited to 'scripts/lib/recipetool/create.py')
-rw-r--r-- | scripts/lib/recipetool/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index 143bc63e9d..293198d1c8 100644 --- a/scripts/lib/recipetool/create.py +++ b/scripts/lib/recipetool/create.py | |||
@@ -1212,7 +1212,7 @@ def guess_license(srctree, d): | |||
1212 | 1212 | ||
1213 | licenses = [] | 1213 | licenses = [] |
1214 | licspecs = ['*LICEN[CS]E*', 'COPYING*', '*[Ll]icense*', 'LEGAL*', '[Ll]egal*', '*GPL*', 'README.lic*', 'COPYRIGHT*', '[Cc]opyright*', 'e[dp]l-v10'] | 1214 | licspecs = ['*LICEN[CS]E*', 'COPYING*', '*[Ll]icense*', 'LEGAL*', '[Ll]egal*', '*GPL*', 'README.lic*', 'COPYRIGHT*', '[Cc]opyright*', 'e[dp]l-v10'] |
1215 | skip_extensions = (".html", ".js", ".json", ".svg", ".ts") | 1215 | skip_extensions = (".html", ".js", ".json", ".svg", ".ts", ".go") |
1216 | licfiles = [] | 1216 | licfiles = [] |
1217 | for root, dirs, files in os.walk(srctree): | 1217 | for root, dirs, files in os.walk(srctree): |
1218 | for fn in files: | 1218 | for fn in files: |