aboutsummaryrefslogtreecommitdiff
path: root/tests/bytecode/README.md
diff options
context:
space:
mode:
authorDamien George2014-01-02 16:14:19 +0000
committerDamien George2014-01-02 16:14:19 +0000
commitbbabfb40ba300d36f36c4bbacd196e028c758974 (patch)
tree94d0a721041f9c5def20d754bd9628c136d4b3dc /tests/bytecode/README.md
parent40563d56bdabf270f0f2296dcc1b2f64b0c238c0 (diff)
Fix bash->/usr/bin/env bash; add LICENSE for Python library tests.
Diffstat (limited to 'tests/bytecode/README.md')
-rw-r--r--tests/bytecode/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bytecode/README.md b/tests/bytecode/README.md
index e8778900b..85e348ded 100644
--- a/tests/bytecode/README.md
+++ b/tests/bytecode/README.md
@@ -10,3 +10,6 @@ The output of Micro Python is checked against CPython 3.3.
To run the tests use:
./run-tests
+
+Note that the tests in pylib-test/ are from the Python 3.3 library, and are licensed
+under the relevant license, as per pylib-test/LICENSE.txt.