From b8a252d736dd9cc4084ff49c5db3c4e152503ad7 Mon Sep 17 00:00:00 2001 From: Rob Dennis Date: Sat, 8 Feb 2014 01:04:55 -0500 Subject: 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 --- setup.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 737f206..d9d8445 100644 --- a/setup.py +++ b/setup.py @@ -1,14 +1,16 @@ # setup.py # Install script for ConfigObj -# 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 from configobj import __version__ as VERSION -- cgit v1.2.1