summaryrefslogtreecommitdiff
path: root/paste/exceptions
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/exceptions
parent7da15f909d183b34c483448d48af9c4efcedd20e (diff)
downloadpaste-4042e8d79f968fabd2d66ba20d87481cf9cd11c0.tar.gz
Added copyright header to a bunch of files
Diffstat (limited to 'paste/exceptions')
-rw-r--r--paste/exceptions/__init__.py2
-rw-r--r--paste/exceptions/collector.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/paste/exceptions/__init__.py b/paste/exceptions/__init__.py
index 3996c70..813f855 100644
--- a/paste/exceptions/__init__.py
+++ b/paste/exceptions/__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 catching exceptions and displaying annotated exception
reports
diff --git a/paste/exceptions/collector.py b/paste/exceptions/collector.py
index 05742e9..2b454e5 100644
--- a/paste/exceptions/collector.py
+++ b/paste/exceptions/collector.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
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.