Quantcast

Touch all files adding license info to each code file. License updated as well, releasing the localizations into the public domain. Remaining code remains All Rights Reserved with a few exceptions (noted in comments).

ackis [06-03-09 - 20:33]
Touch all files adding license info to each code file.  License updated as well, releasing the localizations into the public domain. Remaining code remains All Rights Reserved with a few exceptions (noted in comments).
Filename
ARLColour.lua
ARLConfig.lua
ARLDatamine.lua
ARLFrame.lua
AckisRecipeList.lua
Locals/ARLLocals-deDE.lua
Locals/ARLLocals-enUS.lua
Locals/ARLLocals-esES.lua
Locals/ARLLocals-esMX.lua
Locals/ARLLocals-frFR.lua
Locals/ARLLocals-koKR.lua
Locals/ARLLocals-ruRU.lua
Locals/ARLLocals-zhCN.lua
Locals/ARLLocals-zhTW.lua
Locals/testdeDE.lua
Locals/testenUS.lua
Locals/testesMX.lua
RecipeDB/ARL-Alchemy.lua
RecipeDB/ARL-Blacksmith.lua
RecipeDB/ARL-Cook.lua
RecipeDB/ARL-Custom.lua
RecipeDB/ARL-Enchant.lua
RecipeDB/ARL-Engineer.lua
RecipeDB/ARL-FirstAid.lua
RecipeDB/ARL-Inscription.lua
RecipeDB/ARL-Jewelcraft.lua
RecipeDB/ARL-Leatherwork.lua
RecipeDB/ARL-Mob.lua
RecipeDB/ARL-Quest.lua
RecipeDB/ARL-Reputation.lua
RecipeDB/ARL-Runeforge.lua
RecipeDB/ARL-Seasonal.lua
RecipeDB/ARL-Smelt.lua
RecipeDB/ARL-Tailor.lua
RecipeDB/ARL-Trainer.lua
RecipeDB/ARL-Vendor.lua
diff --git a/ARLColour.lua b/ARLColour.lua
index 5d9abbf..dcbbc6f 100644
--- a/ARLColour.lua
+++ b/ARLColour.lua
@@ -15,6 +15,15 @@ Code adopted from Crayon library

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

+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.
+
+************************************************************************
+
 ]]--


diff --git a/ARLConfig.lua b/ARLConfig.lua
index 582ab6e..106cfdc 100644
--- a/ARLConfig.lua
+++ b/ARLConfig.lua
@@ -13,6 +13,15 @@ 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"
diff --git a/ARLDatamine.lua b/ARLDatamine.lua
index 306416f..82e5669 100644
--- a/ARLDatamine.lua
+++ b/ARLDatamine.lua
@@ -1,6 +1,6 @@
 --[[

-****************************************************************************************
+************************************************************************

 ARLDatamine.lua

@@ -11,7 +11,16 @@ 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.
+
+************************************************************************

 ]]--

diff --git a/ARLFrame.lua b/ARLFrame.lua
index 97699a6..1d74ff3 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -13,6 +13,15 @@ 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"
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index ae537c2..3a057db 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -18,8 +18,7 @@ Please see http://www.wowace.com/projects/arl/for more information.
 License:
 	Please see LICENSE.txt

-Documentation:
-	Please see Docs\Documentation.txt for comprehensive documentation.
+This source code is released under All Rights Reserved.

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

@@ -795,6 +794,8 @@ end

 ]]--

+-- This source code is release under Public Domain
+
 local function GetIDFromLink(SpellLink)

 	--return smatch(SpellLink, "|H%w+:(%d+)")
@@ -1502,8 +1503,9 @@ local function InitializeRecipes(RecipeDB, playerProfession)
 	}

 	-- Check for player profession to fix some bugs with addons that interface with ARL
+	-- This source code is release under Public Domain
+	-- Thanks to sylvanaar/xinhuan for the code snippet
 	if (playerProfession) then
-		-- Thanks to sylvanaar/xinhuan for the code snippet
 		local a = professiontable[playerProfession]

 		if a then
