diff options
Diffstat (limited to 'coverage/env.py')
-rw-r--r-- | coverage/env.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/env.py b/coverage/env.py index c1d838b1..1d2846c6 100644 --- a/coverage/env.py +++ b/coverage/env.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 + """Determine facts about the environment.""" import os |