From fb2647616b2a5d39852f20a27f5da4632ac3f73a Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 10 Jul 2003 20:45:39 +0000 Subject: [PATCH] public domain notice --- test/ZFontTest.cpp | 5 +++-- test/ZImageTest.cpp | 5 +++-- test/ZMouseTest.cpp | 5 +++-- test/ZMusicTest.cpp | 5 +++-- test/ZRectTest.cpp | 5 +++-- test/ZSoundTest.cpp | 5 +++-- test/ZTimerTest.cpp | 5 +++-- test/bin/tests.zcf | 5 ----- 8 files changed, 21 insertions(+), 19 deletions(-) diff --git a/test/ZFontTest.cpp b/test/ZFontTest.cpp index fa4623c..e954c2b 100644 --- a/test/ZFontTest.cpp +++ b/test/ZFontTest.cpp @@ -2,13 +2,14 @@ This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk - Licensed under a BSD-style license. + ZEngine is Licensed under a BSD-style license. +This example file is in the public domain, it may be used with no restrictions. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZFontTest.cpp,v 1.12 2003/06/11 05:51:47 cozman Exp $*/ +/*$Id: ZFontTest.cpp,v 1.13 2003/07/10 20:45:39 cozman Exp $*/ #include #include diff --git a/test/ZImageTest.cpp b/test/ZImageTest.cpp index bcf3b13..ec7cfc6 100644 --- a/test/ZImageTest.cpp +++ b/test/ZImageTest.cpp @@ -2,13 +2,14 @@ This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk - Licensed under a BSD-style license. + ZEngine is Licensed under a BSD-style license. +This example file is in the public domain, it may be used with no restrictions. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZImageTest.cpp,v 1.18 2003/06/11 05:51:47 cozman Exp $*/ +/*$Id: ZImageTest.cpp,v 1.19 2003/07/10 20:45:39 cozman Exp $*/ #include #include diff --git a/test/ZMouseTest.cpp b/test/ZMouseTest.cpp index b975aaf..bbe3b2f 100644 --- a/test/ZMouseTest.cpp +++ b/test/ZMouseTest.cpp @@ -2,13 +2,14 @@ This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk - Licensed under a BSD-style license. + ZEngine is Licensed under a BSD-style license. +This example file is in the public domain, it may be used with no restrictions. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZMouseTest.cpp,v 1.14 2003/07/05 00:40:45 cozman Exp $*/ +/*$Id: ZMouseTest.cpp,v 1.15 2003/07/10 20:45:39 cozman Exp $*/ #include #include diff --git a/test/ZMusicTest.cpp b/test/ZMusicTest.cpp index 3f33817..ead3339 100644 --- a/test/ZMusicTest.cpp +++ b/test/ZMusicTest.cpp @@ -2,13 +2,14 @@ This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk - Licensed under a BSD-style license. + ZEngine is Licensed under a BSD-style license. +This example file is in the public domain, it may be used with no restrictions. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZMusicTest.cpp,v 1.15 2003/06/11 05:51:47 cozman Exp $*/ +/*$Id: ZMusicTest.cpp,v 1.16 2003/07/10 20:45:39 cozman Exp $*/ #include #include diff --git a/test/ZRectTest.cpp b/test/ZRectTest.cpp index 1ac7a17..16cec09 100644 --- a/test/ZRectTest.cpp +++ b/test/ZRectTest.cpp @@ -2,13 +2,14 @@ This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk - Licensed under a BSD-style license. + ZEngine is Licensed under a BSD-style license. +This example file is in the public domain, it may be used with no restrictions. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZRectTest.cpp,v 1.16 2003/06/11 05:51:47 cozman Exp $*/ +/*$Id: ZRectTest.cpp,v 1.17 2003/07/10 20:45:39 cozman Exp $*/ #include #include diff --git a/test/ZSoundTest.cpp b/test/ZSoundTest.cpp index a43ba6d..d0741a5 100644 --- a/test/ZSoundTest.cpp +++ b/test/ZSoundTest.cpp @@ -2,13 +2,14 @@ This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk - Licensed under a BSD-style license. + ZEngine is Licensed under a BSD-style license. +This example file is in the public domain, it may be used with no restrictions. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZSoundTest.cpp,v 1.13 2003/06/11 05:51:47 cozman Exp $*/ +/*$Id: ZSoundTest.cpp,v 1.14 2003/07/10 20:45:39 cozman Exp $*/ #include #include diff --git a/test/ZTimerTest.cpp b/test/ZTimerTest.cpp index 871635b..77bb687 100644 --- a/test/ZTimerTest.cpp +++ b/test/ZTimerTest.cpp @@ -2,13 +2,14 @@ This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk - Licensed under a BSD-style license. + ZEngine is Licensed under a BSD-style license. +This example file is in the public domain, it may be used with no restrictions. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZTimerTest.cpp,v 1.13 2003/06/11 05:51:47 cozman Exp $*/ +/*$Id: ZTimerTest.cpp,v 1.14 2003/07/10 20:45:39 cozman Exp $*/ #include #include diff --git a/test/bin/tests.zcf b/test/bin/tests.zcf index 5cadfdd..e69de29 100644 --- a/test/bin/tests.zcf +++ b/test/bin/tests.zcf @@ -1,5 +0,0 @@ -[ZRectTest] - Width = 1000 - Height = 400 - Fullscreen = FALSE - Title = "If we are out of grapes, who will sell us Apple Juice?"