diff options
| author | ianb <devnull@localhost> | 2005-08-31 02:37:29 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-08-31 02:37:29 +0000 |
| commit | c3490faf55d3d2ce465cb7a21a14982f3ac4482d (patch) | |
| tree | ec4ddba9324d7c3b41cf071442abdc05fb1c74dd /paste/exceptions | |
| parent | 57d8e8c334594bad42679400733ce55fbeb48dea (diff) | |
| download | paste-c3490faf55d3d2ce465cb7a21a14982f3ac4482d.tar.gz | |
Added license comment to all substantive files
Diffstat (limited to 'paste/exceptions')
| -rw-r--r-- | paste/exceptions/errormiddleware.py | 3 | ||||
| -rw-r--r-- | paste/exceptions/formatter.py | 3 | ||||
| -rw-r--r-- | paste/exceptions/reporter.py | 3 | ||||
| -rw-r--r-- | paste/exceptions/serial_number_generator.py | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/paste/exceptions/errormiddleware.py b/paste/exceptions/errormiddleware.py index ad960fc..98e704d 100644 --- a/paste/exceptions/errormiddleware.py +++ b/paste/exceptions/errormiddleware.py @@ -1,3 +1,6 @@ +# (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 + """ Error handler middleware """ diff --git a/paste/exceptions/formatter.py b/paste/exceptions/formatter.py index 89541b2..c1f6ea1 100644 --- a/paste/exceptions/formatter.py +++ b/paste/exceptions/formatter.py @@ -1,3 +1,6 @@ +# (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 + """ Formatters for the exception data that comes from ExceptionCollector. """ diff --git a/paste/exceptions/reporter.py b/paste/exceptions/reporter.py index 8568147..2690131 100644 --- a/paste/exceptions/reporter.py +++ b/paste/exceptions/reporter.py @@ -1,3 +1,6 @@ +# (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 email.MIMEText import MIMEText from email.MIMEMultipart import MIMEMultipart import smtplib diff --git a/paste/exceptions/serial_number_generator.py b/paste/exceptions/serial_number_generator.py index c4abc13..eabc9ca 100644 --- a/paste/exceptions/serial_number_generator.py +++ b/paste/exceptions/serial_number_generator.py @@ -1,3 +1,6 @@ +# (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 + """ Creates a human-readable identifier, using numbers and digits, avoiding ambiguous numbers and letters. hash_identifier can be used |
