[Scummvm-cvs-logs] SF.net SVN: scummvm: [20512] scummvm/trunk/sword1

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Feb 11 02:03:03 CET 2006


Revision: 20512
Author:   fingolfin
Date:     2006-02-11 02:01:01 -0800 (Sat, 11 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20512&view=rev

Log Message:
-----------
Change CVS keywords to SVN keywords

Modified Paths:
--------------
    scummvm/trunk/sword1/animation.cpp
    scummvm/trunk/sword1/animation.h
    scummvm/trunk/sword1/collision.h
    scummvm/trunk/sword1/control.cpp
    scummvm/trunk/sword1/control.h
    scummvm/trunk/sword1/credits.cpp
    scummvm/trunk/sword1/credits.h
    scummvm/trunk/sword1/debug.cpp
    scummvm/trunk/sword1/debug.h
    scummvm/trunk/sword1/eventman.cpp
    scummvm/trunk/sword1/eventman.h
    scummvm/trunk/sword1/logic.cpp
    scummvm/trunk/sword1/logic.h
    scummvm/trunk/sword1/memman.cpp
    scummvm/trunk/sword1/memman.h
    scummvm/trunk/sword1/menu.cpp
    scummvm/trunk/sword1/menu.h
    scummvm/trunk/sword1/mouse.cpp
    scummvm/trunk/sword1/mouse.h
    scummvm/trunk/sword1/music.cpp
    scummvm/trunk/sword1/music.h
    scummvm/trunk/sword1/object.h
    scummvm/trunk/sword1/objectman.cpp
    scummvm/trunk/sword1/objectman.h
    scummvm/trunk/sword1/resman.cpp
    scummvm/trunk/sword1/resman.h
    scummvm/trunk/sword1/router.cpp
    scummvm/trunk/sword1/router.h
    scummvm/trunk/sword1/screen.cpp
    scummvm/trunk/sword1/screen.h
    scummvm/trunk/sword1/sound.cpp
    scummvm/trunk/sword1/sound.h
    scummvm/trunk/sword1/staticres.cpp
    scummvm/trunk/sword1/sword1.cpp
    scummvm/trunk/sword1/sword1.h
    scummvm/trunk/sword1/sworddefs.h
    scummvm/trunk/sword1/swordres.h
    scummvm/trunk/sword1/text.cpp
    scummvm/trunk/sword1/text.h
Modified: scummvm/trunk/sword1/animation.cpp
===================================================================
--- scummvm/trunk/sword1/animation.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/animation.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/animation.h
===================================================================
--- scummvm/trunk/sword1/animation.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/animation.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/collision.h
===================================================================
--- scummvm/trunk/sword1/collision.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/collision.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/control.cpp
===================================================================
--- scummvm/trunk/sword1/control.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/control.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/control.h
===================================================================
--- scummvm/trunk/sword1/control.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/control.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/credits.cpp
===================================================================
--- scummvm/trunk/sword1/credits.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/credits.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/credits.h
===================================================================
--- scummvm/trunk/sword1/credits.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/credits.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/debug.cpp
===================================================================
--- scummvm/trunk/sword1/debug.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/debug.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/debug.h
===================================================================
--- scummvm/trunk/sword1/debug.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/debug.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/eventman.cpp
===================================================================
--- scummvm/trunk/sword1/eventman.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/eventman.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/eventman.h
===================================================================
--- scummvm/trunk/sword1/eventman.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/eventman.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/logic.cpp
===================================================================
--- scummvm/trunk/sword1/logic.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/logic.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/logic.h
===================================================================
--- scummvm/trunk/sword1/logic.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/logic.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/memman.cpp
===================================================================
--- scummvm/trunk/sword1/memman.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/memman.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/memman.h
===================================================================
--- scummvm/trunk/sword1/memman.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/memman.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/menu.cpp
===================================================================
--- scummvm/trunk/sword1/menu.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/menu.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/menu.h
===================================================================
--- scummvm/trunk/sword1/menu.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/menu.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/mouse.cpp
===================================================================
--- scummvm/trunk/sword1/mouse.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/mouse.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/mouse.h
===================================================================
--- scummvm/trunk/sword1/mouse.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/mouse.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/music.cpp
===================================================================
--- scummvm/trunk/sword1/music.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/music.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/music.h
===================================================================
--- scummvm/trunk/sword1/music.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/music.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/object.h
===================================================================
--- scummvm/trunk/sword1/object.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/object.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/objectman.cpp
===================================================================
--- scummvm/trunk/sword1/objectman.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/objectman.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/objectman.h
===================================================================
--- scummvm/trunk/sword1/objectman.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/objectman.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/resman.cpp
===================================================================
--- scummvm/trunk/sword1/resman.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/resman.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/resman.h
===================================================================
--- scummvm/trunk/sword1/resman.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/resman.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/router.cpp
===================================================================
--- scummvm/trunk/sword1/router.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/router.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/router.h
===================================================================
--- scummvm/trunk/sword1/router.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/router.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/screen.cpp
===================================================================
--- scummvm/trunk/sword1/screen.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/screen.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/screen.h
===================================================================
--- scummvm/trunk/sword1/screen.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/screen.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/sound.cpp
===================================================================
--- scummvm/trunk/sword1/sound.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/sound.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/sound.h
===================================================================
--- scummvm/trunk/sword1/sound.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/sound.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/staticres.cpp
===================================================================
--- scummvm/trunk/sword1/staticres.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/staticres.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/sword1.cpp
===================================================================
--- scummvm/trunk/sword1/sword1.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/sword1.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/sword1.h
===================================================================
--- scummvm/trunk/sword1/sword1.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/sword1.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/sworddefs.h
===================================================================
--- scummvm/trunk/sword1/sworddefs.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/sworddefs.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/swordres.h
===================================================================
--- scummvm/trunk/sword1/swordres.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/swordres.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/text.cpp
===================================================================
--- scummvm/trunk/sword1/text.cpp	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/text.cpp	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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/sword1/text.h
===================================================================
--- scummvm/trunk/sword1/text.h	2006-02-11 09:55:41 UTC (rev 20511)
+++ scummvm/trunk/sword1/text.h	2006-02-11 10:01:01 UTC (rev 20512)
@@ -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$
  *
  */
 







More information about the Scummvm-git-logs mailing list