From bda8abfa7a10727b3ba87468423815a2eb58d5d3 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 19 Aug 2014 19:36:06 +0200 Subject: [PATCH] Add a license --- LICENSE | 34 ++++++++++++++++++++++++++++++++++ oUF_P3lim.lua | 7 ------- 2 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..408d16b --- /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. \ No newline at end of file diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 4abffc5..dc37b28 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -1,10 +1,3 @@ ---[[ - - Adrian L Lange grants anyone the right to use this work for any purpose, - without any conditions, unless such conditions are required by law. - ---]] - local WoD = select(4, GetBuildInfo()) >= 6e4 local _, ns = ... -- 1.7.9.5