diff --git a/Locals/ARLLocals-deDE.lua b/Locals/ARLLocals-deDE.lua
index 398bd4f..938d914 100644
--- a/Locals/ARLLocals-deDE.lua
+++ b/Locals/ARLLocals-deDE.lua
@@ -1,5 +1,6 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 ARLLocals-deDE.lua

@@ -21,7 +22,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "deDE", false);
diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua
index e890c5d..9126a46 100644
--- a/Locals/ARLLocals-enUS.lua
+++ b/Locals/ARLLocals-enUS.lua
@@ -1,5 +1,7 @@
 --[[

+************************************************************************
+
 ARLLocals-enUS.lua

 enUS localization strings for Ackis Recipe List
@@ -9,8 +11,7 @@ File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@

-Original translated by: Ackis
-Currently maintained by: Ackis
+Translation credits: http://www.wowace.com/projects/arl/localization/translators/

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

@@ -19,23 +20,20 @@ additions or changes.

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

-****************************************************************************************
-]]--
+************************************************************************
+
+Please see http://www.wowace.com/projects/arl/for more information.
+
+License:
+	Please see LICENSE.txt
+
+These translations are released under the Public Domain.
+
+************************************************************************

---[[
-Locale schema
-	* single and double words are just fine, anything longer should have a tag
-	* tag name rules:
-		* tags should be ALL_CAPITAL_LETTERS with words separated with _'s
-		* descriptions are typically used in tooltips and header in sections
-		* short descriptions will end in _DESC
-		* long descriptions will end in _LONG
-	* don't include the object being described in the name (no _TOGGLE or _TT) since it
-	  can be used several times to describe different objects (in theory)
-	* group related elements together, either by their location in the GUI/config,
-	  or by purpose (Weapon categories, etc)
 ]]--

+
 local debug = false
 --@debug@
 debug = true
diff --git a/Locals/ARLLocals-esES.lua b/Locals/ARLLocals-esES.lua
index df5fef3..ef9ec09 100644
--- a/Locals/ARLLocals-esES.lua
+++ b/Locals/ARLLocals-esES.lua
@@ -1,5 +1,6 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 ARLLocals-esES.lua

@@ -21,7 +22,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "esES", false)
diff --git a/Locals/ARLLocals-esMX.lua b/Locals/ARLLocals-esMX.lua
index 01e4fb7..de5c2a4 100644
--- a/Locals/ARLLocals-esMX.lua
+++ b/Locals/ARLLocals-esMX.lua
@@ -1,5 +1,6 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 ARLLocals-esMX.lua

@@ -20,7 +21,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "esMX", false)
diff --git a/Locals/ARLLocals-frFR.lua b/Locals/ARLLocals-frFR.lua
index a79e624..b0d9097 100644
--- a/Locals/ARLLocals-frFR.lua
+++ b/Locals/ARLLocals-frFR.lua
@@ -1,5 +1,7 @@
 --[[

+************************************************************************
+
 ARLLocals-frFR.lua

 frFR localization strings for Ackis Recipe List
@@ -20,7 +22,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "frFR")
diff --git a/Locals/ARLLocals-koKR.lua b/Locals/ARLLocals-koKR.lua
index b5af3b8..28b6274 100644
--- a/Locals/ARLLocals-koKR.lua
+++ b/Locals/ARLLocals-koKR.lua
@@ -1,5 +1,6 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 ARLLocals-koKR.lua

@@ -21,7 +22,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "koKR", false)
diff --git a/Locals/ARLLocals-ruRU.lua b/Locals/ARLLocals-ruRU.lua
index 2665e9d..df6544d 100644
--- a/Locals/ARLLocals-ruRU.lua
+++ b/Locals/ARLLocals-ruRU.lua
@@ -1,5 +1,6 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 ARLLocals-ruRU.lua

@@ -20,7 +21,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "ruRU", true)
diff --git a/Locals/ARLLocals-zhCN.lua b/Locals/ARLLocals-zhCN.lua
index 3726e38..63e4aff 100644
--- a/Locals/ARLLocals-zhCN.lua
+++ b/Locals/ARLLocals-zhCN.lua
@@ -1,5 +1,6 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 ARLLocals-zhCN.lua

