From ff18cf18357518aa8adbe71593b2bfef2270683d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 11 Feb 2006 10:11:37 +0000 Subject: [PATCH] Change CVS keywords to SVN keywords svn-id: r20520 --- gob/anim.cpp | 3 ++- gob/anim.h | 3 ++- gob/cdrom.cpp | 3 ++- gob/cdrom.h | 3 ++- gob/dataio.cpp | 3 ++- gob/dataio.h | 3 ++- gob/draw.cpp | 3 ++- gob/draw.h | 3 ++- gob/driver_vga.cpp | 3 ++- gob/driver_vga.h | 3 ++- gob/game.cpp | 3 ++- gob/game.h | 3 ++- gob/global.cpp | 3 ++- gob/global.h | 3 ++- gob/gob.cpp | 3 ++- gob/gob.h | 3 ++- gob/goblin.cpp | 3 ++- gob/goblin.h | 3 ++- gob/init.cpp | 3 ++- gob/init.h | 3 ++- gob/inter.cpp | 3 ++- gob/inter.h | 3 ++- gob/inter_v1.cpp | 3 ++- gob/inter_v2.cpp | 3 ++- gob/map.cpp | 3 ++- gob/map.h | 3 ++- gob/mult.cpp | 3 ++- gob/mult.h | 3 ++- gob/music.cpp | 3 ++- gob/music.h | 3 ++- gob/pack.cpp | 3 ++- gob/pack.h | 3 ++- gob/palanim.cpp | 3 ++- gob/palanim.h | 3 ++- gob/parse.cpp | 3 ++- gob/parse.h | 3 ++- gob/parse_v1.cpp | 3 ++- gob/parse_v2.cpp | 3 ++- gob/scenery.cpp | 3 ++- gob/scenery.h | 3 ++- gob/sound.cpp | 3 ++- gob/sound.h | 3 ++- gob/timer.cpp | 3 ++- gob/timer.h | 3 ++- gob/util.cpp | 3 ++- gob/util.h | 3 ++- gob/video.cpp | 3 ++- gob/video.h | 3 ++- 48 files changed, 96 insertions(+), 48 deletions(-) diff --git a/gob/anim.cpp b/gob/anim.cpp index 90fb2be1d1c..a51befe3c83 100644 --- a/gob/anim.cpp +++ b/gob/anim.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$ * */ #include "gob/gob.h" diff --git a/gob/anim.h b/gob/anim.h index c6ba2317094..f5252364b95 100644 --- a/gob/anim.h +++ b/gob/anim.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 GOB_ANIM_H diff --git a/gob/cdrom.cpp b/gob/cdrom.cpp index 69c92f70389..bda2081404d 100644 --- a/gob/cdrom.cpp +++ b/gob/cdrom.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 "gob/gob.h" diff --git a/gob/cdrom.h b/gob/cdrom.h index 424a8dff569..582a4a553ac 100644 --- a/gob/cdrom.h +++ b/gob/cdrom.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$ * */ #include "gob/gob.h" diff --git a/gob/dataio.cpp b/gob/dataio.cpp index 222e7cd84b2..b66de4a497f 100644 --- a/gob/dataio.cpp +++ b/gob/dataio.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$ * */ #include "gob/gob.h" diff --git a/gob/dataio.h b/gob/dataio.h index 3aca50f9e8a..9b28adfd10b 100644 --- a/gob/dataio.h +++ b/gob/dataio.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 GOB_DATAIO_H diff --git a/gob/draw.cpp b/gob/draw.cpp index 00152faf41c..f0e09a96aef 100644 --- a/gob/draw.cpp +++ b/gob/draw.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$ * */ #include "gob/gob.h" diff --git a/gob/draw.h b/gob/draw.h index 0315e138a5d..77fcd3f3491 100644 --- a/gob/draw.h +++ b/gob/draw.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 GOB_DRAW_H diff --git a/gob/driver_vga.cpp b/gob/driver_vga.cpp index 40b36122641..3a2f44bc114 100644 --- a/gob/driver_vga.cpp +++ b/gob/driver_vga.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$ * */ #include "gob/driver_vga.h" diff --git a/gob/driver_vga.h b/gob/driver_vga.h index 087a3aa817c..de80b61c5f0 100644 --- a/gob/driver_vga.h +++ b/gob/driver_vga.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 GOB_DRIVER_VGA_H diff --git a/gob/game.cpp b/gob/game.cpp index e2b23b5c17f..86544f09067 100644 --- a/gob/game.cpp +++ b/gob/game.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$ * */ #include "gob/gob.h" diff --git a/gob/game.h b/gob/game.h index 4186b82983f..f1548d43864 100644 --- a/gob/game.h +++ b/gob/game.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 GOB_GAME_H diff --git a/gob/global.cpp b/gob/global.cpp index 86a1bf4cceb..0d732e1f2ae 100644 --- a/gob/global.cpp +++ b/gob/global.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$ * */ #include "gob/gob.h" diff --git a/gob/global.h b/gob/global.h index 65535be9824..1583e711c88 100644 --- a/gob/global.h +++ b/gob/global.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 GOB_GLOBAL_H diff --git a/gob/gob.cpp b/gob/gob.cpp index eb8f94032c2..a3285b219fb 100644 --- a/gob/gob.cpp +++ b/gob/gob.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/gob/gob.h b/gob/gob.h index 8691e68f5f6..211ec124ad9 100644 --- a/gob/gob.h +++ b/gob/gob.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/gob/goblin.cpp b/gob/goblin.cpp index f2f4477d6f2..f434c65a704 100644 --- a/gob/goblin.cpp +++ b/gob/goblin.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$ * */ #include "gob/gob.h" diff --git a/gob/goblin.h b/gob/goblin.h index a482b8c2bb9..858bf247ae1 100644 --- a/gob/goblin.h +++ b/gob/goblin.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 GOB_GOBLIN_H diff --git a/gob/init.cpp b/gob/init.cpp index c95f92d1936..43b63444992 100644 --- a/gob/init.cpp +++ b/gob/init.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$ * */ #include "gob/gob.h" diff --git a/gob/init.h b/gob/init.h index 9a171ef5b21..62cbb44f639 100644 --- a/gob/init.h +++ b/gob/init.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 GOB_INIT_H diff --git a/gob/inter.cpp b/gob/inter.cpp index 395c703040c..b17067411e0 100644 --- a/gob/inter.cpp +++ b/gob/inter.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$ * */ #include "gob/gob.h" diff --git a/gob/inter.h b/gob/inter.h index 48a5d3f6a18..ed55dfbcc31 100644 --- a/gob/inter.h +++ b/gob/inter.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 GOB_INTERPRET_H diff --git a/gob/inter_v1.cpp b/gob/inter_v1.cpp index 48ce9904e1c..747a852c19c 100644 --- a/gob/inter_v1.cpp +++ b/gob/inter_v1.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$ * */ #include "gob/gob.h" diff --git a/gob/inter_v2.cpp b/gob/inter_v2.cpp index baa5eaddaf9..e4bf1ce4b5b 100644 --- a/gob/inter_v2.cpp +++ b/gob/inter_v2.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$ * */ #include "gob/gob.h" diff --git a/gob/map.cpp b/gob/map.cpp index 4c7ea3c15fe..ed08d1d4010 100644 --- a/gob/map.cpp +++ b/gob/map.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$ * */ #include "gob/gob.h" diff --git a/gob/map.h b/gob/map.h index 6f1c5fe09d3..59e9a3bdf92 100644 --- a/gob/map.h +++ b/gob/map.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 GOB_MAP_H diff --git a/gob/mult.cpp b/gob/mult.cpp index dc47708c112..96bffa80d1c 100644 --- a/gob/mult.cpp +++ b/gob/mult.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$ * */ #include "gob/gob.h" diff --git a/gob/mult.h b/gob/mult.h index 6006e167d11..992c01cba30 100644 --- a/gob/mult.h +++ b/gob/mult.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 GOB_MULT_H diff --git a/gob/music.cpp b/gob/music.cpp index 3f0508efeb4..3fbb37160f9 100644 --- a/gob/music.cpp +++ b/gob/music.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/gob/music.h b/gob/music.h index e69306951a2..e6421ea32cd 100644 --- a/gob/music.h +++ b/gob/music.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/gob/pack.cpp b/gob/pack.cpp index 4728a599bf9..c255a70acec 100644 --- a/gob/pack.cpp +++ b/gob/pack.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$ * */ #include "gob/gob.h" diff --git a/gob/pack.h b/gob/pack.h index 236efa179af..9df0d97b24b 100644 --- a/gob/pack.h +++ b/gob/pack.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 GOB_UNPACKER_H diff --git a/gob/palanim.cpp b/gob/palanim.cpp index e1ec7f4dad2..7946639c4ed 100644 --- a/gob/palanim.cpp +++ b/gob/palanim.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$ * */ #include "gob/gob.h" diff --git a/gob/palanim.h b/gob/palanim.h index b8b01e8c9b8..8bc661a0526 100644 --- a/gob/palanim.h +++ b/gob/palanim.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 GOB_PALANIM_H diff --git a/gob/parse.cpp b/gob/parse.cpp index c122bd8ea08..45de528adb9 100644 --- a/gob/parse.cpp +++ b/gob/parse.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$ * */ #include "gob/gob.h" diff --git a/gob/parse.h b/gob/parse.h index a6c481d94a8..e85fbebcfa2 100644 --- a/gob/parse.h +++ b/gob/parse.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 GOB_PARSE_H diff --git a/gob/parse_v1.cpp b/gob/parse_v1.cpp index ad05f5e05b2..fc0dc91d5b9 100644 --- a/gob/parse_v1.cpp +++ b/gob/parse_v1.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/gob/parse_v2.cpp b/gob/parse_v2.cpp index 346aef5ef4e..d4dfdc863fb 100644 --- a/gob/parse_v2.cpp +++ b/gob/parse_v2.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/gob/scenery.cpp b/gob/scenery.cpp index 05391081aa6..6061e75272c 100644 --- a/gob/scenery.cpp +++ b/gob/scenery.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$ * */ #include "gob/gob.h" diff --git a/gob/scenery.h b/gob/scenery.h index cf47855a32a..119055f7bd7 100644 --- a/gob/scenery.h +++ b/gob/scenery.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 GOB_SCENERY_H diff --git a/gob/sound.cpp b/gob/sound.cpp index 0321e08052b..51c36ef22ac 100644 --- a/gob/sound.cpp +++ b/gob/sound.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/gob/sound.h b/gob/sound.h index 088b40ef732..169c2e03a4c 100644 --- a/gob/sound.h +++ b/gob/sound.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 GOB_SOUND_H diff --git a/gob/timer.cpp b/gob/timer.cpp index 90027b71e7c..0b3bc065881 100644 --- a/gob/timer.cpp +++ b/gob/timer.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$ * */ #include "gob/gob.h" diff --git a/gob/timer.h b/gob/timer.h index a7832085b7e..d47d20b376b 100644 --- a/gob/timer.h +++ b/gob/timer.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 GOB_TIMER_H diff --git a/gob/util.cpp b/gob/util.cpp index b0433f4d6c7..7e6996f00f2 100644 --- a/gob/util.cpp +++ b/gob/util.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$ * */ #include "gob/gob.h" diff --git a/gob/util.h b/gob/util.h index 6fd0857d07d..1e707b42c13 100644 --- a/gob/util.h +++ b/gob/util.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 GOB_UTIL_H diff --git a/gob/video.cpp b/gob/video.cpp index e2f071a9efc..83259c068d2 100644 --- a/gob/video.cpp +++ b/gob/video.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$ * */ #include "gob/gob.h" diff --git a/gob/video.h b/gob/video.h index 55a10b3f38e..58c6bdb3c24 100644 --- a/gob/video.h +++ b/gob/video.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 GOB_VIDEO_H