From 9e3ee81579d34cca3c76e2d64e82d1d90329ab9a Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 11 Feb 2006 18:34:49 +0000 Subject: Updated header svn-id: r20564 --- backends/PalmOS/Src/missing/_string.cpp | 3 ++- backends/PalmOS/Src/missing/_time.cpp | 1 + backends/PalmOS/Src/missing/_unistd.cpp | 3 ++- backends/PalmOS/Src/missing/assert.h | 1 + backends/PalmOS/Src/missing/math.h | 1 + backends/PalmOS/Src/missing/memory.h | 3 ++- backends/PalmOS/Src/missing/string.h | 2 ++ backends/PalmOS/Src/missing/time.h | 2 ++ 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__ -- cgit v1.2.3