Quantcast

ARR is default

Adrian L Lange [06-19-14 - 12:49]
ARR is default
Filename
Broker_Equipment.lua
diff --git a/Broker_Equipment.lua b/Broker_Equipment.lua
index d6cc81c..b58487c 100644
--- a/Broker_Equipment.lua
+++ b/Broker_Equipment.lua
@@ -1,15 +1,4 @@
---[[
-
-	Copyright (c) 2009 - 2012 Adrian L Lange <adrianlund@gmail.com>
-	All rights reserved.
-
-	You're allowed to use this addon, free of monetary charge,
-	but you are not allowed to modify, alter, or redistribute
-	this addon without express, written permission of the author.
-
---]]
-
-local Broker_Equipment = CreateFrame('Frame')
+local Broker_Equipment = CreateFrame('Frame')
 Broker_Equipment:RegisterEvent('PLAYER_LOGIN')
 Broker_Equipment:SetScript('OnEvent', function(self, event, ...) self[event](self, ...) end)
 Broker_Equipment:Hide()