[Scummvm-cvs-logs] SF.net SVN: scummvm: [20520] scummvm/trunk/gob
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Feb 11 02:14:02 CET 2006
Revision: 20520
Author: fingolfin
Date: 2006-02-11 02:11:37 -0800 (Sat, 11 Feb 2006)
ViewCVS: http://svn.sourceforge.net/scummvm?rev=20520&view=rev
Log Message:
-----------
Change CVS keywords to SVN keywords
Modified Paths:
--------------
scummvm/trunk/gob/anim.cpp
scummvm/trunk/gob/anim.h
scummvm/trunk/gob/cdrom.cpp
scummvm/trunk/gob/cdrom.h
scummvm/trunk/gob/dataio.cpp
scummvm/trunk/gob/dataio.h
scummvm/trunk/gob/draw.cpp
scummvm/trunk/gob/draw.h
scummvm/trunk/gob/driver_vga.cpp
scummvm/trunk/gob/driver_vga.h
scummvm/trunk/gob/game.cpp
scummvm/trunk/gob/game.h
scummvm/trunk/gob/global.cpp
scummvm/trunk/gob/global.h
scummvm/trunk/gob/gob.cpp
scummvm/trunk/gob/gob.h
scummvm/trunk/gob/goblin.cpp
scummvm/trunk/gob/goblin.h
scummvm/trunk/gob/init.cpp
scummvm/trunk/gob/init.h
scummvm/trunk/gob/inter.cpp
scummvm/trunk/gob/inter.h
scummvm/trunk/gob/inter_v1.cpp
scummvm/trunk/gob/inter_v2.cpp
scummvm/trunk/gob/map.cpp
scummvm/trunk/gob/map.h
scummvm/trunk/gob/mult.cpp
scummvm/trunk/gob/mult.h
scummvm/trunk/gob/music.cpp
scummvm/trunk/gob/music.h
scummvm/trunk/gob/pack.cpp
scummvm/trunk/gob/pack.h
scummvm/trunk/gob/palanim.cpp
scummvm/trunk/gob/palanim.h
scummvm/trunk/gob/parse.cpp
scummvm/trunk/gob/parse.h
scummvm/trunk/gob/parse_v1.cpp
scummvm/trunk/gob/parse_v2.cpp
scummvm/trunk/gob/scenery.cpp
scummvm/trunk/gob/scenery.h
scummvm/trunk/gob/sound.cpp
scummvm/trunk/gob/sound.h
scummvm/trunk/gob/timer.cpp
scummvm/trunk/gob/timer.h
scummvm/trunk/gob/util.cpp
scummvm/trunk/gob/util.h
scummvm/trunk/gob/video.cpp
scummvm/trunk/gob/video.h
Modified: scummvm/trunk/gob/anim.cpp
===================================================================
--- scummvm/trunk/gob/anim.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/anim.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/anim.h
===================================================================
--- scummvm/trunk/gob/anim.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/anim.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/cdrom.cpp
===================================================================
--- scummvm/trunk/gob/cdrom.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/cdrom.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/cdrom.h
===================================================================
--- scummvm/trunk/gob/cdrom.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/cdrom.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/dataio.cpp
===================================================================
--- scummvm/trunk/gob/dataio.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/dataio.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/dataio.h
===================================================================
--- scummvm/trunk/gob/dataio.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/dataio.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/draw.cpp
===================================================================
--- scummvm/trunk/gob/draw.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/draw.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/draw.h
===================================================================
--- scummvm/trunk/gob/draw.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/draw.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/driver_vga.cpp
===================================================================
--- scummvm/trunk/gob/driver_vga.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/driver_vga.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/driver_vga.h
===================================================================
--- scummvm/trunk/gob/driver_vga.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/driver_vga.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/game.cpp
===================================================================
--- scummvm/trunk/gob/game.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/game.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/game.h
===================================================================
--- scummvm/trunk/gob/game.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/game.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/global.cpp
===================================================================
--- scummvm/trunk/gob/global.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/global.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/global.h
===================================================================
--- scummvm/trunk/gob/global.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/global.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/gob.cpp
===================================================================
--- scummvm/trunk/gob/gob.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/gob.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/gob.h
===================================================================
--- scummvm/trunk/gob/gob.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/gob.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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$
*
*/
Modified: scummvm/trunk/gob/goblin.cpp
===================================================================
--- scummvm/trunk/gob/goblin.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/goblin.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/goblin.h
===================================================================
--- scummvm/trunk/gob/goblin.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/goblin.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/init.cpp
===================================================================
--- scummvm/trunk/gob/init.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/init.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/init.h
===================================================================
--- scummvm/trunk/gob/init.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/init.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/inter.cpp
===================================================================
--- scummvm/trunk/gob/inter.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/inter.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/inter.h
===================================================================
--- scummvm/trunk/gob/inter.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/inter.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/inter_v1.cpp
===================================================================
--- scummvm/trunk/gob/inter_v1.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/inter_v1.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/inter_v2.cpp
===================================================================
--- scummvm/trunk/gob/inter_v2.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/inter_v2.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/map.cpp
===================================================================
--- scummvm/trunk/gob/map.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/map.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/map.h
===================================================================
--- scummvm/trunk/gob/map.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/map.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/mult.cpp
===================================================================
--- scummvm/trunk/gob/mult.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/mult.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/mult.h
===================================================================
--- scummvm/trunk/gob/mult.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/mult.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/music.cpp
===================================================================
--- scummvm/trunk/gob/music.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/music.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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$
*
*/
Modified: scummvm/trunk/gob/music.h
===================================================================
--- scummvm/trunk/gob/music.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/music.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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$
*
*/
Modified: scummvm/trunk/gob/pack.cpp
===================================================================
--- scummvm/trunk/gob/pack.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/pack.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/pack.h
===================================================================
--- scummvm/trunk/gob/pack.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/pack.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/palanim.cpp
===================================================================
--- scummvm/trunk/gob/palanim.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/palanim.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/palanim.h
===================================================================
--- scummvm/trunk/gob/palanim.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/palanim.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/parse.cpp
===================================================================
--- scummvm/trunk/gob/parse.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/parse.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/parse.h
===================================================================
--- scummvm/trunk/gob/parse.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/parse.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/parse_v1.cpp
===================================================================
--- scummvm/trunk/gob/parse_v1.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/parse_v1.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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$
*
*/
Modified: scummvm/trunk/gob/parse_v2.cpp
===================================================================
--- scummvm/trunk/gob/parse_v2.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/parse_v2.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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$
*
*/
Modified: scummvm/trunk/gob/scenery.cpp
===================================================================
--- scummvm/trunk/gob/scenery.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/scenery.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/scenery.h
===================================================================
--- scummvm/trunk/gob/scenery.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/scenery.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/sound.cpp
===================================================================
--- scummvm/trunk/gob/sound.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/sound.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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$
*
*/
Modified: scummvm/trunk/gob/sound.h
===================================================================
--- scummvm/trunk/gob/sound.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/sound.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/timer.cpp
===================================================================
--- scummvm/trunk/gob/timer.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/timer.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/timer.h
===================================================================
--- scummvm/trunk/gob/timer.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/timer.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/util.cpp
===================================================================
--- scummvm/trunk/gob/util.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/util.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/util.h
===================================================================
--- scummvm/trunk/gob/util.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/util.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
Modified: scummvm/trunk/gob/video.cpp
===================================================================
--- scummvm/trunk/gob/video.cpp 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/video.cpp 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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"
Modified: scummvm/trunk/gob/video.h
===================================================================
--- scummvm/trunk/gob/video.h 2006-02-11 10:10:44 UTC (rev 20519)
+++ scummvm/trunk/gob/video.h 2006-02-11 10:11:37 UTC (rev 20520)
@@ -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
More information about the Scummvm-git-logs
mailing list