summaryrefslogtreecommitdiff
path: root/paste/doctest_webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'paste/doctest_webapp.py')
-rwxr-xr-xpaste/doctest_webapp.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/paste/doctest_webapp.py b/paste/doctest_webapp.py
index a8a63c9..9b07d8a 100755
--- a/paste/doctest_webapp.py
+++ b/paste/doctest_webapp.py
@@ -1,4 +1,7 @@
#!/usr/bin/env python2.4
+# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
+# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
+
"""
These are functions for use when doctest-testing a document.
"""