STAR WARS D6 SHIP PRICE CALCULATOR This script is an implementation of Krapou's Star Wars d6 ship pricing system. I'm putting this implementation under a modified BSD licence (modifications to be more appropriate for a JavaScript application that never exists in "binary" form) which basically says "it's free, and you can do whatever you want with it (give it to your friends, post it on your site, put it on a disc, or even stick it in your commercial software) but please leave my name in the source code and don't pretend that your problems are mine". Copyright © 2008, Jeremy T. Gibson All rights reserved. Redistribution and use in source form and the form as interpreted by JavaScript interpreting software (including but not limited to an internet browser like Internet Explorer, Mozilla Firefox, et al.), with or without modification, are permitted provided that the following conditions are met: * Redistributions of the source code must retain the above copyright notice, this list of conditions, and the following disclaimer. * Neither the name of Jeremy T. Gibson nor the names of the source code's contributors may be used to endorse or promote products derived from this source code without specific prior written permission. THIS SOFTWARE IS PROVIDED BY JEREMY T. GIBSON ''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 JEREMY T. GIBSON 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. (That all said, the odds of this simple JavaScript application causing any damage, even if you deliberately try to break it, are slim to none.)