diff options
Diffstat (limited to 'coverage/files.py')
-rw-r--r-- | coverage/files.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/files.py b/coverage/files.py index 154954d..762445f 100644 --- a/coverage/files.py +++ b/coverage/files.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 + """File wrangling.""" import fnmatch |