# HG changeset patch # User Brian Neal # Date 1322447129 21600 # Node ID f92545cd3ee0c1c667a65bd949058401104e6e2b # Parent 5e58c3bad4eda0c3b069368fbc379778bb2900fc Adding a license and README file. diff -r 5e58c3bad4ed -r f92545cd3ee0 LICENSE --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE Sun Nov 27 20:25:29 2011 -0600 @@ -0,0 +1,8 @@ +Copyright (c) 2011, Bob Mourlam, Brian Neal, Chris Ridgway +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +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. +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 HOLDER 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 -r 5e58c3bad4ed -r f92545cd3ee0 README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Sun Nov 27 20:25:29 2011 -0600 @@ -0,0 +1,36 @@ +BraveNewSurf.com +================ + +This is the software behind bravenewsurf.com_, a Django_ powered website. + +See the file LICENSE for licensing information. + +The software is Copyright (C) 2011 by: + +* Bob Mourlam +* Brian Neal +* Chris Ridgway + +Artwork and photos are copyrighted by their creators and are used by permission. Contact `Double Crown Records`_ for permissions and licensing information. + +The Future Bugler font is licensed from MyFonts_. See the file css/fonts/future_bugler.css for licensing information. + +In addition to Django, we rely on some other 3rd party Javascript and CSS tools. We include some of these packages in this repository for convenience. + +* Bootstrap_ +* jQuery_ +* bxSlider_ +* jPlayer_ +* fancybox_ +* TinyMCE_ + +.. _bravenewsurf.com: http://bravenewsurf.com +.. _Django: http://djangoproject.com +.. _Bootstrap: http://twitter.github.com/bootstrap/ +.. _jQuery: http://jquery.org/ +.. _bxSlider: http://bxslider.com/ +.. _jPlayer: http://jplayer.org/ +.. _FancyBox: http://fancybox.net/ +.. _TinyMCE: http://www.tinymce.com/ +.. _Double Crown Records: http://www.doublecrownrecords.com/ +.. _MyFonts: http://myfonts.com