aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorMax Horn2006-02-11 09:55:41 +0000
committerMax Horn2006-02-11 09:55:41 +0000
commitaee8c0090f8b9b57a0d66b7aeeb3b527f914ce05 (patch)
tree26deea0b1fde43af994beb8853fb43f276719bd3 /scumm/smush
parent36934b611dbcbdac18516fc115fd18114b228693 (diff)
downloadscummvm-rg350-aee8c0090f8b9b57a0d66b7aeeb3b527f914ce05.tar.gz
scummvm-rg350-aee8c0090f8b9b57a0d66b7aeeb3b527f914ce05.tar.bz2
scummvm-rg350-aee8c0090f8b9b57a0d66b7aeeb3b527f914ce05.zip
Change CVS keywords to SVN keywords
svn-id: r20511
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/channel.h3
-rw-r--r--scumm/smush/chunk.cpp3
-rw-r--r--scumm/smush/chunk.h3
-rw-r--r--scumm/smush/chunk_type.h3
-rw-r--r--scumm/smush/codec1.cpp3
-rw-r--r--scumm/smush/codec37.cpp3
-rw-r--r--scumm/smush/codec37.h3
-rw-r--r--scumm/smush/codec47.cpp3
-rw-r--r--scumm/smush/codec47.h3
-rw-r--r--scumm/smush/imuse_channel.cpp3
-rw-r--r--scumm/smush/saud_channel.cpp3
-rw-r--r--scumm/smush/smush_font.cpp3
-rw-r--r--scumm/smush/smush_font.h3
-rw-r--r--scumm/smush/smush_mixer.cpp3
-rw-r--r--scumm/smush/smush_mixer.h3
-rw-r--r--scumm/smush/smush_player.cpp3
-rw-r--r--scumm/smush/smush_player.h3
17 files changed, 34 insertions, 17 deletions
diff --git a/scumm/smush/channel.h b/scumm/smush/channel.h
index 700ca72231..52e64c8b2d 100644
--- a/scumm/smush/channel.h
+++ b/scumm/smush/channel.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/scumm/smush/chunk.cpp b/scumm/smush/chunk.cpp
index eb4456613d..60512cdf2f 100644
--- a/scumm/smush/chunk.cpp
+++ b/scumm/smush/chunk.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$
*
*/
diff --git a/scumm/smush/chunk.h b/scumm/smush/chunk.h
index 1ce0727a02..26290538a6 100644
--- a/scumm/smush/chunk.h
+++ b/scumm/smush/chunk.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/scumm/smush/chunk_type.h b/scumm/smush/chunk_type.h
index 38a1cf165c..18c49f0dbf 100644
--- a/scumm/smush/chunk_type.h
+++ b/scumm/smush/chunk_type.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/scumm/smush/codec1.cpp b/scumm/smush/codec1.cpp
index d7304da0e2..04d55e2ed7 100644
--- a/scumm/smush/codec1.cpp
+++ b/scumm/smush/codec1.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$
*
*/
diff --git a/scumm/smush/codec37.cpp b/scumm/smush/codec37.cpp
index 7948d09a54..732bffeeae 100644
--- a/scumm/smush/codec37.cpp
+++ b/scumm/smush/codec37.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$
*
*/
diff --git a/scumm/smush/codec37.h b/scumm/smush/codec37.h
index 1e8ca815c5..534316c1e5 100644
--- a/scumm/smush/codec37.h
+++ b/scumm/smush/codec37.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/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index 8a49880b92..ef10a282a9 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.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$
*
*/
diff --git a/scumm/smush/codec47.h b/scumm/smush/codec47.h
index 52e6d359ff..ea71c22963 100644
--- a/scumm/smush/codec47.h
+++ b/scumm/smush/codec47.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/scumm/smush/imuse_channel.cpp b/scumm/smush/imuse_channel.cpp
index fd643ed002..76a10a9e9e 100644
--- a/scumm/smush/imuse_channel.cpp
+++ b/scumm/smush/imuse_channel.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$
*
*/
diff --git a/scumm/smush/saud_channel.cpp b/scumm/smush/saud_channel.cpp
index 41fb443d54..2277336570 100644
--- a/scumm/smush/saud_channel.cpp
+++ b/scumm/smush/saud_channel.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$
*
*/
diff --git a/scumm/smush/smush_font.cpp b/scumm/smush/smush_font.cpp
index 5171611983..96d9e2f7c5 100644
--- a/scumm/smush/smush_font.cpp
+++ b/scumm/smush/smush_font.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$
*
*/
diff --git a/scumm/smush/smush_font.h b/scumm/smush/smush_font.h
index 8fb5eec03b..724eb46658 100644
--- a/scumm/smush/smush_font.h
+++ b/scumm/smush/smush_font.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/scumm/smush/smush_mixer.cpp b/scumm/smush/smush_mixer.cpp
index ac2e640f65..00a50321da 100644
--- a/scumm/smush/smush_mixer.cpp
+++ b/scumm/smush/smush_mixer.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$
*
*/
diff --git a/scumm/smush/smush_mixer.h b/scumm/smush/smush_mixer.h
index fd31446076..2a7c2d3ebc 100644
--- a/scumm/smush/smush_mixer.h
+++ b/scumm/smush/smush_mixer.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/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 06e1af0cd8..926e7f9f87 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.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$
*
*/
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h
index 4564a92e48..f697057d89 100644
--- a/scumm/smush/smush_player.h
+++ b/scumm/smush/smush_player.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$
*
*/