diff options
Diffstat (limited to 'scripts/spdxcheck.py')
-rwxr-xr-x | scripts/spdxcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/spdxcheck.py b/scripts/spdxcheck.py index 4fe392e507fb..1a39b34588b7 100755 --- a/scripts/spdxcheck.py +++ b/scripts/spdxcheck.py | |||
@@ -32,7 +32,7 @@ class SPDXdata(object): | |||
32 | def read_spdxdata(repo): | 32 | def read_spdxdata(repo): |
33 | 33 | ||
34 | # The subdirectories of LICENSES in the kernel source | 34 | # The subdirectories of LICENSES in the kernel source |
35 | license_dirs = [ "preferred", "other", "exceptions" ] | 35 | license_dirs = [ "preferred", "deprecated", "exceptions" ] |
36 | lictree = repo.head.commit.tree['LICENSES'] | 36 | lictree = repo.head.commit.tree['LICENSES'] |
37 | 37 | ||
38 | spdx = SPDXdata() | 38 | spdx = SPDXdata() |