@@ -21,7 +22,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "zhCN", false);
diff --git a/Locals/ARLLocals-zhTW.lua b/Locals/ARLLocals-zhTW.lua
index 01d93af..1059e04 100644
--- a/Locals/ARLLocals-zhTW.lua
+++ b/Locals/ARLLocals-zhTW.lua
@@ -1,5 +1,6 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 ARLLocals-zhTW.lua

@@ -21,7 +22,17 @@ The translations will be auto-generated by the localization application.

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

-****************************************************************************************
+************************************************************************
+
+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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "zhTW", false)
diff --git a/Locals/testdeDE.lua b/Locals/testdeDE.lua
index 58249de..6625fd5 100644
--- a/Locals/testdeDE.lua
+++ b/Locals/testdeDE.lua
@@ -1,9 +1,28 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 These are localization strings used for the testing of ARL.
+Manually add entries here and then procede to update the localization
+application located here:
+	http://www.wowace.com/projects/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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "deDE", false)
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index 3a192c7..806f7db 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -1,23 +1,28 @@
 --[[

-ARLLocals-enUS.lua
+************************************************************************

-enUS localization strings for Ackis Recipe List
+These are localization strings used for the testing of ARL.
+Manually add entries here and then procede to update the localization
+application located here:
+	http://www.wowace.com/projects/arl/localization/

-File date: @file-date-iso@
-File revision: @file-revision@
+File date: @file-date-iso@
+File revision: @file-revision@
 Project revision: @project-revision@
 Project version: @project-version@

-Original translated by: Ackis
-Currently maintained by: Ackis
+************************************************************************

-Please make sure you update the ToC file with any translations.
+Please see http://www.wowace.com/projects/arl/for more information.

-Please update http://www.wowace.com/projects/arl/localization/enUS/ for any translation
-additions or changes.
+License:
+	Please see LICENSE.txt
+
+These translations are released under the Public Domain.
+
+************************************************************************

-****************************************************************************************
 ]]--

 local MODNAME	= "Ackis Recipe List"
