Quantcast

cleanup

pompachomp [12-30-09 - 10:16]
cleanup
Filename
ARL.lua
Colour.lua
Config.lua
Datamine.lua
Frame.lua
Locals/ARLLocals-enUS.lua
Locals/testenUS.lua
Player.lua
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/Smelting.lua
RecipeDB/Tailoring.lua
RecipeDB/Trainer.lua
RecipeDB/Vendor.lua
diff --git a/ARL.lua b/ARL.lua
index ef3b8ed..169e887 100644
--- a/ARL.lua
+++ b/ARL.lua
@@ -1,26 +1,26 @@
--------------------------------------------------------------------------------
--- AckisRecipeList.lua
--------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
--------------------------------------------------------------------------------
--- Authors: Ackis, Zhinjio, Jim-Bim, Torhal, Pompy
--------------------------------------------------------------------------------
--- Please see http://www.wowace.com/addons/arl/ for more information.
--------------------------------------------------------------------------------
--- License:
---	Please see LICENSE.txt
-
--- This source code is released under All Rights Reserved.
--------------------------------------------------------------------------------
---- **AckisRecipeList** provides an interface for scanning professions for missing recipes.
--- There are a set of functions which allow you make use of the ARL database outside of ARL.
--- ARL supports all professions currently in World of Warcraft 3.2
--- @class file
--- @name AckisRecipeList.lua
--- @release 1.0
+--[[
+************************************************************************
+ARL.lua
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Authors: Ackis, Zhinjio, Jim-Bim, Torhal, Pompy
+************************************************************************
+Please see http://www.wowace.com/addons/arl/ for more information.
+************************************************************************
+This source code is released under All Rights Reserved.
+************************************************************************
+**AckisRecipeList** provides an interface for scanning professions for missing recipes.
+There are a set of functions which allow you make use of the ARL database outside of ARL.
+ARL supports all professions currently in World of Warcraft 3.3
+@class file
+@name ARL.lua
+@release 1.0
+************************************************************************
+]]--

 -------------------------------------------------------------------------------
 -- Localized Lua globals.
