aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-02-11 09:53:53 +0000
committerMax Horn2006-02-11 09:53:53 +0000
commit36934b611dbcbdac18516fc115fd18114b228693 (patch)
tree8d9c95b244718a6a832a43642c5d380220bb236f
parentee6fa83b1b1e79ee8329c0b9d58481334b46a564 (diff)
downloadscummvm-rg350-36934b611dbcbdac18516fc115fd18114b228693.tar.gz
scummvm-rg350-36934b611dbcbdac18516fc115fd18114b228693.tar.bz2
scummvm-rg350-36934b611dbcbdac18516fc115fd18114b228693.zip
Change CVS keywords to SVN keywords
svn-id: r20510
-rw-r--r--common/array.h3
-rw-r--r--common/config-file.cpp3
-rw-r--r--common/config-file.h3
-rw-r--r--common/config-manager.cpp3
-rw-r--r--common/config-manager.h3
-rw-r--r--common/debugger.cpp3
-rw-r--r--common/debugger.h3
-rw-r--r--common/endian.h3
-rw-r--r--common/file.cpp3
-rw-r--r--common/file.h3
-rw-r--r--common/list.h3
-rw-r--r--common/map.h3
-rw-r--r--common/md5.cpp3
-rw-r--r--common/md5.h3
-rw-r--r--common/mutex.cpp3
-rw-r--r--common/mutex.h3
-rw-r--r--common/rect.h3
-rw-r--r--common/savefile.cpp3
-rw-r--r--common/savefile.h3
-rw-r--r--common/scaler.cpp3
-rw-r--r--common/scaler.h3
-rw-r--r--common/scaler/2xsai.cpp3
-rw-r--r--common/scaler/aspect.cpp3
-rw-r--r--common/scaler/hq2x.cpp3
-rw-r--r--common/scaler/hq2x.h3
-rw-r--r--common/scaler/hq3x.cpp3
-rw-r--r--common/scaler/hq3x.h3
-rw-r--r--common/scaler/intern.h3
-rw-r--r--common/scaler/thumbnail.cpp3
-rw-r--r--common/scummsys.h3
-rw-r--r--common/singleton.h3
-rw-r--r--common/stack.h3
-rw-r--r--common/stdafx.h3
-rw-r--r--common/str.cpp3
-rw-r--r--common/str.h3
-rw-r--r--common/stream.cpp3
-rw-r--r--common/stream.h3
-rw-r--r--common/system.cpp3
-rw-r--r--common/system.h3
-rw-r--r--common/timer.cpp3
-rw-r--r--common/timer.h3
-rw-r--r--common/unzip.cpp3
-rw-r--r--common/unzip.h3
-rw-r--r--common/util.cpp3
-rw-r--r--common/util.h3
45 files changed, 90 insertions, 45 deletions
diff --git a/common/array.h b/common/array.h
index b873b72aff..ec4ea818d0 100644
--- a/common/array.h
+++ b/common/array.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_ARRAY_H
diff --git a/common/config-file.cpp b/common/config-file.cpp
index 06b545e6ec..91459e7fba 100644
--- a/common/config-file.cpp
+++ b/common/config-file.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/config-file.h b/common/config-file.h
index fea4da6d96..d0d22630ac 100644
--- a/common/config-file.h
+++ b/common/config-file.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index 0ea5a0c56a..128db8035b 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/config-manager.h b/common/config-manager.h
index 9f07b12df2..f34328e420 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/debugger.cpp b/common/debugger.cpp
index eee373fe9d..0ed4c4eeb6 100644
--- a/common/debugger.cpp
+++ b/common/debugger.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/debugger.h b/common/debugger.h
index c6269312cd..b850ec3c21 100644
--- a/common/debugger.h
+++ b/common/debugger.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_DEBUGGER_H
diff --git a/common/endian.h b/common/endian.h
index 0e60fd5492..489cfb9f6b 100644
--- a/common/endian.h
+++ b/common/endian.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
#ifndef COMMON_ENDIAN_H
diff --git a/common/file.cpp b/common/file.cpp
index 5ec3929f2a..871e4f6053 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/file.h b/common/file.h
index aa90c89c3c..e5c4fd0d2d 100644
--- a/common/file.h
+++ b/common/file.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/list.h b/common/list.h
index 11a4967633..a5c0d69c99 100644
--- a/common/list.h
+++ b/common/list.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_LIST_H
diff --git a/common/map.h b/common/map.h
index 32088fd1e7..091e646eef 100644
--- a/common/map.h
+++ b/common/map.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_MAP_H
diff --git a/common/md5.cpp b/common/md5.cpp
index b32a0c70a7..587e47fefd 100644
--- a/common/md5.cpp
+++ b/common/md5.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
/*
diff --git a/common/md5.h b/common/md5.h
index 6c9aee8363..be1e8214b1 100644
--- a/common/md5.h
+++ b/common/md5.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_MD5_H
diff --git a/common/mutex.cpp b/common/mutex.cpp
index 9c00cdc470..3ce520cffe 100644
--- a/common/mutex.cpp
+++ b/common/mutex.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/mutex.h b/common/mutex.h
index 72951821a5..ca332b32ad 100644
--- a/common/mutex.h
+++ b/common/mutex.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/rect.h b/common/rect.h
index 64e84b610a..20be29cc39 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/savefile.cpp b/common/savefile.cpp
index 9599b7c46b..1cdc29bfb3 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/savefile.h b/common/savefile.h
index 2d5dc4517e..af9afbb72e 100644
--- a/common/savefile.h
+++ b/common/savefile.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler.cpp b/common/scaler.cpp
index a10ee47ed8..7621a14273 100644
--- a/common/scaler.cpp
+++ b/common/scaler.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler.h b/common/scaler.h
index e4f8803bd0..9f743216ac 100644
--- a/common/scaler.h
+++ b/common/scaler.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_SCALER_H
diff --git a/common/scaler/2xsai.cpp b/common/scaler/2xsai.cpp
index 5c014192f5..c8e360083f 100644
--- a/common/scaler/2xsai.cpp
+++ b/common/scaler/2xsai.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler/aspect.cpp b/common/scaler/aspect.cpp
index 0af44ad08b..6e55236850 100644
--- a/common/scaler/aspect.cpp
+++ b/common/scaler/aspect.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler/hq2x.cpp b/common/scaler/hq2x.cpp
index 5d3636ed52..cd15e7f97b 100644
--- a/common/scaler/hq2x.cpp
+++ b/common/scaler/hq2x.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler/hq2x.h b/common/scaler/hq2x.h
index 2b5fd05e75..a59f108048 100644
--- a/common/scaler/hq2x.h
+++ b/common/scaler/hq2x.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler/hq3x.cpp b/common/scaler/hq3x.cpp
index e15d35f252..497fe69be1 100644
--- a/common/scaler/hq3x.cpp
+++ b/common/scaler/hq3x.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler/hq3x.h b/common/scaler/hq3x.h
index 950102be25..7fda8d5105 100644
--- a/common/scaler/hq3x.h
+++ b/common/scaler/hq3x.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler/intern.h b/common/scaler/intern.h
index bbedd2ef8b..fa3ca1823a 100644
--- a/common/scaler/intern.h
+++ b/common/scaler/intern.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scaler/thumbnail.cpp b/common/scaler/thumbnail.cpp
index fb3d895696..25e00363f1 100644
--- a/common/scaler/thumbnail.cpp
+++ b/common/scaler/thumbnail.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/scummsys.h b/common/scummsys.h
index 950f365210..fa9b639e1e 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
#ifndef COMMON_SCUMMSYS_H
diff --git a/common/singleton.h b/common/singleton.h
index f9fc83b855..75acb9e668 100644
--- a/common/singleton.h
+++ b/common/singleton.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/stack.h b/common/stack.h
index acaed42c8e..5e4e55035b 100644
--- a/common/stack.h
+++ b/common/stack.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_STACK_H
diff --git a/common/stdafx.h b/common/stdafx.h
index a2c7d56824..54d52a9a28 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/str.cpp b/common/str.cpp
index 7c31bd103b..df68cb8801 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#include "common/stdafx.h"
diff --git a/common/str.h b/common/str.h
index 2bb56d68a2..48fc2864d3 100644
--- a/common/str.h
+++ b/common/str.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_STRING_H
diff --git a/common/stream.cpp b/common/stream.cpp
index d83401a614..1e9c3134d1 100644
--- a/common/stream.cpp
+++ b/common/stream.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/stream.h b/common/stream.h
index 68bb264444..43e41af7ff 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/system.cpp b/common/system.cpp
index 68a1fd9b14..7b3a8064e8 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/system.h b/common/system.h
index 0761f98ef0..2b40e86abb 100644
--- a/common/system.h
+++ b/common/system.h
@@ -16,7 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/common/timer.cpp b/common/timer.cpp
index 1e935bed31..611136d5b7 100644
--- a/common/timer.cpp
+++ b/common/timer.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef __MORPHOS__
diff --git a/common/timer.h b/common/timer.h
index a0e41b5e6e..f414895060 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_TIMER_H
diff --git a/common/unzip.cpp b/common/unzip.cpp
index 0d22c92e08..aa267d2ced 100644
--- a/common/unzip.cpp
+++ b/common/unzip.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
/* unzip.c -- IO on .zip files using zlib
diff --git a/common/unzip.h b/common/unzip.h
index 7bf23ce670..1fa8f775f2 100644
--- a/common/unzip.h
+++ b/common/unzip.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
/* unzip.h -- IO for uncompress .zip files using zlib
diff --git a/common/util.cpp b/common/util.cpp
index 227c240f85..d98d8eb275 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#include "common/stdafx.h"
diff --git a/common/util.h b/common/util.h
index cd97363376..bed27ecf77 100644
--- a/common/util.h
+++ b/common/util.h
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Header$
+ * $URL$
+ * $Id$
*/
#ifndef COMMON_UTIL_H