diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..6424375 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,19 @@ +Copyright 2012-2018 Phanx + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from +the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software in + a product, an acknowledgement in the product documentation would be + appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/LibResInfo-1.0.lua b/LibResInfo-1.0.lua index c5df41b..d3387e2 100644 --- a/LibResInfo-1.0.lua +++ b/LibResInfo-1.0.lua @@ -1,13 +1,8 @@ --[[-------------------------------------------------------------------- LibResInfo-1.0 Library to provide information about resurrections in your group. + Copyright 2012-2018 Phanx / zlib License https://github.com/Phanx/LibResInfo - https://wow.curseforge.com/addons/libresinfo - http://www.wowinterface.com/downloads/info21467 - - Copyright (c) 2012-2016 Phanx. All rights reserved. - Redistribution as an unmodified embedded library is permitted. - Redistribution with modificatons, or standalone, is forbidden. ------------------------------------------------------------------------ TODO: * Handle Reincarnation with some guesswork? diff --git a/LibResInfo-1.0.toc b/LibResInfo-1.0.toc index b1f79e8..cc7d7cc 100644 --- a/LibResInfo-1.0.toc +++ b/LibResInfo-1.0.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70300 ## Version: @project-version@ ## Title: Lib: ResInfo-1.0 @@ -10,9 +10,9 @@ ## Author: Phanx ## X-Email: addons@phanx.net ## X-Category: Library -## X-Copyright: Copyright (c) 2012-2016 Phanx. All rights reserved. -## X-Website: https://github.com/Phanx/LibResInfo -## X-Curse-Project-ID: libresinfo +## X-License: zlib License +## X-Website: https://github.com/phanx-wow/LibResInfo +## X-Curse-Project-ID: 43713 ## X-WoWI-ID: 21467 ## LoadOnDemand: 1 diff --git a/README.md b/README.md index 990c8a4..9402a81 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ LibResInfo detects resurrection spell casts and identifies who they are being ca Requires [LibStub](https://www.wowace.com/addons/libstub/) and [CallbackHandler-1.0](https://www.wowace.com/addons/callbackhandler/). * [Download on CurseForge](https://wow.curseforge.com/addons/libresinfo/) -* [Download on WoWInterface](http://www.wowinterface.com/downloads/info21467-LibResInfo-1.0.html) +* [Download on WoWInterface](https://www.wowinterface.com/downloads/info21467-LibResInfo-1.0.html) ## API Documentation @@ -37,4 +37,4 @@ Due to limitations of the WoW API, it is **not possible** to detect: ## License -LibResInfo-1.0 is free to download and use, and its source code is freely viewable, but it is not "free software" or "open source". You may include a copy of it in other addons that make use of it as an embedded library, but you may not upload it by itself to other websites, and you may not make changes to it. If you feel something should be changed, please submit a patch! +LibResInfo-1.0 is released under the zlib License.