diff options
author | Rob Dennis <rdennis@gmail.com> | 2014-02-08 01:04:55 -0500 |
---|---|---|
committer | Rob Dennis <rdennis@gmail.com> | 2014-02-08 01:04:55 -0500 |
commit | b8a252d736dd9cc4084ff49c5db3c4e152503ad7 (patch) | |
tree | bb238a7e9f7131562e518c944ea1755d61c329a6 /setup_validate.py | |
parent | a7d457c68f41b873a2ad71c22d1593a3dc83846f (diff) | |
download | configobj-git-b8a252d736dd9cc4084ff49c5db3c4e152503ad7.tar.gz |
fixes #6 - copyright lines changed
all links to voidspace's docs point to github
all references to the license point to opensource.org's page instead of voidspace
all authors originally in the copyright lines are unchanged
Diffstat (limited to 'setup_validate.py')
-rw-r--r-- | setup_validate.py | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/setup_validate.py b/setup_validate.py index 077fd35..72e9a21 100644 --- a/setup_validate.py +++ b/setup_validate.py @@ -1,12 +1,15 @@ # setup.py # Install script for validate -# Copyright (C) 2005-2010 Michael Foord, Mark Andrews, Nicola Larosa -# E-mail: fuzzyman AT voidspace DOT org DOT uk -# mark AT la-la DOT com -# nico AT tekNico DOT net +# Copyright (C) 2005-2014: +# (name) : (email) +# Michael Foord: fuzzyman AT voidspace DOT org DOT uk +# Mark Andrews: mark AT la-la DOT com +# Nicola Larosa: nico AT tekNico DOT net +# Rob Dennis: rdennis AT gmail DOT com +# Eli Courtwright: eli AT courtwright DOT org # This software is licensed under the terms of the BSD license. -# http://www.voidspace.org.uk/python/license.shtml +# http://opensource.org/licenses/BSD-3-Clause import sys from distutils.core import setup |