[Scummvm-cvs-logs] SF.net SVN: scummvm: [20564] scummvm/trunk/backends/PalmOS/Src/missing

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sat Feb 11 10:36:03 CET 2006


Revision: 20564
Author:   chrilith
Date:     2006-02-11 10:34:49 -0800 (Sat, 11 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20564&view=rev

Log Message:
-----------
Updated header

Modified Paths:
--------------
    scummvm/trunk/backends/PalmOS/Src/missing/_string.cpp
    scummvm/trunk/backends/PalmOS/Src/missing/_time.cpp
    scummvm/trunk/backends/PalmOS/Src/missing/_unistd.cpp
    scummvm/trunk/backends/PalmOS/Src/missing/assert.h
    scummvm/trunk/backends/PalmOS/Src/missing/math.h
    scummvm/trunk/backends/PalmOS/Src/missing/memory.h
    scummvm/trunk/backends/PalmOS/Src/missing/string.h
    scummvm/trunk/backends/PalmOS/Src/missing/time.h
Modified: scummvm/trunk/backends/PalmOS/Src/missing/_string.cpp
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/_string.cpp	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/_string.cpp	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -117,4 +118,4 @@
 		StrCopy(buf, s1);
 
 	return buf;
-}
+}
\ No newline at end of file

Modified: scummvm/trunk/backends/PalmOS/Src/missing/_time.cpp
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/_time.cpp	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/_time.cpp	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Modified: scummvm/trunk/backends/PalmOS/Src/missing/_unistd.cpp
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/_unistd.cpp	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/_unistd.cpp	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -37,4 +38,4 @@
 	}
 
 	return copy;
-}
+}
\ No newline at end of file

Modified: scummvm/trunk/backends/PalmOS/Src/missing/assert.h
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/assert.h	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/assert.h	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Modified: scummvm/trunk/backends/PalmOS/Src/missing/math.h
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/math.h	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/math.h	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Modified: scummvm/trunk/backends/PalmOS/Src/missing/memory.h
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/memory.h	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/memory.h	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -21,4 +22,4 @@
  *
  */
 
- #include "string.h"
+ #include "string.h"
\ No newline at end of file

Modified: scummvm/trunk/backends/PalmOS/Src/missing/string.h
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/string.h	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/string.h	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
  * $Id$
  *
  */
+
 #ifndef STRING_H
 #define STRING_H
 

Modified: scummvm/trunk/backends/PalmOS/Src/missing/time.h
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/missing/time.h	2006-02-11 18:31:05 UTC (rev 20563)
+++ scummvm/trunk/backends/PalmOS/Src/missing/time.h	2006-02-11 18:34:49 UTC (rev 20564)
@@ -1,6 +1,7 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
  * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -20,6 +21,7 @@
  * $Id$
  *
  */
+
 #ifndef __TIME_H__
 #define __TIME_H__
 







More information about the Scummvm-git-logs mailing list