summaryrefslogtreecommitdiff
path: root/tests/modules/runmod1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/runmod1.py')
-rw-r--r--tests/modules/runmod1.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/modules/runmod1.py b/tests/modules/runmod1.py
index 671d81ef..b43b299a 100644
--- a/tests/modules/runmod1.py
+++ b/tests/modules/runmod1.py
@@ -1,3 +1,6 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
# Used in the tests for run_python_module
import sys
print("runmod1: passed %s" % sys.argv[1])