We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb5a29 commit 9220b6eCopy full SHA for 9220b6e
tools/test/travis-ci/scancode.py
@@ -16,6 +16,13 @@
16
limitations
17
"""
18
19
+# Asumptions for this script:
20
+# 1. directory_name is scanned directory.
21
+# Files are copied to this directory with full tree. As result, if we find
22
+# license offender, we can have full path (just scrape directory_name). We do this
23
+# magic because scancode allows to scan directories/one file.
24
+# 2. SPDX and license text is a must for all code files
25
+
26
import json
27
import argparse
28
import sys
0 commit comments