[Scummvm-cvs-logs] SF.net SVN: scummvm: [20533] scummvm/trunk/simon

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


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

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

Modified Paths:
--------------
    scummvm/trunk/simon/charset.cpp
    scummvm/trunk/simon/cursor.cpp
    scummvm/trunk/simon/debug.cpp
    scummvm/trunk/simon/debugger.cpp
    scummvm/trunk/simon/debugger.h
    scummvm/trunk/simon/game.cpp
    scummvm/trunk/simon/icons.cpp
    scummvm/trunk/simon/intern.h
    scummvm/trunk/simon/items.cpp
    scummvm/trunk/simon/midi.cpp
    scummvm/trunk/simon/midi.h
    scummvm/trunk/simon/midiparser_s1d.cpp
    scummvm/trunk/simon/res.cpp
    scummvm/trunk/simon/saveload.cpp
    scummvm/trunk/simon/simon.cpp
    scummvm/trunk/simon/simon.h
    scummvm/trunk/simon/verb.cpp
    scummvm/trunk/simon/vga.cpp
    scummvm/trunk/simon/vga.h
Modified: scummvm/trunk/simon/charset.cpp
===================================================================
--- scummvm/trunk/simon/charset.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/charset.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/cursor.cpp
===================================================================
--- scummvm/trunk/simon/cursor.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/cursor.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/debug.cpp
===================================================================
--- scummvm/trunk/simon/debug.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/debug.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/debugger.cpp
===================================================================
--- scummvm/trunk/simon/debugger.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/debugger.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/debugger.h
===================================================================
--- scummvm/trunk/simon/debugger.h	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/debugger.h	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/game.cpp
===================================================================
--- scummvm/trunk/simon/game.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/game.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/icons.cpp
===================================================================
--- scummvm/trunk/simon/icons.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/icons.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/intern.h
===================================================================
--- scummvm/trunk/simon/intern.h	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/intern.h	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/items.cpp
===================================================================
--- scummvm/trunk/simon/items.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/items.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/midi.cpp
===================================================================
--- scummvm/trunk/simon/midi.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/midi.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/midi.h
===================================================================
--- scummvm/trunk/simon/midi.h	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/midi.h	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/midiparser_s1d.cpp
===================================================================
--- scummvm/trunk/simon/midiparser_s1d.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/midiparser_s1d.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/res.cpp
===================================================================
--- scummvm/trunk/simon/res.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/res.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/saveload.cpp
===================================================================
--- scummvm/trunk/simon/saveload.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/saveload.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/simon.cpp
===================================================================
--- scummvm/trunk/simon/simon.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/simon.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/simon.h
===================================================================
--- scummvm/trunk/simon/simon.h	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/simon.h	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/verb.cpp
===================================================================
--- scummvm/trunk/simon/verb.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/verb.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/vga.cpp
===================================================================
--- scummvm/trunk/simon/vga.cpp	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/vga.cpp	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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/simon/vga.h
===================================================================
--- scummvm/trunk/simon/vga.h	2006-02-11 12:44:16 UTC (rev 20532)
+++ scummvm/trunk/simon/vga.h	2006-02-11 12:46:41 UTC (rev 20533)
@@ -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