From 0d170b4efde76f3e116ada70e7e4f43f251013a7 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 6 Aug 2014 08:03:27 +0200 Subject: [PATCH] Add a license --- LICENSE | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a3548ee --- /dev/null +++ b/LICENSE @@ -0,0 +1,34 @@ +Copyright (c) 2014 Adrian L Lange + +All rights reserved. + +Permission is granted for anyone to use, read, or otherwise interpret +this software for any purpose, without any restrictions. + +Permission is granted for anyone to modify this software or sample from +it, and to distribute such modified versions or derivative works as long +as neither the names of this software nor its author(s) are used in the +name or title of the work or in any other way that may cause it to be +confused with this software. + +Permission is granted for anyone to aggregate this software with other +works not derived from this software for the purpose of creating a user +interface compilation for "World of Warcraft" and to distribute such +compilations as long as the software is not modified in any way, +including by modifying or removing any files. + +This software may not be distributed standalone or in any other way, in +whole or in part, modified or unmodified, without specific prior written +permission from the author(s) of this software. + +The names of this software and/or its author(s) may not be used to +promote or endorse works derived from this software without specific +prior written permission from the author(s) of this software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. -- 1.7.9.5