Quantcast

Cleaned up the comment block on the top of each recipe file.

pompachomp [12-10-09 - 23:12]
Cleaned up the comment block on the top of each recipe file.
Filename
RecipeDB/Alchemy.lua
RecipeDB/Blacksmithing.lua
RecipeDB/Cooking.lua
RecipeDB/Custom.lua
RecipeDB/Enchanting.lua
RecipeDB/Engineering.lua
RecipeDB/FirstAid.lua
RecipeDB/Inscription.lua
RecipeDB/Jewelcrafting.lua
RecipeDB/Leatherworking.lua
RecipeDB/Mob.lua
RecipeDB/Quest.lua
RecipeDB/Reputation.lua
RecipeDB/Runeforging.lua
RecipeDB/Seasonal.lua
RecipeDB/Smelting.lua
RecipeDB/Tailoring.lua
RecipeDB/Trainer.lua
RecipeDB/Vendor.lua
diff --git a/RecipeDB/Alchemy.lua b/RecipeDB/Alchemy.lua
index 98ea068..c7005bd 100644
--- a/RecipeDB/Alchemy.lua
+++ b/RecipeDB/Alchemy.lua
@@ -1,18 +1,23 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Alchemy.lua
--- Alchemy data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Alchemy.lua
+Alchemy data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Format:
+	self:addLookupList(SeasonDB, Season ID, Season Name)
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Blacksmithing.lua b/RecipeDB/Blacksmithing.lua
index 23790f6..bc56989 100644
--- a/RecipeDB/Blacksmithing.lua
+++ b/RecipeDB/Blacksmithing.lua
@@ -1,18 +1,20 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Blacksmith.lua
--- Blacksmithing data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Blacksmithing.lua
+Blacksmithing data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Cooking.lua b/RecipeDB/Cooking.lua
index 0d0a9c3..9a67c28 100644
--- a/RecipeDB/Cooking.lua
+++ b/RecipeDB/Cooking.lua
@@ -1,18 +1,20 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Cook.lua
--- Cooking data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Cooking.lua
+Cooking data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Custom.lua b/RecipeDB/Custom.lua
index e43f87f..7a38632 100644
--- a/RecipeDB/Custom.lua
+++ b/RecipeDB/Custom.lua
@@ -1,35 +1,22 @@
 --[[
-
 ************************************************************************
-
-ARL-Custom.lua
-
+Custom.lua
 Custom acquire data for all of Ackis Recipe List
-
 ************************************************************************
-
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
 ************************************************************************
-
 Format:
-
 	self:addLookupList(CustomDB, Rep ID, Rep Name)
-
 ************************************************************************
-
 Please see http://www.wowace.com/projects/arl/for more information.
-
+************************************************************************
 License:
 	Please see LICENSE.txt
-
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

 local MODNAME		= "Ackis Recipe List"
diff --git a/RecipeDB/Enchanting.lua b/RecipeDB/Enchanting.lua
index 0bcd83f..49420fd 100644
--- a/RecipeDB/Enchanting.lua
+++ b/RecipeDB/Enchanting.lua
@@ -1,18 +1,20 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Enchant.lua
--- Enchanting data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Enchanting.lua
+Enchanting data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Engineering.lua b/RecipeDB/Engineering.lua
index c9734b4..3bac9fd 100644
--- a/RecipeDB/Engineering.lua
+++ b/RecipeDB/Engineering.lua
@@ -1,18 +1,23 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Engineer.lua
--- Engineering data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Engineering.lua
+Engineering data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Format:
+	self:addLookupList(SeasonDB, Season ID, Season Name)
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/FirstAid.lua b/RecipeDB/FirstAid.lua
index bda4b62..7d18057 100644
--- a/RecipeDB/FirstAid.lua
+++ b/RecipeDB/FirstAid.lua
@@ -1,18 +1,23 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-FirstAid.lua
--- First Aid data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+FirstAid.lua
+First Aid data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Format:
+	self:addLookupList(SeasonDB, Season ID, Season Name)
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Inscription.lua b/RecipeDB/Inscription.lua
index 153dbb4..59905c0 100644
--- a/RecipeDB/Inscription.lua
+++ b/RecipeDB/Inscription.lua
@@ -1,18 +1,23 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Inscription.lua
--- Inscription data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Inscription.lua
+Inscription data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Format:
+	self:addLookupList(SeasonDB, Season ID, Season Name)
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Jewelcrafting.lua b/RecipeDB/Jewelcrafting.lua
index 535142e..c561e98 100644
--- a/RecipeDB/Jewelcrafting.lua
+++ b/RecipeDB/Jewelcrafting.lua
@@ -1,18 +1,20 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Jewelcraft.lua
--- Jewelcrafting data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Jewelcrafting.lua
+Jewelcrafting data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Leatherworking.lua b/RecipeDB/Leatherworking.lua
index e6a0045..ad6154e 100644
--- a/RecipeDB/Leatherworking.lua
+++ b/RecipeDB/Leatherworking.lua
@@ -1,18 +1,23 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Leatherwork.lua
--- Leatherworking data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Leatherworking.lua
+Leatherworking data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Format:
+	self:addLookupList(SeasonDB, Season ID, Season Name)
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Mob.lua b/RecipeDB/Mob.lua
index 897036b..653f0be 100644
--- a/RecipeDB/Mob.lua
+++ b/RecipeDB/Mob.lua
@@ -1,36 +1,19 @@
 --[[
-
 ************************************************************************
-
-ARL-Mob.lua
-
-Monster data for all of Ackis Recipe List
-
+Mob.lua
+Mob data for all of Ackis Recipe List
 ************************************************************************
-
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
 ************************************************************************
-
-Format:
-
-	self:addLookupList(MobDB,NPC ID, NPC Name, NPC Location, X Coord, Y Coord, Faction)
-	the "Faction" parameter isn't used in this specific database
-
-************************************************************************
-
 Please see http://www.wowace.com/projects/arl/for more information.
-
+************************************************************************
 License:
 	Please see LICENSE.txt
-
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

 local MODNAME		= "Ackis Recipe List"
diff --git a/RecipeDB/Quest.lua b/RecipeDB/Quest.lua
index 1e53975..391bf16 100644
--- a/RecipeDB/Quest.lua
+++ b/RecipeDB/Quest.lua
@@ -1,35 +1,22 @@
 --[[
-
 ************************************************************************
-
-ARL-Quest.lua
-
+Quest.lua
 Quest data for all of Ackis Recipe List
-
 ************************************************************************
-
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
 ************************************************************************
-
 Format:
-
 	self:addLookupList(QuestDB,NPC ID, NPC Name, NPC Location, X Coord, Y Coord, Faction)
-
 ************************************************************************
-
 Please see http://www.wowace.com/projects/arl/for more information.
-
+************************************************************************
 License:
 	Please see LICENSE.txt
-
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

 local MODNAME	= "Ackis Recipe List"
diff --git a/RecipeDB/Reputation.lua b/RecipeDB/Reputation.lua
index 505e749..b50d7bd 100644
--- a/RecipeDB/Reputation.lua
+++ b/RecipeDB/Reputation.lua
@@ -1,21 +1,20 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Reputation.lua
--- Reputation data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- Usage:
--- self:addLookupList(RepDB,Rep ID, Rep Name)
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Reputation.lua
+Reputation data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME	= "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Runeforging.lua b/RecipeDB/Runeforging.lua
index acbea82..4c4c97e 100644
--- a/RecipeDB/Runeforging.lua
+++ b/RecipeDB/Runeforging.lua
@@ -1,18 +1,20 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Runeforge.lua
--- Runeforging data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Runeforging.lua
+Runeforging data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Seasonal.lua b/RecipeDB/Seasonal.lua
index fff6ff4..0172a6a 100644
--- a/RecipeDB/Seasonal.lua
+++ b/RecipeDB/Seasonal.lua
@@ -1,35 +1,22 @@
 --[[
-
 ************************************************************************
-
-ARL-Seasonal.lua
-
- Seasonal data for all of AckisRecipeList
-
+Seasonal.lua
+Seasonal data for all of AckisRecipeList
 ************************************************************************
-
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
 ************************************************************************
-
 Format:
-
 	self:addLookupList(SeasonDB, Season ID, Season Name)
-
 ************************************************************************
-
 Please see http://www.wowace.com/projects/arl/for more information.
-
+************************************************************************
 License:
 	Please see LICENSE.txt
-
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

 local MODNAME		= "Ackis Recipe List"
diff --git a/RecipeDB/Smelting.lua b/RecipeDB/Smelting.lua
index 06a3d2d..e509b80 100644
--- a/RecipeDB/Smelting.lua
+++ b/RecipeDB/Smelting.lua
@@ -1,18 +1,20 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Smelt.lua
--- Smelting data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Smelting.lua
+Smelting data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Tailoring.lua b/RecipeDB/Tailoring.lua
index 58c2514..41f5f71 100644
--- a/RecipeDB/Tailoring.lua
+++ b/RecipeDB/Tailoring.lua
@@ -1,18 +1,23 @@
---------------------------------------------------------------------------------------------------------------------
--- ARL-Tailor.lua
--- Tailoring data for all of Ackis Recipe List
---------------------------------------------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
---------------------------------------------------------------------------------------------------------------------
--- Please see http://www.wowace.com/projects/arl/for more information.
---------------------------------------------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
---------------------------------------------------------------------------------------------------------------------
+--[[
+************************************************************************
+Tailoring.lua
+Tailoring data for all of Ackis Recipe List
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Format:
+	self:addLookupList(SeasonDB, Season ID, Season Name)
+************************************************************************
+Please see http://www.wowace.com/projects/arl/for more information.
+************************************************************************
+License:
+	Please see LICENSE.txt
+This source code is released under All Rights Reserved.
+************************************************************************
+]]--

 local MODNAME = "Ackis Recipe List"
 local addon	= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
diff --git a/RecipeDB/Trainer.lua b/RecipeDB/Trainer.lua
index d2ecd85..3cd9342 100644
--- a/RecipeDB/Trainer.lua
+++ b/RecipeDB/Trainer.lua
@@ -1,35 +1,19 @@
 --[[
-
 ************************************************************************
-
-ARL-Trainer.lua
-
+Trainer.lua
 Trainer data for all of Ackis Recipe List
-
 ************************************************************************
-
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
-************************************************************************
-
-Format:
-
-	self:addLookupList(TrainerDB,NPC ID, NPC Name, NPC Location, X Coord, Y Coord, Faction)
-
 ************************************************************************
-
 Please see http://www.wowace.com/projects/arl/for more information.
-
+************************************************************************
 License:
 	Please see LICENSE.txt
-
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

 local MODNAME		= "Ackis Recipe List"
diff --git a/RecipeDB/Vendor.lua b/RecipeDB/Vendor.lua
index f080d20..1b6bfa3 100644
--- a/RecipeDB/Vendor.lua
+++ b/RecipeDB/Vendor.lua
@@ -1,35 +1,19 @@
 --[[
-
 ************************************************************************
-
-ARL-Vendor.lua
-
+Vendor.lua
 Vendor data for all of Ackis Recipe List
-
 ************************************************************************
-
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
-************************************************************************
-
-Format:
-
-	self:addLookupList(VendorDB,NPC ID, NPC Name, NPC Location, X Coord, Y Coord, Faction)
-
 ************************************************************************
-
 Please see http://www.wowace.com/projects/arl/for more information.
-
+************************************************************************
 License:
 	Please see LICENSE.txt
-
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

 local MODNAME		= "Ackis Recipe List"