aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2006-02-11 18:34:49 +0000
committerChris Apers2006-02-11 18:34:49 +0000
commit9e3ee81579d34cca3c76e2d64e82d1d90329ab9a (patch)
tree5a6be0495696802389c31772d913ec37ccb6b0b5
parentf20193af5f3ff775bfaf785f75a1866e6de01657 (diff)
downloadscummvm-rg350-9e3ee81579d34cca3c76e2d64e82d1d90329ab9a.tar.gz
scummvm-rg350-9e3ee81579d34cca3c76e2d64e82d1d90329ab9a.tar.bz2
scummvm-rg350-9e3ee81579d34cca3c76e2d64e82d1d90329ab9a.zip
Updated header
svn-id: r20564
-rw-r--r--backends/PalmOS/Src/missing/_string.cpp3
-rw-r--r--backends/PalmOS/Src/missing/_time.cpp1
-rw-r--r--backends/PalmOS/Src/missing/_unistd.cpp3
-rw-r--r--backends/PalmOS/Src/missing/assert.h1
-rw-r--r--backends/PalmOS/Src/missing/math.h1
-rw-r--r--backends/PalmOS/Src/missing/memory.h3
-rw-r--r--backends/PalmOS/Src/missing/string.h2
-rw-r--r--backends/PalmOS/Src/missing/time.h2
8 files changed, 13 insertions, 3 deletions
diff --git a/backends/PalmOS/Src/missing/_string.cpp b/backends/PalmOS/Src/missing/_string.cpp
index f37be37ef2..a02c360ceb 100644
--- a/backends/PalmOS/Src/missing/_string.cpp
+++ b/backends/PalmOS/Src/missing/_string.cpp
@@ -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 @@ Char *strdup(const Char *s1) {
StrCopy(buf, s1);
return buf;
-}
+} \ No newline at end of file
diff --git a/backends/PalmOS/Src/missing/_time.cpp b/backends/PalmOS/Src/missing/_time.cpp
index a1c16f36e2..5de64062b0 100644
--- a/backends/PalmOS/Src/missing/_time.cpp
+++ b/backends/PalmOS/Src/missing/_time.cpp
@@ -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
diff --git a/backends/PalmOS/Src/missing/_unistd.cpp b/backends/PalmOS/Src/missing/_unistd.cpp
index 997b1a7825..91f2e8e3e5 100644
--- a/backends/PalmOS/Src/missing/_unistd.cpp
+++ b/backends/PalmOS/Src/missing/_unistd.cpp
@@ -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 @@ Char *getcwd(Char *buf, UInt32 size) {
}
return copy;
-}
+} \ No newline at end of file
diff --git a/backends/PalmOS/Src/missing/assert.h b/backends/PalmOS/Src/missing/assert.h
index 36c8be0b7a..7bc571ec15 100644
--- a/backends/PalmOS/Src/missing/assert.h
+++ b/backends/PalmOS/Src/missing/assert.h
@@ -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
diff --git a/backends/PalmOS/Src/missing/math.h b/backends/PalmOS/Src/missing/math.h
index 4e381b2ff0..eca2d9de08 100644
--- a/backends/PalmOS/Src/missing/math.h
+++ b/backends/PalmOS/Src/missing/math.h
@@ -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
diff --git a/backends/PalmOS/Src/missing/memory.h b/backends/PalmOS/Src/missing/memory.h
index c70bdcd50b..f57990b19d 100644
--- a/backends/PalmOS/Src/missing/memory.h
+++ b/backends/PalmOS/Src/missing/memory.h
@@ -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
diff --git a/backends/PalmOS/Src/missing/string.h b/backends/PalmOS/Src/missing/string.h
index a98cf4d714..589f0369a1 100644
--- a/backends/PalmOS/Src/missing/string.h
+++ b/backends/PalmOS/Src/missing/string.h
@@ -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
diff --git a/backends/PalmOS/Src/missing/time.h b/backends/PalmOS/Src/missing/time.h
index 257c89678d..706f6684bc 100644
--- a/backends/PalmOS/Src/missing/time.h
+++ b/backends/PalmOS/Src/missing/time.h
@@ -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__