[Scummvm-cvs-logs] SF.net SVN: scummvm: [20579] scummex/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Feb 11 12:10:01 CET 2006


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

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

Modified Paths:
--------------
    scummex/trunk/akos.cpp
    scummex/trunk/akos.h
    scummex/trunk/blocks.h
    scummex/trunk/bomp.cpp
    scummex/trunk/bomp.h
    scummex/trunk/codec37.cpp
    scummex/trunk/codec37.h
    scummex/trunk/codec47.cpp
    scummex/trunk/codec47.h
    scummex/trunk/descumm.cpp
    scummex/trunk/descumm.h
    scummex/trunk/descumm6.cpp
    scummex/trunk/file.cpp
    scummex/trunk/file.h
    scummex/trunk/icons.h
    scummex/trunk/image.cpp
    scummex/trunk/image.h
    scummex/trunk/resource.cpp
    scummex/trunk/resource.h
    scummex/trunk/scaler.cpp
    scummex/trunk/scaler.h
    scummex/trunk/scummex.cpp
    scummex/trunk/scummex.h
    scummex/trunk/scummsys.h
    scummex/trunk/sound/audiostream.cpp
    scummex/trunk/sound/audiostream.h
    scummex/trunk/sound/mixer.cpp
    scummex/trunk/sound/mixer.h
    scummex/trunk/sound/rate.cpp
    scummex/trunk/sound/rate.h
    scummex/trunk/sound/sound.cpp
    scummex/trunk/sound/sound.h
    scummex/trunk/sound/voc.cpp
    scummex/trunk/sound/voc.h
    scummex/trunk/stdafx.h
    scummex/trunk/util.cpp
    scummex/trunk/util.h
    scummex/trunk/wxwindows.cpp
    scummex/trunk/wxwindows.h
Modified: scummex/trunk/akos.cpp
===================================================================
--- scummex/trunk/akos.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/akos.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/akos.h
===================================================================
--- scummex/trunk/akos.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/akos.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/blocks.h
===================================================================
--- scummex/trunk/blocks.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/blocks.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/bomp.cpp
===================================================================
--- scummex/trunk/bomp.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/bomp.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/bomp.h
===================================================================
--- scummex/trunk/bomp.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/bomp.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/codec37.cpp
===================================================================
--- scummex/trunk/codec37.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/codec37.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/codec37.h
===================================================================
--- scummex/trunk/codec37.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/codec37.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/codec47.cpp
===================================================================
--- scummex/trunk/codec47.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/codec47.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/codec47.h
===================================================================
--- scummex/trunk/codec47.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/codec47.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/descumm.cpp
===================================================================
--- scummex/trunk/descumm.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/descumm.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/descumm.h
===================================================================
--- scummex/trunk/descumm.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/descumm.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/descumm6.cpp
===================================================================
--- scummex/trunk/descumm6.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/descumm6.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/file.cpp
===================================================================
--- scummex/trunk/file.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/file.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/file.h
===================================================================
--- scummex/trunk/file.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/file.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/icons.h
===================================================================
--- scummex/trunk/icons.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/icons.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/image.cpp
===================================================================
--- scummex/trunk/image.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/image.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/image.h
===================================================================
--- scummex/trunk/image.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/image.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/resource.cpp
===================================================================
--- scummex/trunk/resource.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/resource.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/resource.h
===================================================================
--- scummex/trunk/resource.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/resource.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/scaler.cpp
===================================================================
--- scummex/trunk/scaler.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/scaler.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/scaler.h
===================================================================
--- scummex/trunk/scaler.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/scaler.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/scummex.cpp
===================================================================
--- scummex/trunk/scummex.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/scummex.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/scummex.h
===================================================================
--- scummex/trunk/scummex.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/scummex.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/scummsys.h
===================================================================
--- scummex/trunk/scummsys.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/scummsys.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 #ifndef SCUMMSYS_H

Modified: scummex/trunk/sound/audiostream.cpp
===================================================================
--- scummex/trunk/sound/audiostream.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/audiostream.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/audiostream.h
===================================================================
--- scummex/trunk/sound/audiostream.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/audiostream.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/mixer.cpp
===================================================================
--- scummex/trunk/sound/mixer.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/mixer.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/mixer.h
===================================================================
--- scummex/trunk/sound/mixer.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/mixer.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/rate.cpp
===================================================================
--- scummex/trunk/sound/rate.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/rate.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/rate.h
===================================================================
--- scummex/trunk/sound/rate.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/rate.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/sound.cpp
===================================================================
--- scummex/trunk/sound/sound.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/sound.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/sound.h
===================================================================
--- scummex/trunk/sound/sound.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/sound.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/voc.cpp
===================================================================
--- scummex/trunk/sound/voc.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/voc.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/sound/voc.h
===================================================================
--- scummex/trunk/sound/voc.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/sound/voc.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/stdafx.h
===================================================================
--- scummex/trunk/stdafx.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/stdafx.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/util.cpp
===================================================================
--- scummex/trunk/util.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/util.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/util.h
===================================================================
--- scummex/trunk/util.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/util.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/wxwindows.cpp
===================================================================
--- scummex/trunk/wxwindows.cpp	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/wxwindows.cpp	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummex/trunk/wxwindows.h
===================================================================
--- scummex/trunk/wxwindows.h	2006-02-11 19:25:13 UTC (rev 20578)
+++ scummex/trunk/wxwindows.h	2006-02-11 20:07:58 UTC (rev 20579)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 







More information about the Scummvm-git-logs mailing list