From b3529fc3082d2e018ec5b8a41f152b02020390a3 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 11 Jan 2015 21:41:07 +0100 Subject: [PATCH] Make sure the license is readable by mortal people --- LICENSE | 34 ---------------------------------- LICENSE.txt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.txt diff --git a/LICENSE b/LICENSE deleted file mode 100644 index a3548ee..0000000 --- a/LICENSE +++ /dev/null @@ -1,34 +0,0 @@ -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. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..a3548ee --- /dev/null +++ b/LICENSE.txt @@ -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