summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-02-08 01:04:55 -0500
committerRob Dennis <rdennis@gmail.com>2014-02-08 01:04:55 -0500
commitb8a252d736dd9cc4084ff49c5db3c4e152503ad7 (patch)
treebb238a7e9f7131562e518c944ea1755d61c329a6 /setup.py
parenta7d457c68f41b873a2ad71c22d1593a3dc83846f (diff)
downloadconfigobj-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.py')
-rw-r--r--setup.py14
1 files changed, 8 insertions, 6 deletions
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