Quantcast

Update license, version number and website

Eyal Solnik [10-08-15 - 07:59]
Update license, version number and website
Filename
Broker.lua
Broker_EasyXP.toc
Core.lua
LICENSE.md
Shared.lua
diff --git a/Broker.lua b/Broker.lua
index 17d4088..e34cdd1 100644
--- a/Broker.lua
+++ b/Broker.lua
@@ -1,26 +1,3 @@
---[[
-	Copyright (c) 2014 Eyal Shilony <Lynxium>
-
-	Permission is hereby granted, free of charge, to any person obtaining
-	a copy of this software and associated documentation files (the
-	"Software"), to deal in the Software without restriction, including
-	without limitation the rights to use, copy, modify, merge, publish,
-	distribute, sublicense, and/or sell copies of the Software, and to
-	permit persons to whom the Software is furnished to do so, subject to
-	the following conditions:
-
-	The above copyright notice and this permission notice shall be
-	included in all copies or substantial portions of the 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 OR COPYRIGHT HOLDERS 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.
-]]
-
 local _, addon = ...

 function addon:DisplayTooltip(tooltip)
diff --git a/Broker_EasyXP.toc b/Broker_EasyXP.toc
index d6a8d45..26446ff 100644
--- a/Broker_EasyXP.toc
+++ b/Broker_EasyXP.toc
@@ -4,11 +4,11 @@

 ## Title: Broker: |cffeda55fEasyXP|r
 ## Notes: Show your current experience progression similar to the experience bar but better.
-## Version: @project-version@
+## Version: 0.1.0-beta+@project-version@

 ## X-Category: Interface Enhancements
 ## X-Localizations: enUS
-## X-Website: http://wow.curseforge.com/addons/broker-easyxp/
+## X-Website: https://github.com/lynxium/Broker_EasyXP
 ## X-License: MIT.
 libs\LibStub.lua
 libs\CallbackHandler-1.0.lua
diff --git a/Core.lua b/Core.lua
index 9176ea8..041ad58 100644
--- a/Core.lua
+++ b/Core.lua
@@ -1,26 +1,3 @@
---[[
-	Copyright (c) 2014 Eyal Shilony <Lynxium>
-
-	Permission is hereby granted, free of charge, to any person obtaining
-	a copy of this software and associated documentation files (the
-	"Software"), to deal in the Software without restriction, including
-	without limitation the rights to use, copy, modify, merge, publish,
-	distribute, sublicense, and/or sell copies of the Software, and to
-	permit persons to whom the Software is furnished to do so, subject to
-	the following conditions:
-
-	The above copyright notice and this permission notice shall be
-	included in all copies or substantial portions of the 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 OR COPYRIGHT HOLDERS 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.
-]]
-
 if UnitLevel("player") == MAX_PLAYER_LEVEL_TABLE[GetExpansionLevel()] then return end
 local addonName, addon = ...
 local core = CreateFrame("Frame")
diff --git a/LICENSE.md b/LICENSE.md
index 0e9e36c..7bfeb51 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,5 +1,4 @@
-Copyright (c) Eyal Solnik. All rights reserved.
-
+Copyright (c) Eyal Solnik (Lynxium). All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

diff --git a/Shared.lua b/Shared.lua
index 83d07e7..e419e07 100644
--- a/Shared.lua
+++ b/Shared.lua
@@ -1,26 +1,3 @@
---[[
-	Copyright (c) 2014 Eyal Shilony <Lynxium>
-
-	Permission is hereby granted, free of charge, to any person obtaining
-	a copy of this software and associated documentation files (the
-	"Software"), to deal in the Software without restriction, including
-	without limitation the rights to use, copy, modify, merge, publish,
-	distribute, sublicense, and/or sell copies of the Software, and to
-	permit persons to whom the Software is furnished to do so, subject to
-	the following conditions:
-
-	The above copyright notice and this permission notice shall be
-	included in all copies or substantial portions of the 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 OR COPYRIGHT HOLDERS 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.
-]]
-
 local _, addon = ...

 local MAX_BUBBLES = 20