aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmodules/check-outbound-license.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/check-outbound-license.py b/modules/check-outbound-license.py
index 225181f7..78a24765 100755
--- a/modules/check-outbound-license.py
+++ b/modules/check-outbound-license.py
@@ -128,6 +128,8 @@ if __name__ == '__main__':
licenses = []
f.close()
+ spdxDictionary[fileName] = licenses
+
# read file with list of test files
f = open(args.input, "r")
testfiles = f.readlines()