diff --git a/tests/src/pokerth_test/AnnounceTest.java b/tests/src/pokerth_test/AnnounceTest.java
index 4b56b115..71876e07 100644
--- a/tests/src/pokerth_test/AnnounceTest.java
+++ b/tests/src/pokerth_test/AnnounceTest.java
@@ -1,3 +1,20 @@
+/* PokerTH automated tests.
+ Copyright (C) 2010 Lothar May
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+*/
+
package pokerth_test;
import static org.junit.Assert.assertEquals;
diff --git a/tests/src/pokerth_test/ChatTest.java b/tests/src/pokerth_test/ChatTest.java
index 717c9f94..f6fd97cf 100644
--- a/tests/src/pokerth_test/ChatTest.java
+++ b/tests/src/pokerth_test/ChatTest.java
@@ -1,3 +1,20 @@
+/* PokerTH automated tests.
+ Copyright (C) 2010 Lothar May
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+*/
+
package pokerth_test;
import static org.junit.Assert.*;
diff --git a/tests/src/pokerth_test/GameListTest.java b/tests/src/pokerth_test/GameListTest.java
index 779dabbe..012e4b0e 100644
--- a/tests/src/pokerth_test/GameListTest.java
+++ b/tests/src/pokerth_test/GameListTest.java
@@ -1,3 +1,20 @@
+/* PokerTH automated tests.
+ Copyright (C) 2010 Lothar May
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+*/
+
package pokerth_test;
import static org.junit.Assert.assertEquals;
diff --git a/tests/src/pokerth_test/LobbySubscriptionTest.java b/tests/src/pokerth_test/LobbySubscriptionTest.java
index c7b3ee3d..392ee66b 100644
--- a/tests/src/pokerth_test/LobbySubscriptionTest.java
+++ b/tests/src/pokerth_test/LobbySubscriptionTest.java
@@ -1,3 +1,20 @@
+/* PokerTH automated tests.
+ Copyright (C) 2010 Lothar May
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+*/
+
package pokerth_test;
import static org.junit.Assert.assertTrue;
diff --git a/tests/src/pokerth_test/PlayerListTest.java b/tests/src/pokerth_test/PlayerListTest.java
index 01645635..4c028dca 100644
--- a/tests/src/pokerth_test/PlayerListTest.java
+++ b/tests/src/pokerth_test/PlayerListTest.java
@@ -1,3 +1,20 @@
+/* PokerTH automated tests.
+ Copyright (C) 2010 Lothar May
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+*/
+
package pokerth_test;
import static org.junit.Assert.assertEquals;