diff options
Diffstat (limited to 'lab/parser.py')
-rw-r--r-- | lab/parser.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lab/parser.py b/lab/parser.py index 662183a7..1343f4ce 100644 --- a/lab/parser.py +++ b/lab/parser.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 + """Parser.py: a main for invoking code in coverage/parser.py""" from __future__ import division |