From 6a60ed0ba7d5939009f3fe28cfa97d22f064617a Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 12 Nov 2010 23:49:36 +0000 Subject: [PATCH] Adding copyright notice. Note that all test cases are AGPL3. --- tests/src/pokerth_test/StartNormalGameTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/src/pokerth_test/StartNormalGameTest.java b/tests/src/pokerth_test/StartNormalGameTest.java index 8139124f..fa12ecbf 100644 --- a/tests/src/pokerth_test/StartNormalGameTest.java +++ b/tests/src/pokerth_test/StartNormalGameTest.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.*;