diff --git a/.settings/net.sf.jautodoc.prefs b/.settings/net.sf.jautodoc.prefs index eb2b0f6a753..62ac41e3b26 100644 --- a/.settings/net.sf.jautodoc.prefs +++ b/.settings/net.sf.jautodoc.prefs @@ -2,7 +2,7 @@ add_header=true add_todo=false eclipse.preferences.version=1 -header_text=/*\n * Forge\: Play Magic\: the Gathering.\n * Copyright (C) 2011 Nate\n *\n * This program is free software\: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n * \n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n * \n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see .\n */ +header_text=/*\n * Forge\: Play Magic\: the Gathering.\n * Copyright (C) 2011 Forge Team\n *\n * This program is free software\: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n * \n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n * \n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see .\n */ project_specific_settings=true replacements=\n\n\nGets the\nSets the\nAdds the\nEdits the\nRemoves the\nInits the\nParses the\nCreates the\nBuilds the\nChecks if is\nPrints the\nChecks for\n\n\n visibility_private=false diff --git a/src/main/java/forge/GameLog.java b/src/main/java/forge/GameLog.java index 50fbe87d8f2..acb8b3b7270 100644 --- a/src/main/java/forge/GameLog.java +++ b/src/main/java/forge/GameLog.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/card/FormatCollection.java b/src/main/java/forge/card/FormatCollection.java index c567ca684b7..e5dabb9d7ce 100644 --- a/src/main/java/forge/card/FormatCollection.java +++ b/src/main/java/forge/card/FormatCollection.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/card/replacement/ReplaceDamage.java b/src/main/java/forge/card/replacement/ReplaceDamage.java index 287db21ece5..e0587d9965a 100644 --- a/src/main/java/forge/card/replacement/ReplaceDamage.java +++ b/src/main/java/forge/card/replacement/ReplaceDamage.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/card/replacement/ReplaceDraw.java b/src/main/java/forge/card/replacement/ReplaceDraw.java index 8d6ab01f399..63774a3d1c2 100644 --- a/src/main/java/forge/card/replacement/ReplaceDraw.java +++ b/src/main/java/forge/card/replacement/ReplaceDraw.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/card/replacement/ReplaceGainLife.java b/src/main/java/forge/card/replacement/ReplaceGainLife.java index 644f8286b1b..ed83b6ed3a6 100644 --- a/src/main/java/forge/card/replacement/ReplaceGainLife.java +++ b/src/main/java/forge/card/replacement/ReplaceGainLife.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/card/replacement/ReplacementEffect.java b/src/main/java/forge/card/replacement/ReplacementEffect.java index ffc5e11fc5d..9266be0befd 100644 --- a/src/main/java/forge/card/replacement/ReplacementEffect.java +++ b/src/main/java/forge/card/replacement/ReplacementEffect.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/card/replacement/ReplacementHandler.java b/src/main/java/forge/card/replacement/ReplacementHandler.java index 04040115f26..4adeb12cdfb 100644 --- a/src/main/java/forge/card/replacement/ReplacementHandler.java +++ b/src/main/java/forge/card/replacement/ReplacementHandler.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/card/trigger/TriggerTransformed.java b/src/main/java/forge/card/trigger/TriggerTransformed.java index 582c40e6f8a..454a073d77c 100644 --- a/src/main/java/forge/card/trigger/TriggerTransformed.java +++ b/src/main/java/forge/card/trigger/TriggerTransformed.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/deck/CardCollections.java b/src/main/java/forge/deck/CardCollections.java index 41b17e9e408..c678322b208 100644 --- a/src/main/java/forge/deck/CardCollections.java +++ b/src/main/java/forge/deck/CardCollections.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/deck/DeckBase.java b/src/main/java/forge/deck/DeckBase.java index e45adcea4ef..50d916157bb 100644 --- a/src/main/java/forge/deck/DeckBase.java +++ b/src/main/java/forge/deck/DeckBase.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/deck/DeckSection.java b/src/main/java/forge/deck/DeckSection.java index e6eb3e41081..72f83988bec 100644 --- a/src/main/java/forge/deck/DeckSection.java +++ b/src/main/java/forge/deck/DeckSection.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/deck/io/DeckFileHeader.java b/src/main/java/forge/deck/io/DeckFileHeader.java index 256cc7e4444..5b0f147d96e 100644 --- a/src/main/java/forge/deck/io/DeckFileHeader.java +++ b/src/main/java/forge/deck/io/DeckFileHeader.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/deck/io/DeckGroupSerializer.java b/src/main/java/forge/deck/io/DeckGroupSerializer.java index 29d851eb21b..ccc9d6c5922 100644 --- a/src/main/java/forge/deck/io/DeckGroupSerializer.java +++ b/src/main/java/forge/deck/io/DeckGroupSerializer.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/deck/io/DeckSerializer.java b/src/main/java/forge/deck/io/DeckSerializer.java index 54df32ff597..ff68923b28a 100644 --- a/src/main/java/forge/deck/io/DeckSerializer.java +++ b/src/main/java/forge/deck/io/DeckSerializer.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/deck/io/OldDeckParser.java b/src/main/java/forge/deck/io/OldDeckParser.java index af1e7baba5a..30e8d28cc92 100644 --- a/src/main/java/forge/deck/io/OldDeckParser.java +++ b/src/main/java/forge/deck/io/OldDeckParser.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/gui/toolbox/CardFaceSymbols.java b/src/main/java/forge/gui/toolbox/CardFaceSymbols.java index 12008c2cbcc..d59c2329ba5 100644 --- a/src/main/java/forge/gui/toolbox/CardFaceSymbols.java +++ b/src/main/java/forge/gui/toolbox/CardFaceSymbols.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/item/OpenablePack.java b/src/main/java/forge/item/OpenablePack.java index 85627d1becf..a6efce746b6 100644 --- a/src/main/java/forge/item/OpenablePack.java +++ b/src/main/java/forge/item/OpenablePack.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/quest/QuestDeckMap.java b/src/main/java/forge/quest/QuestDeckMap.java index 854fdb88556..786a26a0e75 100644 --- a/src/main/java/forge/quest/QuestDeckMap.java +++ b/src/main/java/forge/quest/QuestDeckMap.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/quest/SellRules.java b/src/main/java/forge/quest/SellRules.java index b690703efa9..badf95390a0 100644 --- a/src/main/java/forge/quest/SellRules.java +++ b/src/main/java/forge/quest/SellRules.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/quest/io/PreconReader.java b/src/main/java/forge/quest/io/PreconReader.java index f611f9bdc40..2e57ccc4e00 100644 --- a/src/main/java/forge/quest/io/PreconReader.java +++ b/src/main/java/forge/quest/io/PreconReader.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/FileSection.java b/src/main/java/forge/util/FileSection.java index c6d04662809..6cbb800a810 100644 --- a/src/main/java/forge/util/FileSection.java +++ b/src/main/java/forge/util/FileSection.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/FileSectionManual.java b/src/main/java/forge/util/FileSectionManual.java index 39ddca15bbb..4ef295855ff 100644 --- a/src/main/java/forge/util/FileSectionManual.java +++ b/src/main/java/forge/util/FileSectionManual.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/IItemReader.java b/src/main/java/forge/util/IItemReader.java index beed620c504..a084452cbb0 100644 --- a/src/main/java/forge/util/IItemReader.java +++ b/src/main/java/forge/util/IItemReader.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/IItemSerializer.java b/src/main/java/forge/util/IItemSerializer.java index 6c68c764d43..9d69b08aede 100644 --- a/src/main/java/forge/util/IItemSerializer.java +++ b/src/main/java/forge/util/IItemSerializer.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/IStorage.java b/src/main/java/forge/util/IStorage.java index 9cde7ad7bd0..72fd799f65a 100644 --- a/src/main/java/forge/util/IStorage.java +++ b/src/main/java/forge/util/IStorage.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/IStorageView.java b/src/main/java/forge/util/IStorageView.java index 43540c5877d..ebb1194f7da 100644 --- a/src/main/java/forge/util/IStorageView.java +++ b/src/main/java/forge/util/IStorageView.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/LineReader.java b/src/main/java/forge/util/LineReader.java index d003bdf43b6..76b5663b2bf 100644 --- a/src/main/java/forge/util/LineReader.java +++ b/src/main/java/forge/util/LineReader.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/util/XmlUtil.java b/src/main/java/forge/util/XmlUtil.java index 157ab6856fc..17eeaeeb1e0 100644 --- a/src/main/java/forge/util/XmlUtil.java +++ b/src/main/java/forge/util/XmlUtil.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/view/match/ViewDetail.java b/src/main/java/forge/view/match/ViewDetail.java index c88b29036da..cdaabe60af4 100644 --- a/src/main/java/forge/view/match/ViewDetail.java +++ b/src/main/java/forge/view/match/ViewDetail.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 diff --git a/src/main/java/forge/view/match/ViewPicture.java b/src/main/java/forge/view/match/ViewPicture.java index 0f8e12fe229..e0de226c9cb 100644 --- a/src/main/java/forge/view/match/ViewPicture.java +++ b/src/main/java/forge/view/match/ViewPicture.java @@ -1,6 +1,6 @@ /* * Forge: Play Magic: the Gathering. - * Copyright (C) 2011 Nate + * Copyright (C) 2011 Forge Team * * 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 @@ -22,9 +22,9 @@ import forge.control.match.ControlPicture; import forge.gui.game.CardPicturePanel; import forge.gui.toolbox.FPanel; -/** +/** * TODO: Write javadoc for this type. - * + * */ @SuppressWarnings("serial") public class ViewPicture extends FPanel { @@ -48,7 +48,7 @@ public class ViewPicture extends FPanel { /** * Gets the controller. - * + * * @return ControlPicture */ public ControlPicture getControl() { @@ -57,7 +57,7 @@ public class ViewPicture extends FPanel { /** * Gets the pnl picture. - * + * * @return CardPicturePanel */ public CardPicturePanel getPnlPicture() {