Quantcast

Update license, leech site operators DIAF.

Phanx [08-06-14 - 04:43]
Update license, leech site operators DIAF.
Filename
LICENSE.txt
LibRealmInfo.toc
LibRealmInfo/LibRealmInfo.lua
README.md
diff --git a/LICENSE.txt b/LICENSE.txt
index 00d2e13..67f2d26 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,24 +1,35 @@
-This is free and unencumbered software released into the public domain.
+Copyright (c) 2014 A. "Phanx" Kinley <addons@phanx.net>

-Anyone is free to copy, modify, publish, use, compile, sell, or
-distribute this software, either in source code form or as a compiled
-binary, for any purpose, commercial or non-commercial, and by any
-means.
+All rights reserved.

-In jurisdictions that recognize copyright laws, the author or authors
-of this software dedicate any and all copyright interest in the
-software to the public domain. We make this dedication for the benefit
-of the public at large and to the detriment of our heirs and
-successors. We intend this dedication to be an overt act of
-relinquishment in perpetuity of all present and future rights to this
-software under copyright law.
+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 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 embed or include this software in
+another work not derived from this software that makes use of the
+interface provided by this software for the purpose of creating a
+package of the work and its required libraries, and to distribute such
+packages 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 of this software.
+
+The names of this software and/or its author may not be used to
+promote or endorse works derived from this software without specific
+prior written permission from the author 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 AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+IN NO EVENT SHALL THE AUTHOR 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.
-
-For more information, please refer to <http://unlicense.org/>
\ No newline at end of file
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/LibRealmInfo.toc b/LibRealmInfo.toc
index b580a7b..9cea95b 100644
--- a/LibRealmInfo.toc
+++ b/LibRealmInfo.toc
@@ -9,7 +9,8 @@

 ## Author: Phanx
 ## X-Email: addons@phanx.net
-## X-License: Public Domain. See LICENSE file for details.
+## X-Copyright: Copyright 2014 Phanx
+## X-License: No standalone redistribution. See LICENSE file for details.
 ## X-Website: https://github.com/Phanx/LibRealmInfo
 ## X-Curse-Project-ID: librealminfo
 ## X-WoWI-ID: 22987
diff --git a/LibRealmInfo/LibRealmInfo.lua b/LibRealmInfo/LibRealmInfo.lua
index 646bf6d..46d5553 100644
--- a/LibRealmInfo/LibRealmInfo.lua
+++ b/LibRealmInfo/LibRealmInfo.lua
@@ -1,11 +1,12 @@
 --[[--------------------------------------------------------------------
 	LibRealmInfo
 	World of Warcraft library for obtaining information about realms.
-	by Phanx <addons@phanx.net>
+	Copyright 2014 Phanx <addons@phanx.net>
+	Do not distribute as a standalone addon.
+	See accompanying LICENSE and README files for more details.
 	https://github.com/Phanx/LibRealmInfo
 	http://wow.curseforge.com/addons/librealminfo
 	http://www.wowinterface.com/downloads/info22987-LibRealmInfo
-	This is free and unencumbered software released into the public domain.
 ----------------------------------------------------------------------]]

 local MAJOR, MINOR = "LibRealmInfo", 3
diff --git a/README.md b/README.md
index 429388d..4b2a95e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 LibRealmInfo
 ===============

-World of Warcraft library for obtaining information about realms.
+World of Warcraft library to provide information about realms.

 * **Download:** [Curse](http://wow.curseforge.com/addons/librealminfo)
-* **Download:** [WoWInterface](http://www.wowinterface.com/downloads/info22987-LibRealmInfo.html)
+* **Download:** [WoWInterface](http://www.wowinterface.com/downloads/info22987-LibRealmInfo.html)
 * **Source & Issues:** [GitHub](https://github.com/Phanx/LibRealmInfo)
 * **API Documentation:** [GitHub Wiki](https://github.com/Phanx/LibRealmInfo/wiki)

@@ -14,17 +14,17 @@ Usage

 #### GetRealmInfo

-`LibStub("LibRealmInfo"):GetRealmInfo(realmID)`
+`LibStub("LibRealmInfo"):GetRealmInfo(realmID)`
 => name, apiName, rules, locale, battlegroup, region, timezone, connected, latinName

 #### GetRealmInfoByName

-`LibStub("LibRealmInfo"):GetRealmInfoByName(name, region)`
+`LibStub("LibRealmInfo"):GetRealmInfoByName(name, region)`
 => realmID, name, apiName, rules, locale, battlegroup, region, timezone, connected, latinName

 #### GetRealmInfoByUnit

-`LibStub("LibRealmInfo"):GetRealmInfoByUnit(unit)`
+`LibStub("LibRealmInfo"):GetRealmInfoByUnit(unit)`
 => realmID, name, apiName, rules, locale, battlegroup, region, timezone, connected, latinName

 See the [API documentation](https://github.com/Phanx/LibRealmInfo/wiki) on GitHub for more details!
@@ -41,6 +41,4 @@ If you have an active Korean account, please see [this forum post](http://www.wo
 License
 ----------

-This is free and unencumbered software released into the public domain.
-
-See the accompanying LICENSE file for more details.
\ No newline at end of file
+Copyright (c) 2014 Phanx <<addons@phanx.net>>. See the accompanying LICENSE file for the terms under which this library is licensed. In particular, no standalone redistribution is permitted.