updates
This commit is contained in:
parent
05dee45ee8
commit
8d1492f9b3
2
LICENSE
2
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.
|
||||
|
13
README.rst
13
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 <jturk@sunlightfoundation.com>.
|
||||
|
||||
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
|
||||
=====
|
||||
|
4
setup.py
4
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=[
|
||||
|
Loading…
Reference in New Issue
Block a user