Mercurial > wow > recipeprofit
diff core.lua @ 22:1da3cd643786 v1.03
License information added to project files.
| author | Aaron@Aaron-PC |
|---|---|
| date | Thu, 19 Aug 2010 18:03:29 -0500 |
| parents | 22686cb65c51 |
| children | bc8c0631172b |
line wrap: on
line diff
--- a/core.lua Thu Aug 19 17:34:29 2010 -0500 +++ b/core.lua Thu Aug 19 18:03:29 2010 -0500 @@ -7,10 +7,36 @@ --))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) - http://www.wrathguides.com/ + URL: + http://www.wrathguides.com/ + + License: + This file is a part of "RecipeProfit for GatherMate." + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation, either version 3 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Foobar. If not, see <http://www.gnu.org/licenses/>. + + Note: + This program's source code is specifically designed to work with + World of Warcraft's interpreted AddOn system. + + You have an implicit license to use this program with these facilities + since that is it's designated purpose as per: + http://www.fsf.org/licensing/licenses/gpl-faq.html#InterpreterIncompat --]]--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) + local RecipeProfit = LibStub("AceAddon-3.0"):NewAddon("RecipeProfit", "AceEvent-3.0", "AceConsole-3.0") local GatherMate = LibStub("AceAddon-3.0"):GetAddon("GatherMate") local tabletest = {}
