aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-02-11 10:11:37 +0000
committerMax Horn2006-02-11 10:11:37 +0000
commitff18cf18357518aa8adbe71593b2bfef2270683d (patch)
tree271cdcabed7fc14c7663cdfc07195860b49c833f
parent13d6a56867b25ed810cb3f057f17f0e66c9821bb (diff)
downloadscummvm-rg350-ff18cf18357518aa8adbe71593b2bfef2270683d.tar.gz
scummvm-rg350-ff18cf18357518aa8adbe71593b2bfef2270683d.tar.bz2
scummvm-rg350-ff18cf18357518aa8adbe71593b2bfef2270683d.zip
Change CVS keywords to SVN keywords
svn-id: r20520
-rw-r--r--gob/anim.cpp3
-rw-r--r--gob/anim.h3
-rw-r--r--gob/cdrom.cpp3
-rw-r--r--gob/cdrom.h3
-rw-r--r--gob/dataio.cpp3
-rw-r--r--gob/dataio.h3
-rw-r--r--gob/draw.cpp3
-rw-r--r--gob/draw.h3
-rw-r--r--gob/driver_vga.cpp3
-rw-r--r--gob/driver_vga.h3
-rw-r--r--gob/game.cpp3
-rw-r--r--gob/game.h3
-rw-r--r--gob/global.cpp3
-rw-r--r--gob/global.h3
-rw-r--r--gob/gob.cpp3
-rw-r--r--gob/gob.h3
-rw-r--r--gob/goblin.cpp3
-rw-r--r--gob/goblin.h3
-rw-r--r--gob/init.cpp3
-rw-r--r--gob/init.h3
-rw-r--r--gob/inter.cpp3
-rw-r--r--gob/inter.h3
-rw-r--r--gob/inter_v1.cpp3
-rw-r--r--gob/inter_v2.cpp3
-rw-r--r--gob/map.cpp3
-rw-r--r--gob/map.h3
-rw-r--r--gob/mult.cpp3
-rw-r--r--gob/mult.h3
-rw-r--r--gob/music.cpp3
-rw-r--r--gob/music.h3
-rw-r--r--gob/pack.cpp3
-rw-r--r--gob/pack.h3
-rw-r--r--gob/palanim.cpp3
-rw-r--r--gob/palanim.h3
-rw-r--r--gob/parse.cpp3
-rw-r--r--gob/parse.h3
-rw-r--r--gob/parse_v1.cpp3
-rw-r--r--gob/parse_v2.cpp3
-rw-r--r--gob/scenery.cpp3
-rw-r--r--gob/scenery.h3
-rw-r--r--gob/sound.cpp3
-rw-r--r--gob/sound.h3
-rw-r--r--gob/timer.cpp3
-rw-r--r--gob/timer.h3
-rw-r--r--gob/util.cpp3
-rw-r--r--gob/util.h3
-rw-r--r--gob/video.cpp3
-rw-r--r--gob/video.h3
48 files changed, 96 insertions, 48 deletions
diff --git a/gob/anim.cpp b/gob/anim.cpp
index 90fb2be1d1..a51befe3c8 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 c6ba231709..f5252364b9 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 69c92f7038..bda2081404 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 424a8dff56..582a4a553a 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 222e7cd84b..b66de4a497 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 3aca50f9e8..9b28adfd10 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 00152faf41..f0e09a96ae 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 0315e138a5..77fcd3f349 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 40b3612264..3a2f44bc11 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 087a3aa817..de80b61c5f 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 e2b23b5c17..86544f0906 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 4186b82983..f1548d4386 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 86a1bf4cce..0d732e1f2a 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 65535be982..1583e711c8 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 eb8f94032c..a3285b219f 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 8691e68f5f..211ec124ad 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 f2f4477d6f..f434c65a70 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 a482b8c2bb..858bf247ae 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 c95f92d193..43b6344499 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 9a171ef5b2..62cbb44f63 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 395c703040..b17067411e 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 48a5d3f6a1..ed55dfbcc3 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 48ce9904e1..747a852c19 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 baa5eaddaf..e4bf1ce4b5 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 4c7ea3c15f..ed08d1d401 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 6f1c5fe09d..59e9a3bdf9 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 dc47708c11..96bffa80d1 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 6006e167d1..992c01cba3 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 3f0508efeb..3fbb37160f 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 e69306951a..e6421ea32c 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 4728a599bf..c255a70ace 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 236efa179a..9df0d97b24 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 e1ec7f4dad..7946639c4e 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 b8b01e8c9b..8bc661a052 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 c122bd8ea0..45de528adb 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 a6c481d94a..e85fbebcfa 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 ad05f5e05b..fc0dc91d5b 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 346aef5ef4..d4dfdc863f 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 05391081aa..6061e75272 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 cf47855a32..119055f7bd 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 0321e08052..51c36ef22a 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 088b40ef73..169c2e03a4 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 90027b71e7..0b3bc06588 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 a7832085b7..d47d20b376 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 b0433f4d6c..7e6996f00f 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 6fd0857d07..1e707b42c1 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 e2f071a9ef..83259c068d 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 55a10b3f38..58c6bdb3c2 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