From c3490faf55d3d2ce465cb7a21a14982f3ac4482d Mon Sep 17 00:00:00 2001 From: ianb Date: Wed, 31 Aug 2005 02:37:29 +0000 Subject: Added license comment to all substantive files --- paste/urlmap.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'paste/urlmap.py') diff --git a/paste/urlmap.py b/paste/urlmap.py index 09171a2..d631754 100644 --- a/paste/urlmap.py +++ b/paste/urlmap.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 UserDict import DictMixin import re import os -- cgit v1.2.1