From 0c91076417b5c5188f4588aec0b9c70a304d5c1a Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 29 Dec 2002 07:09:44 +0000 Subject: [PATCH] Copyright updates. --- src/ZE_ZImage.cpp | 3 ++- test/ZFontTest.cpp | 1 + test/ZImageTest.cpp | 1 + test/ZMouseTest.cpp | 1 + test/ZMusicTest.cpp | 1 + test/ZTimerTest.cpp | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ZE_ZImage.cpp b/src/ZE_ZImage.cpp index 886f7d7..1e4e79d 100644 --- a/src/ZE_ZImage.cpp +++ b/src/ZE_ZImage.cpp @@ -7,12 +7,13 @@ The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ + /*! \par File Header: File: ZE_ZImage.cpp
Description: Implementation source file for core ZEngine Image or Texture Object.
Author(s): James Turk, Gamer Tazar
-$Id: ZE_ZImage.cpp,v 1.10 2002/12/29 06:52:07 cozman Exp $
+$Id: ZE_ZImage.cpp,v 1.11 2002/12/29 07:09:44 cozman Exp $
\file ZE_ZImage.cpp \brief Source file for ZImage. diff --git a/test/ZFontTest.cpp b/test/ZFontTest.cpp index e86bdbe..9bcc60c 100644 --- a/test/ZFontTest.cpp +++ b/test/ZFontTest.cpp @@ -7,6 +7,7 @@ The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ + #include #include using namespace std; diff --git a/test/ZImageTest.cpp b/test/ZImageTest.cpp index 35d1f07..d60962f 100644 --- a/test/ZImageTest.cpp +++ b/test/ZImageTest.cpp @@ -7,6 +7,7 @@ The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ + #include #include using namespace std; diff --git a/test/ZMouseTest.cpp b/test/ZMouseTest.cpp index 1a1facd..3739cb2 100644 --- a/test/ZMouseTest.cpp +++ b/test/ZMouseTest.cpp @@ -7,6 +7,7 @@ The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ + #include #include using namespace std; diff --git a/test/ZMusicTest.cpp b/test/ZMusicTest.cpp index d6a7e6e..390a0c0 100644 --- a/test/ZMusicTest.cpp +++ b/test/ZMusicTest.cpp @@ -7,6 +7,7 @@ The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ + #include #include using namespace std; diff --git a/test/ZTimerTest.cpp b/test/ZTimerTest.cpp index 8ba8c13..93b3053 100644 --- a/test/ZTimerTest.cpp +++ b/test/ZTimerTest.cpp @@ -7,6 +7,7 @@ The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ + #include #include using namespace std;