diff --git a/Colour.lua b/Colour.lua
index 0b9c7d0..206ed36 100644
--- a/Colour.lua
+++ b/Colour.lua
@@ -1,29 +1,19 @@
 --[[
-
-****************************************************************************************
-
-ARLColour.lua
-
+************************************************************************
+Colour.lua
 Colouring functions for ARL
-
+************************************************************************
 File date: @file-date-iso@
 File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@
-
+************************************************************************
 Code adopted from Crayon library
-
-****************************************************************************************
-
-Please see http://www.wowace.com/projects/arl/for more information.
-
-License:
-	Please see LICENSE.txt
-
+************************************************************************
+Please see http://www.wowace.com/addons/arl/ for more information.
+************************************************************************
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--


diff --git a/Config.lua b/Config.lua
index 0c35d1c..b157a67 100644
--- a/Config.lua
+++ b/Config.lua
@@ -1,27 +1,17 @@
 --[[
-
-****************************************************************************************
-
-ARLConfig.lua
-
+************************************************************************
+Config.lua
 Ace3 Configuration options for ARL
-
+************************************************************************
 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
-
+************************************************************************
+Please see http://www.wowace.com/addons/arl/ for more information.
+************************************************************************
 This source code is released under All Rights Reserved.
-
 ************************************************************************
-
 ]]--

 local MODNAME		= "Ackis Recipe List"
diff --git a/Datamine.lua b/Datamine.lua
index d0405e7..5486878 100644
--- a/Datamine.lua
+++ b/Datamine.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/Frame.lua b/Frame.lua
index 83f446f..0f51d8f 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -1,23 +1,23 @@
--------------------------------------------------------------------------------
--- Frame.lua
--------------------------------------------------------------------------------
--- File date: @file-date-iso@
--- File revision: @file-revision@
--- Project revision: @project-revision@
--- Project version: @project-version@
--------------------------------------------------------------------------------
--- Please see http://www.wowace.com/addons/arl/ for more information.
--------------------------------------------------------------------------------
--- License:
--- Please see LICENSE.txt
--- This source code is released under All Rights Reserved.
--------------------------------------------------------------------------------
--- **AckisRecipeList** provides an interface for scanning professions for missing recipes.
--- There are a set of functions which allow you make use of the ARL database outside of ARL.
--- ARL supports all professions currently in World of Warcraft 3.3
--- @class file
--- @name Frame.lua
--------------------------------------------------------------------------------
+--[[
+************************************************************************
+Frame.lua
+************************************************************************
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+************************************************************************
+Please see http://www.wowace.com/addons/arl/ for more information.
+************************************************************************
+This source code is released under All Rights Reserved.
+************************************************************************
+**AckisRecipeList** provides an interface for scanning professions for missing recipes.
+There are a set of functions which allow you make use of the ARL database outside of ARL.
+ARL supports all professions currently in World of Warcraft 3.3
+@class file
+@name Frame.lua
+************************************************************************
+]]--

 -------------------------------------------------------------------------------
 -- Localized Lua globals.
diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua
index 9126a46..28bd664 100644
--- a/Locals/ARLLocals-enUS.lua
+++ b/Locals/ARLLocals-enUS.lua
@@ -11,21 +11,20 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@

-Translation credits: http://www.wowace.com/projects/arl/localization/translators/
+Translation credits: http://www.wowace.com/addons/arl/localization/translators/

 Please make sure you update the ToC file with any translations.

-Please update http://www.wowace.com/projects/arl/localization/enUS/ for any translation
+Please update http://www.wowace.com/addons/arl/localization/enUS/ for any translation
 additions or changes.

 The translations will be auto-generated by the localization application.

 ************************************************************************

-Please see http://www.wowace.com/projects/arl/for more information.
+Please see http://www.wowace.com/addons/arl/for more information.
+

-License:
-	Please see LICENSE.txt

 These translations are released under the Public Domain.

diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index bdfdfbe..8637b4b 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -1,28 +1,19 @@
 --[[
-
 ************************************************************************
-
+testenUS.lua
 These are localization strings used for the testing of ARL.
 Manually add entries here and then proceed to update the localization
 application located here:
-	http://www.wowace.com/projects/arl/localization/
-
+	http://www.wowace.com/addons/arl/localization/
+************************************************************************
 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
-
 These translations are released under the Public Domain.
-
 ************************************************************************
-
 ]]--

 local MODNAME	= "Ackis Recipe List"
diff --git a/Player.lua b/Player.lua
index ddf10ce..8b2de2b 100644
--- a/Player.lua
+++ b/Player.lua
@@ -9,8 +9,6 @@
 -------------------------------------------------------------------------------
 -- Please see http://www.wowace.com/addons/arl/ for more information.
 -------------------------------------------------------------------------------
--- License:
---	Please see LICENSE.txt
 -- This source code is released under All Rights Reserved.
 -------------------------------------------------------------------------------
 --- **AckisRecipeList** provides an interface for scanning professions for missing recipes.
diff --git a/RecipeDB/Alchemy.lua b/RecipeDB/Alchemy.lua
index 153b56c..05d32b5 100644
--- a/RecipeDB/Alchemy.lua
+++ b/RecipeDB/Alchemy.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Blacksmithing.lua b/RecipeDB/Blacksmithing.lua
index 9b00c6f..74783b5 100644
--- a/RecipeDB/Blacksmithing.lua
+++ b/RecipeDB/Blacksmithing.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Cooking.lua b/RecipeDB/Cooking.lua
index a274a7c..196bc5d 100644
--- a/RecipeDB/Cooking.lua
+++ b/RecipeDB/Cooking.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Custom.lua b/RecipeDB/Custom.lua
index 348db49..d4c1e2c 100644
--- a/RecipeDB/Custom.lua
+++ b/RecipeDB/Custom.lua
@@ -13,8 +13,6 @@ Format:
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Enchanting.lua b/RecipeDB/Enchanting.lua
index 2fef24f..57f2b87 100644
--- a/RecipeDB/Enchanting.lua
+++ b/RecipeDB/Enchanting.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Engineering.lua b/RecipeDB/Engineering.lua
index 5177fd4..5032a33 100644
--- a/RecipeDB/Engineering.lua
+++ b/RecipeDB/Engineering.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/FirstAid.lua b/RecipeDB/FirstAid.lua
index 8f77277..5a917dd 100644
--- a/RecipeDB/FirstAid.lua
+++ b/RecipeDB/FirstAid.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Inscription.lua b/RecipeDB/Inscription.lua
index 4a44a99..87869ef 100644
--- a/RecipeDB/Inscription.lua
+++ b/RecipeDB/Inscription.lua
@@ -13,8 +13,6 @@ Format:
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Jewelcrafting.lua b/RecipeDB/Jewelcrafting.lua
index 2b3c730..1f88771 100644
--- a/RecipeDB/Jewelcrafting.lua
+++ b/RecipeDB/Jewelcrafting.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Leatherworking.lua b/RecipeDB/Leatherworking.lua
index 62546e4..0c552ca 100644
--- a/RecipeDB/Leatherworking.lua
+++ b/RecipeDB/Leatherworking.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Mob.lua b/RecipeDB/Mob.lua
index a2386d5..d15dbf1 100644
--- a/RecipeDB/Mob.lua
+++ b/RecipeDB/Mob.lua
@@ -9,14 +9,11 @@ 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/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Quest.lua b/RecipeDB/Quest.lua
index 30b1105..368cb47 100644
--- a/RecipeDB/Quest.lua
+++ b/RecipeDB/Quest.lua
@@ -13,8 +13,6 @@ Format:
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Reputation.lua b/RecipeDB/Reputation.lua
index 6f19de9..451bb8a 100644
--- a/RecipeDB/Reputation.lua
+++ b/RecipeDB/Reputation.lua
@@ -13,8 +13,6 @@ Format:
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Runeforging.lua b/RecipeDB/Runeforging.lua
index 74b7ed1..58cdb44 100644
--- a/RecipeDB/Runeforging.lua
+++ b/RecipeDB/Runeforging.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Smelting.lua b/RecipeDB/Smelting.lua
index 2a05efe..191ab35 100644
--- a/RecipeDB/Smelting.lua
+++ b/RecipeDB/Smelting.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Tailoring.lua b/RecipeDB/Tailoring.lua
index 9e7f829..a5e1b7f 100644
--- a/RecipeDB/Tailoring.lua
+++ b/RecipeDB/Tailoring.lua
@@ -10,8 +10,6 @@ Project version: @project-version@
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Trainer.lua b/RecipeDB/Trainer.lua
index 1ccb2d2..c7daf2b 100644
--- a/RecipeDB/Trainer.lua
+++ b/RecipeDB/Trainer.lua
@@ -13,8 +13,6 @@ Format:
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--
diff --git a/RecipeDB/Vendor.lua b/RecipeDB/Vendor.lua
index 3ca5f24..9cb8969 100644
--- a/RecipeDB/Vendor.lua
+++ b/RecipeDB/Vendor.lua
@@ -13,8 +13,6 @@ Format:
 ************************************************************************
 Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
-License:
-	Please see LICENSE.txt
 This source code is released under All Rights Reserved.
 ************************************************************************
 ]]--