summaryrefslogtreecommitdiff
path: root/paste/debug
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-06-13 16:13:14 +0000
committerianb <devnull@localhost>2006-06-13 16:13:14 +0000
commit4042e8d79f968fabd2d66ba20d87481cf9cd11c0 (patch)
treea6055d7b118c5fe1dd24e19c0f788765d16dc666 /paste/debug
parent7da15f909d183b34c483448d48af9c4efcedd20e (diff)
downloadpaste-4042e8d79f968fabd2d66ba20d87481cf9cd11c0.tar.gz
Added copyright header to a bunch of files
Diffstat (limited to 'paste/debug')
-rw-r--r--paste/debug/__init__.py2
-rwxr-xr-xpaste/debug/debugapp.py2
-rwxr-xr-xpaste/debug/doctest_webapp.py2
-rw-r--r--paste/debug/fsdiff.py2
4 files changed, 8 insertions, 0 deletions
diff --git a/paste/debug/__init__.py b/paste/debug/__init__.py
index ed5577a..daef7cc 100644
--- a/paste/debug/__init__.py
+++ b/paste/debug/__init__.py
@@ -1,3 +1,5 @@
+# (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
"""
Package for debugging and development tools
"""
diff --git a/paste/debug/debugapp.py b/paste/debug/debugapp.py
index 15118d3..7db39e9 100755
--- a/paste/debug/debugapp.py
+++ b/paste/debug/debugapp.py
@@ -1,3 +1,5 @@
+# (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
# (c) 2005 Clark C. Evans
# This module is part of the Python Paste Project and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
diff --git a/paste/debug/doctest_webapp.py b/paste/debug/doctest_webapp.py
index f1747cd..a0ca130 100755
--- a/paste/debug/doctest_webapp.py
+++ b/paste/debug/doctest_webapp.py
@@ -1,3 +1,5 @@
+# (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
#!/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
diff --git a/paste/debug/fsdiff.py b/paste/debug/fsdiff.py
index 838aae9..96f2744 100644
--- a/paste/debug/fsdiff.py
+++ b/paste/debug/fsdiff.py
@@ -1,3 +1,5 @@
+# (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
"""
Module to find differences over time in a filesystem