From 4042e8d79f968fabd2d66ba20d87481cf9cd11c0 Mon Sep 17 00:00:00 2001 From: ianb Date: Tue, 13 Jun 2006 16:13:14 +0000 Subject: Added copyright header to a bunch of files --- paste/exceptions/__init__.py | 2 ++ paste/exceptions/collector.py | 2 ++ 2 files changed, 4 insertions(+) (limited to 'paste/exceptions') 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. -- cgit v1.2.1