summaryrefslogtreecommitdiffstats
path: root/python/samba/tests/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/source.py')
-rw-r--r--python/samba/tests/source.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/samba/tests/source.py b/python/samba/tests/source.py
index bc2554eef8..22ef3e60b9 100644
--- a/python/samba/tests/source.py
+++ b/python/samba/tests/source.py
@@ -127,6 +127,10 @@ class TestSource(TestCase):
if "wafsamba" in fname:
# FIXME: License to wafsamba hasn't been clarified yet
continue
+ if fname.endswith("/python/samba/subunit/run.py"):
+ # Imported from subunit/testtools, which are dual
+ # Apache2/BSD-3.
+ continue
if not gpl_re.search(text):
incorrect.append(fname)