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/evalexception/__init__.py | 2 ++ paste/evalexception/evalcontext.py | 2 ++ paste/evalexception/middleware.py | 2 ++ 3 files changed, 6 insertions(+) (limited to 'paste/evalexception') diff --git a/paste/evalexception/__init__.py b/paste/evalexception/__init__.py index 5f6dd4f..298d72b 100644 --- a/paste/evalexception/__init__.py +++ b/paste/evalexception/__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 """ An exception handler for interactive debugging """ diff --git a/paste/evalexception/evalcontext.py b/paste/evalexception/evalcontext.py index 5ce311d..dca2a97 100644 --- a/paste/evalexception/evalcontext.py +++ b/paste/evalexception/evalcontext.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 from cStringIO import StringIO import traceback import threading diff --git a/paste/evalexception/middleware.py b/paste/evalexception/middleware.py index 3647552..41c5751 100644 --- a/paste/evalexception/middleware.py +++ b/paste/evalexception/middleware.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 """ Exception-catching middleware that allows interactive debugging. -- cgit v1.2.1