summaryrefslogtreecommitdiff
path: root/paste/lint.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-05-24 20:23:59 +0000
committerianb <devnull@localhost>2006-05-24 20:23:59 +0000
commit57d1fba0ef624e1a529793bb8a8920d5bca9d228 (patch)
treecb3b7c73dc76df5c8384e3a3e75c63c220c062f7 /paste/lint.py
parent211a0b52c797024bcf9241d3070d9be30e97522a (diff)
downloadpaste-57d1fba0ef624e1a529793bb8a8920d5bca9d228.tar.gz
Updated copyright header
Diffstat (limited to 'paste/lint.py')
-rw-r--r--paste/lint.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/paste/lint.py b/paste/lint.py
index f903185..6b3aefb 100644
--- a/paste/lint.py
+++ b/paste/lint.py
@@ -1,5 +1,7 @@
# (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
+# Also licenced under the Apache License, 2.0: http://opensource.org/licenses/apache2.0.php
+# Licensed to PSF under a Contributor Agreement
"""
Middleware to check for obedience to the WSGI specification.