From 9fe245b6b4417693fb6e7203492c9db6dbd4ab49 Mon Sep 17 00:00:00 2001 From: b0n541 Date: Fri, 13 Sep 2019 22:44:35 +0200 Subject: [PATCH] Fix license header --- jskat-swing-gui/LICENSE.header | 6 +++--- .../jskat/gui/action/AbstractJSkatAction.java | 16 ++++++++++++++++ .../action/human/AbstractHumanJSkatAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/CallContraAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/human/CallReAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/DiscardAction.java | 16 ++++++++++++++++ .../gui/action/human/GameAnnounceAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/HoldBidAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/MakeBidAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/PassBidAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/PickUpSkatAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/PlayCardAction.java | 16 ++++++++++++++++ .../gui/action/human/PlayGrandHandAction.java | 16 ++++++++++++++++ .../gui/action/human/PlayHandGameAction.java | 16 ++++++++++++++++ .../action/human/PlaySchiebeRamschAction.java | 16 ++++++++++++++++ .../jskat/gui/action/human/SchiebenAction.java | 16 ++++++++++++++++ .../gui/action/iss/ChangeTableSeatsAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/iss/ConnectAction.java | 16 ++++++++++++++++ .../gui/action/iss/CreateIssTableAction.java | 16 ++++++++++++++++ .../jskat/gui/action/iss/InvitePlayerAction.java | 16 ++++++++++++++++ .../jskat/gui/action/iss/JoinIssTableAction.java | 16 ++++++++++++++++ .../gui/action/iss/LeaveIssTableAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/iss/LogoutAction.java | 16 ++++++++++++++++ .../jskat/gui/action/iss/ObserveTableAction.java | 16 ++++++++++++++++ .../jskat/gui/action/iss/OpenHomepageAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/iss/ReadyAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/iss/RegisterAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/iss/ResignAction.java | 16 ++++++++++++++++ .../gui/action/iss/SendChatMessageAction.java | 16 ++++++++++++++++ .../jskat/gui/action/iss/ShowCardsAction.java | 16 ++++++++++++++++ .../gui/action/iss/ShowLoginPanelAction.java | 16 ++++++++++++++++ .../jskat/gui/action/iss/TalkEnableAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/main/AboutAction.java | 16 ++++++++++++++++ .../gui/action/main/ChangeActiveTableAction.java | 16 ++++++++++++++++ .../action/main/ContinueSkatSeriesAction.java | 16 ++++++++++++++++ .../jskat/gui/action/main/CreateTableAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/main/ExitAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/main/HelpAction.java | 16 ++++++++++++++++ .../org/jskat/gui/action/main/LicenseAction.java | 16 ++++++++++++++++ .../jskat/gui/action/main/LoadSeriesAction.java | 16 ++++++++++++++++ .../gui/action/main/NextReplayMoveAction.java | 16 ++++++++++++++++ .../jskat/gui/action/main/PreferencesAction.java | 16 ++++++++++++++++ .../gui/action/main/PutCardIntoSkatAction.java | 16 ++++++++++++++++ .../jskat/gui/action/main/ReplayGameAction.java | 16 ++++++++++++++++ .../jskat/gui/action/main/SaveSeriesAction.java | 16 ++++++++++++++++ .../gui/action/main/SaveSeriesAsAction.java | 16 ++++++++++++++++ .../gui/action/main/StartSkatSeriesAction.java | 16 ++++++++++++++++ .../gui/action/main/TakeCardFromSkatAction.java | 16 ++++++++++++++++ .../org/jskat/gui/human/SwingHumanPlayer.java | 16 ++++++++++++++++ .../jskat/gui/img/JSkatGraphicRepository.java | 16 ++++++++++++++++ .../gui/swing/AbstractI18NComboBoxRenderer.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/AbstractTabPanel.java | 16 ++++++++++++++++ .../main/java/org/jskat/gui/swing/CardPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/JSkatComponentAdapter.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/JSkatOptionsDialog.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/JSkatTabComponent.java | 16 ++++++++++++++++ .../java/org/jskat/gui/swing/JSkatViewImpl.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/JSkatWindowAdapter.java | 16 ++++++++++++++++ .../java/org/jskat/gui/swing/LayoutFactory.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/LookAndFeelSetter.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/ScreenResolution.java | 16 ++++++++++++++++ .../main/java/org/jskat/gui/swing/TabType.java | 16 ++++++++++++++++ .../java/org/jskat/gui/swing/ToolbarButton.java | 16 ++++++++++++++++ .../java/org/jskat/gui/swing/WelcomePanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/help/JSkatHelpDialog.java | 16 ++++++++++++++++ .../java/org/jskat/gui/swing/iss/ChatPanel.java | 16 ++++++++++++++++ .../gui/swing/iss/FlagTableCellRenderer.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/iss/ISSTablePanel.java | 16 ++++++++++++++++ .../java/org/jskat/gui/swing/iss/LobbyPanel.java | 16 ++++++++++++++++ .../java/org/jskat/gui/swing/iss/LoginPanel.java | 16 ++++++++++++++++ .../gui/swing/iss/PlayerInvitationPanel.java | 16 ++++++++++++++++ .../gui/swing/iss/PlayerListTableModel.java | 16 ++++++++++++++++ .../iss/PlayerStrengthTableCellRenderer.java | 16 ++++++++++++++++ .../jskat/gui/swing/iss/StartContextPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/iss/TableListTableModel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/AbstractHandPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/BidBubblePanel.java | 16 ++++++++++++++++ .../gui/swing/table/BiddingContextPanel.java | 16 ++++++++++++++++ .../gui/swing/table/ClickableCardPanel.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/table/ClockPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/ContextPanelType.java | 16 ++++++++++++++++ .../gui/swing/table/DeclaringContextPanel.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/table/DiscardPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/GameAnnouncePanel.java | 16 ++++++++++++++++ .../gui/swing/table/GameInformationPanel.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/table/GameOverPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/GameResultPanel.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/table/HandPanelType.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/table/IconPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/JSkatUserPanel.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/table/OpponentPanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/PlayGroundPanel.java | 16 ++++++++++++++++ .../swing/table/SchieberamschContextPanel.java | 16 ++++++++++++++++ .../gui/swing/table/SkatListTableModel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/SkatSchiebenPanel.java | 16 ++++++++++++++++ .../gui/swing/table/SkatSeriesStartDialog.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/SkatTablePanel.java | 16 ++++++++++++++++ .../jskat/gui/swing/table/StartContextPanel.java | 16 ++++++++++++++++ .../org/jskat/gui/swing/table/TrickPanel.java | 16 ++++++++++++++++ 99 files changed, 1571 insertions(+), 3 deletions(-) diff --git a/jskat-swing-gui/LICENSE.header b/jskat-swing-gui/LICENSE.header index e1f3f53fe..5b5df8e57 100644 --- a/jskat-swing-gui/LICENSE.header +++ b/jskat-swing-gui/LICENSE.header @@ -1,14 +1,14 @@ This file is part of JSkat. - +

