aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
authorMax Horn2006-02-11 10:01:01 +0000
committerMax Horn2006-02-11 10:01:01 +0000
commit484e6f923fc18065accd23f0d0ef43004047ca7f (patch)
tree465519a3eaf60f16275b803048e2618c3dad3a51 /sword1
parentaee8c0090f8b9b57a0d66b7aeeb3b527f914ce05 (diff)
downloadscummvm-rg350-484e6f923fc18065accd23f0d0ef43004047ca7f.tar.gz
scummvm-rg350-484e6f923fc18065accd23f0d0ef43004047ca7f.tar.bz2
scummvm-rg350-484e6f923fc18065accd23f0d0ef43004047ca7f.zip
Change CVS keywords to SVN keywords
svn-id: r20512
Diffstat (limited to 'sword1')
-rw-r--r--sword1/animation.cpp3
-rw-r--r--sword1/animation.h3
-rw-r--r--sword1/collision.h3
-rw-r--r--sword1/control.cpp3
-rw-r--r--sword1/control.h3
-rw-r--r--sword1/credits.cpp3
-rw-r--r--sword1/credits.h3
-rw-r--r--sword1/debug.cpp3
-rw-r--r--sword1/debug.h3
-rw-r--r--sword1/eventman.cpp3
-rw-r--r--sword1/eventman.h3
-rw-r--r--sword1/logic.cpp3
-rw-r--r--sword1/logic.h3
-rw-r--r--sword1/memman.cpp3
-rw-r--r--sword1/memman.h3
-rw-r--r--sword1/menu.cpp3
-rw-r--r--sword1/menu.h3
-rw-r--r--sword1/mouse.cpp3
-rw-r--r--sword1/mouse.h3
-rw-r--r--sword1/music.cpp3
-rw-r--r--sword1/music.h3
-rw-r--r--sword1/object.h3
-rw-r--r--sword1/objectman.cpp3
-rw-r--r--sword1/objectman.h3
-rw-r--r--sword1/resman.cpp3
-rw-r--r--sword1/resman.h3
-rw-r--r--sword1/router.cpp3
-rw-r--r--sword1/router.h3
-rw-r--r--sword1/screen.cpp3
-rw-r--r--sword1/screen.h3
-rw-r--r--sword1/sound.cpp3
-rw-r--r--sword1/sound.h3
-rw-r--r--sword1/staticres.cpp3
-rw-r--r--sword1/sword1.cpp3
-rw-r--r--sword1/sword1.h3
-rw-r--r--sword1/sworddefs.h3
-rw-r--r--sword1/swordres.h3
-rw-r--r--sword1/text.cpp3
-rw-r--r--sword1/text.h3
39 files changed, 78 insertions, 39 deletions
diff --git a/sword1/animation.cpp b/sword1/animation.cpp
index 18dac5aadb..f6865cc5e2 100644
--- a/sword1/animation.cpp
+++ b/sword1/animation.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/sword1/animation.h b/sword1/animation.h
index fc9bd7b411..2200212384 100644
--- a/sword1/animation.h
+++ b/sword1/animation.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/sword1/collision.h b/sword1/collision.h
index 9e476d2e2c..0795298ec6 100644
--- a/sword1/collision.h
+++ b/sword1/collision.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/sword1/control.cpp b/sword1/control.cpp
index fe15eeaa19..bf101e9638 100644
--- a/sword1/control.cpp
+++ b/sword1/control.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/sword1/control.h b/sword1/control.h
index f06b7c0680..b1f81165be 100644
--- a/sword1/control.h
+++ b/sword1/control.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/sword1/credits.cpp b/sword1/credits.cpp
index 7fc3bdbd4e..117430b96f 100644
--- a/sword1/credits.cpp
+++ b/sword1/credits.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/sword1/credits.h b/sword1/credits.h
index 12a8ddf39b..a964744f22 100644
--- a/sword1/credits.h
+++ b/sword1/credits.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/sword1/debug.cpp b/sword1/debug.cpp
index 9c19f37ba7..d5ef5f87da 100644
--- a/sword1/debug.cpp
+++ b/sword1/debug.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/sword1/debug.h b/sword1/debug.h
index 841882fc89..36ddf26973 100644
--- a/sword1/debug.h
+++ b/sword1/debug.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/sword1/eventman.cpp b/sword1/eventman.cpp
index bf3a81bf5d..c13007e8fc 100644
--- a/sword1/eventman.cpp
+++ b/sword1/eventman.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/sword1/eventman.h b/sword1/eventman.h
index a31d2b593f..c04b12e711 100644
--- a/sword1/eventman.h
+++ b/sword1/eventman.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/sword1/logic.cpp b/sword1/logic.cpp
index f289e2f499..27108e9e51 100644
--- a/sword1/logic.cpp
+++ b/sword1/logic.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/sword1/logic.h b/sword1/logic.h
index b9200e3707..32977dc83c 100644
--- a/sword1/logic.h
+++ b/sword1/logic.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/sword1/memman.cpp b/sword1/memman.cpp
index 621ed56d08..b9b0dc5d24 100644
--- a/sword1/memman.cpp
+++ b/sword1/memman.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/sword1/memman.h b/sword1/memman.h
index fd1e27cd2f..e230fac1af 100644
--- a/sword1/memman.h
+++ b/sword1/memman.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/sword1/menu.cpp b/sword1/menu.cpp
index a733e619e2..1266d39daa 100644
--- a/sword1/menu.cpp
+++ b/sword1/menu.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/sword1/menu.h b/sword1/menu.h
index 553bdac963..134ad9ab30 100644
--- a/sword1/menu.h
+++ b/sword1/menu.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/sword1/mouse.cpp b/sword1/mouse.cpp
index d14cd0225d..a84708c6b9 100644
--- a/sword1/mouse.cpp
+++ b/sword1/mouse.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/sword1/mouse.h b/sword1/mouse.h
index 1608d1a927..8512d85791 100644
--- a/sword1/mouse.h
+++ b/sword1/mouse.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/sword1/music.cpp b/sword1/music.cpp
index 7bf4f61a68..a5ed77d30d 100644
--- a/sword1/music.cpp
+++ b/sword1/music.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/sword1/music.h b/sword1/music.h
index 7ce91aa430..4f355d3931 100644
--- a/sword1/music.h
+++ b/sword1/music.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/sword1/object.h b/sword1/object.h
index 958a248197..3d2cde4a6d 100644
--- a/sword1/object.h
+++ b/sword1/object.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/sword1/objectman.cpp b/sword1/objectman.cpp
index 426238d498..330e5566ee 100644
--- a/sword1/objectman.cpp
+++ b/sword1/objectman.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/sword1/objectman.h b/sword1/objectman.h
index 2dd9d5118a..398d7d85a4 100644
--- a/sword1/objectman.h
+++ b/sword1/objectman.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/sword1/resman.cpp b/sword1/resman.cpp
index 31d895bc61..fd86993dfa 100644
--- a/sword1/resman.cpp
+++ b/sword1/resman.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/sword1/resman.h b/sword1/resman.h
index 64e881d390..e2920b0a81 100644
--- a/sword1/resman.h
+++ b/sword1/resman.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/sword1/router.cpp b/sword1/router.cpp
index 4fd21068a8..d4a1b26648 100644
--- a/sword1/router.cpp
+++ b/sword1/router.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/sword1/router.h b/sword1/router.h
index 3bb545f47d..e7c835f6d2 100644
--- a/sword1/router.h
+++ b/sword1/router.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/sword1/screen.cpp b/sword1/screen.cpp
index 8e5daba092..248f1d3227 100644
--- a/sword1/screen.cpp
+++ b/sword1/screen.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/sword1/screen.h b/sword1/screen.h
index b40439dbc2..43a0b74cab 100644
--- a/sword1/screen.h
+++ b/sword1/screen.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/sword1/sound.cpp b/sword1/sound.cpp
index 2fcd51a270..5275c5683e 100644
--- a/sword1/sound.cpp
+++ b/sword1/sound.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/sword1/sound.h b/sword1/sound.h
index 03cffefc16..10fed8b33c 100644
--- a/sword1/sound.h
+++ b/sword1/sound.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/sword1/staticres.cpp b/sword1/staticres.cpp
index 5247ebf6d6..9991d0e826 100644
--- a/sword1/staticres.cpp
+++ b/sword1/staticres.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/sword1/sword1.cpp b/sword1/sword1.cpp
index 6ede98ec70..1f49426262 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.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/sword1/sword1.h b/sword1/sword1.h
index 808f50c55b..a41685ad75 100644
--- a/sword1/sword1.h
+++ b/sword1/sword1.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/sword1/sworddefs.h b/sword1/sworddefs.h
index 01ba685469..4b057245c5 100644
--- a/sword1/sworddefs.h
+++ b/sword1/sworddefs.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/sword1/swordres.h b/sword1/swordres.h
index 098a3b4cdd..dca5330350 100644
--- a/sword1/swordres.h
+++ b/sword1/swordres.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/sword1/text.cpp b/sword1/text.cpp
index c06d7fd766..d7e14073e9 100644
--- a/sword1/text.cpp
+++ b/sword1/text.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/sword1/text.h b/sword1/text.h
index fb2428d38d..34b106518a 100644
--- a/sword1/text.h
+++ b/sword1/text.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$
*
*/