diff --git a/LICENSE b/LICENSE index 5aee4cd..da9a89b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ +Copyright (c) 2015, James Turk Copyright (c) 2009, Sunlight Foundation All rights reserved. @@ -5,6 +6,5 @@ Redistribution and use in source and binary forms, with or without modification, * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Sunlight Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.rst b/README.rst index 02c218b..3b85c30 100644 --- a/README.rst +++ b/README.rst @@ -4,21 +4,14 @@ django-brainstorm Django app for creating a site with multiple areas to brainstorm ideas. -This app is no longer used/supported at Sunlight. - -django-brainstorm is a project of Sunlight Labs (c) 2009. -Written by James Turk . - -All code is under a BSD-style license, see LICENSE for details. - -Source: http://github.com/sunlightlabs/django-brainstorm/ +Source: http://github.com/jamesturk/django-brainstorm/ Requirements ============ -python >= 2.4 -django >= 1.0 +* python >= 2.4 +* django >= 1.0 Usage ===== diff --git a/setup.py b/setup.py index 131ae1a..8e0f0a1 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ setup( package_data={'brainstorm': ['templates/brainstorm/*.html']}, description='Django brainstorming site', author='James Turk', - author_email='jturk@sunlightfoundation.com', + author_email='james.p.turk@gmail.com', license='BSD License', - url='http://github.com/sunlightlabs/django-brainstorm/', + url='http://github.com/jamesturk/django-brainstorm/', long_description=long_description, platforms=["any"], classifiers=[