Mercurial > wow > recipeprofit
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 21:6043ea5ea1d0 | 22:1da3cd643786 |
|---|---|
| 5 Rev: @project-revision@ | 5 Rev: @project-revision@ |
| 6 Updated: @file-date-iso@ | 6 Updated: @file-date-iso@ |
| 7 | 7 |
| 8 --))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) | 8 --))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) |
| 9 | 9 |
| 10 http://www.wrathguides.com/ | 10 URL: |
| 11 http://www.wrathguides.com/ | |
| 12 | |
| 13 License: | |
| 14 This file is a part of "RecipeProfit for GatherMate." | |
| 15 | |
| 16 This program is free software; you can redistribute it and/or | |
| 17 modify it under the terms of the GNU General Public License | |
| 18 as published by the Free Software Foundation, either version 3 | |
| 19 of the License, or (at your option) any later version. | |
| 20 | |
| 21 This program is distributed in the hope that it will be useful, | |
| 22 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 24 GNU General Public License for more details. | |
| 25 | |
| 26 You should have received a copy of the GNU General Public License | |
| 27 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | |
| 28 | |
| 29 Note: | |
| 30 This program's source code is specifically designed to work with | |
| 31 World of Warcraft's interpreted AddOn system. | |
| 32 | |
| 33 You have an implicit license to use this program with these facilities | |
| 34 since that is it's designated purpose as per: | |
| 35 http://www.fsf.org/licensing/licenses/gpl-faq.html#InterpreterIncompat | |
| 11 | 36 |
| 12 --]]--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) | 37 --]]--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--))--)) |
| 38 | |
| 13 | 39 |
| 14 local RecipeProfit = LibStub("AceAddon-3.0"):NewAddon("RecipeProfit", "AceEvent-3.0", "AceConsole-3.0") | 40 local RecipeProfit = LibStub("AceAddon-3.0"):NewAddon("RecipeProfit", "AceEvent-3.0", "AceConsole-3.0") |
| 15 local GatherMate = LibStub("AceAddon-3.0"):GetAddon("GatherMate") | 41 local GatherMate = LibStub("AceAddon-3.0"):GetAddon("GatherMate") |
| 16 local tabletest = {} | 42 local tabletest = {} |
| 17 local db = {} | 43 local db = {} |
