diff options
Diffstat (limited to 'lab/show_pyc.py')
-rw-r--r-- | lab/show_pyc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lab/show_pyc.py b/lab/show_pyc.py index d6bbd921..147c6ff8 100644 --- a/lab/show_pyc.py +++ b/lab/show_pyc.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 + import dis, marshal, struct, sys, time, types def show_pyc_file(fname): |