diff options
| -rw-r--r-- | meta/lib/oe/license_finder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/license_finder.py b/meta/lib/oe/license_finder.py index 5b09059576..d5030c033e 100644 --- a/meta/lib/oe/license_finder.py +++ b/meta/lib/oe/license_finder.py | |||
| @@ -193,7 +193,7 @@ def crunch_license(licfile): | |||
| 193 | 193 | ||
| 194 | def find_license_files(srctree): | 194 | def find_license_files(srctree): |
| 195 | licspecs = ['*LICEN[CS]E*', 'COPYING*', '*[Ll]icense*', 'LEGAL*', '[Ll]egal*', '*GPL*', 'README.lic*', 'COPYRIGHT*', '[Cc]opyright*', 'e[dp]l-v10'] | 195 | licspecs = ['*LICEN[CS]E*', 'COPYING*', '*[Ll]icense*', 'LEGAL*', '[Ll]egal*', '*GPL*', 'README.lic*', 'COPYRIGHT*', '[Cc]opyright*', 'e[dp]l-v10'] |
| 196 | skip_extensions = (".html", ".js", ".json", ".svg", ".ts", ".go") | 196 | skip_extensions = (".html", ".js", ".json", ".svg", ".ts", ".go", ".sh") |
| 197 | licfiles = [] | 197 | licfiles = [] |
| 198 | for root, dirs, files in os.walk(srctree): | 198 | for root, dirs, files in os.walk(srctree): |
| 199 | for fn in files: | 199 | for fn in files: |