JSkat 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. - +

JSkat 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 JSkat. If not, see . \ No newline at end of file diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/AbstractJSkatAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/AbstractJSkatAction.java index 13475d472..c42aeadb3 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/AbstractJSkatAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/AbstractJSkatAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/AbstractHumanJSkatAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/AbstractHumanJSkatAction.java index 62d7289f7..99e9a1bb6 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/AbstractHumanJSkatAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/AbstractHumanJSkatAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallContraAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallContraAction.java index 5e8402e51..efeb1818c 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallContraAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallContraAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallReAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallReAction.java index 0b9329fca..ac70b7390 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallReAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/CallReAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/DiscardAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/DiscardAction.java index 5b2d9e2df..89317d54c 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/DiscardAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/DiscardAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/GameAnnounceAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/GameAnnounceAction.java index 8a3f39166..a6d75622d 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/GameAnnounceAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/GameAnnounceAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/HoldBidAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/HoldBidAction.java index 1009326ba..d6becfffd 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/HoldBidAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/HoldBidAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/MakeBidAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/MakeBidAction.java index 20fa6e43a..ff80c4cbe 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/MakeBidAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/MakeBidAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PassBidAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PassBidAction.java index 23122e02a..a5c9b8634 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PassBidAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PassBidAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PickUpSkatAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PickUpSkatAction.java index fb037c50f..e71a6d878 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PickUpSkatAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PickUpSkatAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayCardAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayCardAction.java index fe9d8eca2..24746b31f 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayCardAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayCardAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayGrandHandAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayGrandHandAction.java index a5843b9fe..43a37d7d4 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayGrandHandAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayGrandHandAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayHandGameAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayHandGameAction.java index 2c72ea185..6b8b19d0a 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayHandGameAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlayHandGameAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlaySchiebeRamschAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlaySchiebeRamschAction.java index 569b59893..6501e2beb 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlaySchiebeRamschAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/PlaySchiebeRamschAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/SchiebenAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/SchiebenAction.java index cbe677fd1..e54bbdcc3 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/SchiebenAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/human/SchiebenAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ChangeTableSeatsAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ChangeTableSeatsAction.java index d701d6008..9df9d5a4e 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ChangeTableSeatsAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ChangeTableSeatsAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ConnectAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ConnectAction.java index fe908704f..bb7962e24 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ConnectAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ConnectAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/CreateIssTableAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/CreateIssTableAction.java index 631036632..7ed288ebe 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/CreateIssTableAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/CreateIssTableAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/InvitePlayerAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/InvitePlayerAction.java index 8fbf7a46b..89de74555 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/InvitePlayerAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/InvitePlayerAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/JoinIssTableAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/JoinIssTableAction.java index 6ebdadb96..4e8981d64 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/JoinIssTableAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/JoinIssTableAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LeaveIssTableAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LeaveIssTableAction.java index 82022c2be..2b1848daa 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LeaveIssTableAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LeaveIssTableAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LogoutAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LogoutAction.java index 370f74529..95fff042e 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LogoutAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/LogoutAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ObserveTableAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ObserveTableAction.java index b0438c3d0..292875b72 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ObserveTableAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ObserveTableAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/OpenHomepageAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/OpenHomepageAction.java index fb3f8e76b..55f30a71e 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/OpenHomepageAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/OpenHomepageAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ReadyAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ReadyAction.java index ab65a7c01..1bb413747 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ReadyAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ReadyAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/RegisterAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/RegisterAction.java index d3a68b540..f7fa6a815 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/RegisterAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/RegisterAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ResignAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ResignAction.java index d9241731b..4648ccf69 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ResignAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ResignAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/SendChatMessageAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/SendChatMessageAction.java index 20b5a664f..5c7d4a436 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/SendChatMessageAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/SendChatMessageAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowCardsAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowCardsAction.java index c39cc6b20..19635337c 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowCardsAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowCardsAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowLoginPanelAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowLoginPanelAction.java index 600f1c845..87e886ba3 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowLoginPanelAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/ShowLoginPanelAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/TalkEnableAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/TalkEnableAction.java index 2a2e464f7..5398610a3 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/TalkEnableAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/iss/TalkEnableAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/AboutAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/AboutAction.java index 1deb78a8e..68fd3e35c 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/AboutAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/AboutAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ChangeActiveTableAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ChangeActiveTableAction.java index 0567fcdd7..6104ab223 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ChangeActiveTableAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ChangeActiveTableAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ContinueSkatSeriesAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ContinueSkatSeriesAction.java index 39774d6b2..d5e570948 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ContinueSkatSeriesAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ContinueSkatSeriesAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/CreateTableAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/CreateTableAction.java index 5fc0bd460..bfc0f7540 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/CreateTableAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/CreateTableAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ExitAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ExitAction.java index 65afb6a1b..f5d553cc1 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ExitAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ExitAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/HelpAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/HelpAction.java index 473690c63..4e80ce775 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/HelpAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/HelpAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LicenseAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LicenseAction.java index 8e09ed38b..ddecb11a2 100755 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LicenseAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LicenseAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LoadSeriesAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LoadSeriesAction.java index 93ed05515..ba6524783 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LoadSeriesAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/LoadSeriesAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/NextReplayMoveAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/NextReplayMoveAction.java index 2bf56f407..012a9df25 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/NextReplayMoveAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/NextReplayMoveAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PreferencesAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PreferencesAction.java index 1b8f750c3..04b67780e 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PreferencesAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PreferencesAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PutCardIntoSkatAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PutCardIntoSkatAction.java index e21112363..0ebc61645 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PutCardIntoSkatAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/PutCardIntoSkatAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ReplayGameAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ReplayGameAction.java index 4eaf14173..c058943da 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ReplayGameAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/ReplayGameAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAction.java index c8fa9cb0e..acd99dc1c 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAsAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAsAction.java index ed33f3ee9..17820f004 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAsAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/SaveSeriesAsAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/StartSkatSeriesAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/StartSkatSeriesAction.java index 131507044..ad4157bcc 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/StartSkatSeriesAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/StartSkatSeriesAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/TakeCardFromSkatAction.java b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/TakeCardFromSkatAction.java index 57fe79e88..9d28e5cb3 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/TakeCardFromSkatAction.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/action/main/TakeCardFromSkatAction.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/human/SwingHumanPlayer.java b/jskat-swing-gui/src/main/java/org/jskat/gui/human/SwingHumanPlayer.java index 7a3f5512a..4bdc0df56 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/human/SwingHumanPlayer.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/human/SwingHumanPlayer.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/img/JSkatGraphicRepository.java b/jskat-swing-gui/src/main/java/org/jskat/gui/img/JSkatGraphicRepository.java index d24e7d305..5e70fd3b8 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/img/JSkatGraphicRepository.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/img/JSkatGraphicRepository.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractI18NComboBoxRenderer.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractI18NComboBoxRenderer.java index c77f8dbd8..dad752c4e 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractI18NComboBoxRenderer.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractI18NComboBoxRenderer.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractTabPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractTabPanel.java index 3a67d0cad..ffbc9accb 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractTabPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/AbstractTabPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/CardPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/CardPanel.java index 771413269..d0287eecd 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/CardPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/CardPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatComponentAdapter.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatComponentAdapter.java index db716ee34..d581f8d70 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatComponentAdapter.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatComponentAdapter.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatOptionsDialog.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatOptionsDialog.java index e5d8e5418..be3f91a4f 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatOptionsDialog.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatOptionsDialog.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatTabComponent.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatTabComponent.java index 8363d6c33..aa0f8f162 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatTabComponent.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatTabComponent.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatViewImpl.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatViewImpl.java index 88401a3e3..53f34c1c3 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatViewImpl.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatViewImpl.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatWindowAdapter.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatWindowAdapter.java index 9cd4469a8..605010691 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatWindowAdapter.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/JSkatWindowAdapter.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LayoutFactory.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LayoutFactory.java index 7d23da913..fd2e4f30d 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LayoutFactory.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LayoutFactory.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LookAndFeelSetter.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LookAndFeelSetter.java index 14567d930..aa9e50d23 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LookAndFeelSetter.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/LookAndFeelSetter.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ScreenResolution.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ScreenResolution.java index ca2f67358..d9e57a101 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ScreenResolution.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ScreenResolution.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/TabType.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/TabType.java index 42f3e28a9..91ecfcfb2 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/TabType.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/TabType.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ToolbarButton.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ToolbarButton.java index 1c0c03023..27ae5d3c9 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ToolbarButton.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/ToolbarButton.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/WelcomePanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/WelcomePanel.java index be975dd00..1dfda16a1 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/WelcomePanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/WelcomePanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/help/JSkatHelpDialog.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/help/JSkatHelpDialog.java index 46c2cfd1a..d9eb458d2 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/help/JSkatHelpDialog.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/help/JSkatHelpDialog.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ChatPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ChatPanel.java index 8f44f54fc..fa1ab03d6 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ChatPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ChatPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/FlagTableCellRenderer.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/FlagTableCellRenderer.java index 6f6eaa207..2f8fa13d0 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/FlagTableCellRenderer.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/FlagTableCellRenderer.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ISSTablePanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ISSTablePanel.java index cb7e62526..1859b98ee 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ISSTablePanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/ISSTablePanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LobbyPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LobbyPanel.java index 412b673a0..5831e9323 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LobbyPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LobbyPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LoginPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LoginPanel.java index 907f39e32..505770155 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LoginPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/LoginPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerInvitationPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerInvitationPanel.java index 30e1aa27d..985716974 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerInvitationPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerInvitationPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerListTableModel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerListTableModel.java index fecacc5b3..5ae6905bd 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerListTableModel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerListTableModel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerStrengthTableCellRenderer.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerStrengthTableCellRenderer.java index 8e8c2f368..668e23b93 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerStrengthTableCellRenderer.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/PlayerStrengthTableCellRenderer.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/StartContextPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/StartContextPanel.java index 502ccf248..0b2ea7a0f 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/StartContextPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/StartContextPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/TableListTableModel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/TableListTableModel.java index d7cf106ae..894d07947 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/TableListTableModel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/iss/TableListTableModel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/AbstractHandPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/AbstractHandPanel.java index 26a6fc059..d7eae0473 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/AbstractHandPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/AbstractHandPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BidBubblePanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BidBubblePanel.java index 5034905eb..141174c47 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BidBubblePanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BidBubblePanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BiddingContextPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BiddingContextPanel.java index d03b5a11a..4bd7f3050 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BiddingContextPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/BiddingContextPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClickableCardPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClickableCardPanel.java index 561122c65..f0ed3d3af 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClickableCardPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClickableCardPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClockPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClockPanel.java index ad48633b5..d242ea9c1 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClockPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ClockPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ContextPanelType.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ContextPanelType.java index 98719f6b9..35dfa29e6 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ContextPanelType.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/ContextPanelType.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DeclaringContextPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DeclaringContextPanel.java index d0ab0fcd8..c4e36aa78 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DeclaringContextPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DeclaringContextPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DiscardPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DiscardPanel.java index c56a3d512..f7dafff66 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DiscardPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/DiscardPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameAnnouncePanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameAnnouncePanel.java index f4712e8f6..a65f6b4fd 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameAnnouncePanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameAnnouncePanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameInformationPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameInformationPanel.java index 0e8d69e4b..af1e00215 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameInformationPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameInformationPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameOverPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameOverPanel.java index 210b6ee11..b6c64bbfd 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameOverPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameOverPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameResultPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameResultPanel.java index fccd3000b..787c9cf95 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameResultPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/GameResultPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/HandPanelType.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/HandPanelType.java index a603f898d..484a1a9e0 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/HandPanelType.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/HandPanelType.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/IconPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/IconPanel.java index 643db0588..8c54c9b8f 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/IconPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/IconPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/JSkatUserPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/JSkatUserPanel.java index b93d06c55..f9bd47e9f 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/JSkatUserPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/JSkatUserPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/OpponentPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/OpponentPanel.java index dabd68c6e..3e2c8502a 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/OpponentPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/OpponentPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/PlayGroundPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/PlayGroundPanel.java index c414da63b..df702c0fa 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/PlayGroundPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/PlayGroundPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SchieberamschContextPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SchieberamschContextPanel.java index 009bc7510..184ffa2da 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SchieberamschContextPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SchieberamschContextPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatListTableModel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatListTableModel.java index 6095e1d5c..1d9cac399 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatListTableModel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatListTableModel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSchiebenPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSchiebenPanel.java index 632f7db8a..254062788 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSchiebenPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSchiebenPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSeriesStartDialog.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSeriesStartDialog.java index f3519e4e1..3f46c0f5a 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSeriesStartDialog.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatSeriesStartDialog.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatTablePanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatTablePanel.java index f80b3dd7e..d03453869 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatTablePanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/SkatTablePanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/StartContextPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/StartContextPanel.java index caf78fce0..1e97944f2 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/StartContextPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/StartContextPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. * diff --git a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/TrickPanel.java b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/TrickPanel.java index 094fd0d4d..bab5ac805 100644 --- a/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/TrickPanel.java +++ b/jskat-swing-gui/src/main/java/org/jskat/gui/swing/table/TrickPanel.java @@ -1,3 +1,19 @@ +/** + * This file is part of JSkat. + *

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

+ * JSkat 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 JSkat. If not, see . + */ /** * This file is part of JSkat. *