]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/spdxcheck.py
scripts/spdxcheck.py: Fix path to deprecated licenses
[linux.git] / scripts / spdxcheck.py
index 4fe392e507fb01f821512912c3c159a5953c71b3..1a39b34588b71b0fa93089abac77eeb63f03b15f 100755 (executable)
@@ -32,7 +32,7 @@ class SPDXdata(object):
 def read_spdxdata(repo):
 
     # The subdirectories of LICENSES in the kernel source
-    license_dirs = [ "preferred", "other", "exceptions" ]
+    license_dirs = [ "preferred", "deprecated", "exceptions" ]
     lictree = repo.head.commit.tree['LICENSES']
 
     spdx = SPDXdata()