diff --git a/Locals/testesMX.lua b/Locals/testesMX.lua
index 6783692..596cf90 100644
--- a/Locals/testesMX.lua
+++ b/Locals/testesMX.lua
@@ -1,9 +1,28 @@
 --[[
-****************************************************************************************
+
+************************************************************************

 These are localization strings used for the testing of ARL.
+Manually add entries here and then procede to update the localization
+application located here:
+	http://www.wowace.com/projects/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 L = LibStub("AceLocale-3.0"):NewLocale("Ackis Recipe List", "esMX", false)
diff --git a/RecipeDB/ARL-Alchemy.lua b/RecipeDB/ARL-Alchemy.lua
index afa0c00..580a121 100644
--- a/RecipeDB/ARL-Alchemy.lua
+++ b/RecipeDB/ARL-Alchemy.lua
@@ -15,6 +15,15 @@ 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"
diff --git a/RecipeDB/ARL-Blacksmith.lua b/RecipeDB/ARL-Blacksmith.lua
index 167a074..500877b 100644
--- a/RecipeDB/ARL-Blacksmith.lua
+++ b/RecipeDB/ARL-Blacksmith.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Cook.lua b/RecipeDB/ARL-Cook.lua
index fd2a80c..189eabd 100644
--- a/RecipeDB/ARL-Cook.lua
+++ b/RecipeDB/ARL-Cook.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua
index fb69593..5693565 100644
--- a/RecipeDB/ARL-Custom.lua
+++ b/RecipeDB/ARL-Custom.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Enchant.lua b/RecipeDB/ARL-Enchant.lua
index 68bec00..6ab4d04 100644
--- a/RecipeDB/ARL-Enchant.lua
+++ b/RecipeDB/ARL-Enchant.lua
@@ -15,6 +15,15 @@ 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"
diff --git a/RecipeDB/ARL-Engineer.lua b/RecipeDB/ARL-Engineer.lua
index a7d200f..2f75fc7 100644
--- a/RecipeDB/ARL-Engineer.lua
+++ b/RecipeDB/ARL-Engineer.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-FirstAid.lua b/RecipeDB/ARL-FirstAid.lua
index 22feac7..4770ce9 100644
--- a/RecipeDB/ARL-FirstAid.lua
+++ b/RecipeDB/ARL-FirstAid.lua
@@ -15,6 +15,15 @@ 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"
diff --git a/RecipeDB/ARL-Inscription.lua b/RecipeDB/ARL-Inscription.lua
index 4378964..891ad7a 100644
--- a/RecipeDB/ARL-Inscription.lua
+++ b/RecipeDB/ARL-Inscription.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Jewelcraft.lua b/RecipeDB/ARL-Jewelcraft.lua
index 98c6671..17d6fe7 100644
--- a/RecipeDB/ARL-Jewelcraft.lua
+++ b/RecipeDB/ARL-Jewelcraft.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Leatherwork.lua b/RecipeDB/ARL-Leatherwork.lua
index 44aae9a..13ff5a6 100644
--- a/RecipeDB/ARL-Leatherwork.lua
+++ b/RecipeDB/ARL-Leatherwork.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Mob.lua b/RecipeDB/ARL-Mob.lua
index 54de7a3..6d5415a 100644
--- a/RecipeDB/ARL-Mob.lua
+++ b/RecipeDB/ARL-Mob.lua
@@ -6,11 +6,6 @@ ARL-Mob.lua

 Monster data for all of Ackis Recipe List

-Originally auto-generated.
-Auto-generated using ARLDataminer.rb
-
-597 found from data mining.  0 ignored.
-
 ************************************************************************

 File date: @file-date-iso@
@@ -26,6 +21,15 @@ Format:

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

+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/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua
index 6bbfa8e..0b4fd6d 100644
--- a/RecipeDB/ARL-Quest.lua
+++ b/RecipeDB/ARL-Quest.lua
@@ -6,8 +6,6 @@ ARL-Quest.lua

 Quest data for all of Ackis Recipe List

-91 found from data mining.  0 ignored.
-
 ************************************************************************

 File date: @file-date-iso@
@@ -23,6 +21,15 @@ Format:

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

+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/ARL-Reputation.lua b/RecipeDB/ARL-Reputation.lua
index c552568..7299f8c 100644
--- a/RecipeDB/ARL-Reputation.lua
+++ b/RecipeDB/ARL-Reputation.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Runeforge.lua b/RecipeDB/ARL-Runeforge.lua
index a4f4819..bea6daa 100644
--- a/RecipeDB/ARL-Runeforge.lua
+++ b/RecipeDB/ARL-Runeforge.lua
@@ -15,6 +15,15 @@ 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"
diff --git a/RecipeDB/ARL-Seasonal.lua b/RecipeDB/ARL-Seasonal.lua
index ff8149d..0b56b96 100644
--- a/RecipeDB/ARL-Seasonal.lua
+++ b/RecipeDB/ARL-Seasonal.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Smelt.lua b/RecipeDB/ARL-Smelt.lua
index 0456852..f537009 100644
--- a/RecipeDB/ARL-Smelt.lua
+++ b/RecipeDB/ARL-Smelt.lua
@@ -15,6 +15,15 @@ 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"
diff --git a/RecipeDB/ARL-Tailor.lua b/RecipeDB/ARL-Tailor.lua
index 796eb4a..9226f20 100644
--- a/RecipeDB/ARL-Tailor.lua
+++ b/RecipeDB/ARL-Tailor.lua
@@ -21,6 +21,15 @@ Format:

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

+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/ARL-Trainer.lua b/RecipeDB/ARL-Trainer.lua
index f2b2582..c557962 100644
--- a/RecipeDB/ARL-Trainer.lua
+++ b/RecipeDB/ARL-Trainer.lua
@@ -6,11 +6,6 @@ ARL-Trainer.lua

 Trainer data for all of Ackis Recipe List

-Auto-generated using ARLDataminer.rb
-Entries to this file will be overwritten
-
-378 found from data mining.  0 ignored.
-
 ************************************************************************

 File date: @file-date-iso@
@@ -26,6 +21,15 @@ Format:

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

+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/ARL-Vendor.lua b/RecipeDB/ARL-Vendor.lua
index 66711db..772ce51 100644
--- a/RecipeDB/ARL-Vendor.lua
+++ b/RecipeDB/ARL-Vendor.lua
@@ -21,6 +21,15 @@ Format:

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

+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"