From 36934b611dbcbdac18516fc115fd18114b228693 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 11 Feb 2006 09:53:53 +0000 Subject: Change CVS keywords to SVN keywords svn-id: r20510 --- common/array.h | 3 ++- common/config-file.cpp | 3 ++- common/config-file.h | 3 ++- common/config-manager.cpp | 3 ++- common/config-manager.h | 3 ++- common/debugger.cpp | 3 ++- common/debugger.h | 3 ++- common/endian.h | 3 ++- common/file.cpp | 3 ++- common/file.h | 3 ++- common/list.h | 3 ++- common/map.h | 3 ++- common/md5.cpp | 3 ++- common/md5.h | 3 ++- common/mutex.cpp | 3 ++- common/mutex.h | 3 ++- common/rect.h | 3 ++- common/savefile.cpp | 3 ++- common/savefile.h | 3 ++- common/scaler.cpp | 3 ++- common/scaler.h | 3 ++- common/scaler/2xsai.cpp | 3 ++- common/scaler/aspect.cpp | 3 ++- common/scaler/hq2x.cpp | 3 ++- common/scaler/hq2x.h | 3 ++- common/scaler/hq3x.cpp | 3 ++- common/scaler/hq3x.h | 3 ++- common/scaler/intern.h | 3 ++- common/scaler/thumbnail.cpp | 3 ++- common/scummsys.h | 3 ++- common/singleton.h | 3 ++- common/stack.h | 3 ++- common/stdafx.h | 3 ++- common/str.cpp | 3 ++- common/str.h | 3 ++- common/stream.cpp | 3 ++- common/stream.h | 3 ++- common/system.cpp | 3 ++- common/system.h | 3 ++- common/timer.cpp | 3 ++- common/timer.h | 3 ++- common/unzip.cpp | 3 ++- common/unzip.h | 3 ++- common/util.cpp | 3 ++- common/util.h | 3 ++- 45 files changed, 90 insertions(+), 45 deletions(-) (limited to 'common') 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 -- cgit v1.2.3