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/util/finddata.py | 2 ++ paste/util/multidict.py | 2 ++ 2 files changed, 4 insertions(+) (limited to 'paste/util') diff --git a/paste/util/finddata.py b/paste/util/finddata.py index e05ea4a..a717bf3 100644 --- a/paste/util/finddata.py +++ b/paste/util/finddata.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 # Note: you may want to copy this into your setup.py file verbatim, as # you can't import this from another package, when you don't know if # that package is installed yet. diff --git a/paste/util/multidict.py b/paste/util/multidict.py index 7ff33a1..a15d31d 100644 --- a/paste/util/multidict.py +++ b/paste/util/multidict.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 UserDict import DictMixin class multidict(DictMixin): -- cgit v1.2.1