diff options
Diffstat (limited to 'coverage/templite.py')
-rw-r--r-- | coverage/templite.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/templite.py b/coverage/templite.py index 9f882cf2..8595b868 100644 --- a/coverage/templite.py +++ b/coverage/templite.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 + """A simple Python template renderer, for a nano-subset of Django syntax.""" # Coincidentally named the same as http://code.activestate.com/recipes/496702/ |