Quantcast

Update license, version number and website

Eyal Solnik [10-08-15 - 07:42]
Update license, version number and website
Filename
Broker.lua
Broker_EasyRep.toc
Core.lua
LICENSE.md
Reputation.lua
Shared.lua
diff --git a/Broker.lua b/Broker.lua
index ee01157..2dba430 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_EasyRep.toc b/Broker_EasyRep.toc
index 6c6e4a5..794a017 100644
--- a/Broker_EasyRep.toc
+++ b/Broker_EasyRep.toc
@@ -4,11 +4,11 @@

 ## Title: Broker: |cffeda55fEasyRep|r
 ## Notes: Show your current standing with a faction similar to the reputation 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-easyrep/
+## X-Website: https://github.com/lynxium/Broker_EasyRep
 ## X-License: MIT.
 libs\LibStub.lua
 libs\CallbackHandler-1.0.lua
diff --git a/Core.lua b/Core.lua
index 6b1b84d..4854b02 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.
-]]
-
 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/Reputation.lua b/Reputation.lua
index 2dd0949..c4dfaa6 100644
--- a/Reputation.lua
+++ b/Reputation.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 ReputationBar_OnClick(self)
diff --git a/Shared.lua b/Shared.lua
index 645f594..0624030 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 function getRepInfo(standingID, repMin, repMax, repValue)