From bbba78dbc25cbb3b5008c6d7479a19d9edb0add1 Mon Sep 17 00:00:00 2001 From: RumbleBBU Date: Thu, 8 Nov 2012 07:59:06 +0000 Subject: [PATCH] License text + JavaDoc added to QuestUtilUnlockSets.java. --- .../java/forge/quest/QuestUtilUnlockSets.java | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/main/java/forge/quest/QuestUtilUnlockSets.java b/src/main/java/forge/quest/QuestUtilUnlockSets.java index 3da2710fa37..f4ced502380 100644 --- a/src/main/java/forge/quest/QuestUtilUnlockSets.java +++ b/src/main/java/forge/quest/QuestUtilUnlockSets.java @@ -1,3 +1,20 @@ +/* + * Forge: Play Magic: the Gathering. + * Copyright (C) 2011 Nate + * + * 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 this program. If not, see . + */ package forge.quest; import java.util.ArrayList; @@ -18,7 +35,8 @@ import forge.item.CardPrinted; import forge.quest.io.ReadPriceList; /** - * TODO: Write javadoc for this type. + * This is a helper class for unlocking new sets during a format-limited + * quest. * */ public class QuestUtilUnlockSets {