aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorMax Horn2006-02-11 12:44:16 +0000
committerMax Horn2006-02-11 12:44:16 +0000
commitfd128bebc628912e03f5722c7d135972d93787ec (patch)
tree17afcad8dbe8de0f7a824a673ce7ed44f0c5266f /saga
parent075e5096051e460fa3330af4c9b979ebfab19a6e (diff)
downloadscummvm-rg350-fd128bebc628912e03f5722c7d135972d93787ec.tar.gz
scummvm-rg350-fd128bebc628912e03f5722c7d135972d93787ec.tar.bz2
scummvm-rg350-fd128bebc628912e03f5722c7d135972d93787ec.zip
Change CVS keywords to SVN keywords
svn-id: r20532
Diffstat (limited to 'saga')
-rw-r--r--saga/actor.cpp3
-rw-r--r--saga/actor.h3
-rw-r--r--saga/animation.cpp3
-rw-r--r--saga/animation.h3
-rw-r--r--saga/console.cpp3
-rw-r--r--saga/console.h3
-rw-r--r--saga/events.cpp3
-rw-r--r--saga/events.h3
-rw-r--r--saga/font.cpp3
-rw-r--r--saga/font.h3
-rw-r--r--saga/font_map.cpp3
-rw-r--r--saga/game.cpp3
-rw-r--r--saga/gfx.cpp3
-rw-r--r--saga/gfx.h3
-rw-r--r--saga/ihnm_introproc.cpp3
-rw-r--r--saga/image.cpp3
-rw-r--r--saga/input.cpp3
-rw-r--r--saga/interface.cpp3
-rw-r--r--saga/interface.h3
-rw-r--r--saga/isomap.cpp3
-rw-r--r--saga/isomap.h3
-rw-r--r--saga/ite_introproc.cpp3
-rw-r--r--saga/itedata.cpp3
-rw-r--r--saga/itedata.h3
-rw-r--r--saga/list.h3
-rw-r--r--saga/music.cpp3
-rw-r--r--saga/music.h3
-rw-r--r--saga/objectmap.cpp3
-rw-r--r--saga/objectmap.h3
-rw-r--r--saga/palanim.cpp3
-rw-r--r--saga/palanim.h3
-rw-r--r--saga/puzzle.cpp3
-rw-r--r--saga/puzzle.h3
-rw-r--r--saga/render.cpp3
-rw-r--r--saga/render.h3
-rw-r--r--saga/resnames.h3
-rw-r--r--saga/rscfile.cpp3
-rw-r--r--saga/rscfile.h3
-rw-r--r--saga/saga.cpp3
-rw-r--r--saga/saga.h3
-rw-r--r--saga/saveload.cpp3
-rw-r--r--saga/scene.cpp3
-rw-r--r--saga/scene.h3
-rw-r--r--saga/script.cpp3
-rw-r--r--saga/script.h3
-rw-r--r--saga/sfuncs.cpp3
-rw-r--r--saga/sndres.cpp3
-rw-r--r--saga/sndres.h3
-rw-r--r--saga/sound.cpp3
-rw-r--r--saga/sound.h3
-rw-r--r--saga/sprite.cpp3
-rw-r--r--saga/sprite.h3
-rw-r--r--saga/sthread.cpp3
-rw-r--r--saga/stream.h3
54 files changed, 108 insertions, 54 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index 34a2990a2b..cc89f0ef2a 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -17,7 +17,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/saga/actor.h b/saga/actor.h
index 7ca9842d7c..74f1abd689 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -17,7 +17,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/saga/animation.cpp b/saga/animation.cpp
index 4d0d6b1f6a..016070dc50 100644
--- a/saga/animation.cpp
+++ b/saga/animation.cpp
@@ -17,7 +17,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/saga/animation.h b/saga/animation.h
index d1f270a908..191166732a 100644
--- a/saga/animation.h
+++ b/saga/animation.h
@@ -17,7 +17,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/saga/console.cpp b/saga/console.cpp
index cdcb471ac9..3455c8c1c3 100644
--- a/saga/console.cpp
+++ b/saga/console.cpp
@@ -17,7 +17,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/saga/console.h b/saga/console.h
index d938f0fd5e..c93373960f 100644
--- a/saga/console.h
+++ b/saga/console.h
@@ -17,7 +17,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/saga/events.cpp b/saga/events.cpp
index 71821d953e..0d1da65efb 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -17,7 +17,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/saga/events.h b/saga/events.h
index 0d7163f4ab..d89b3d89f5 100644
--- a/saga/events.h
+++ b/saga/events.h
@@ -17,7 +17,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/saga/font.cpp b/saga/font.cpp
index 8f434c5902..9a91bf4872 100644
--- a/saga/font.cpp
+++ b/saga/font.cpp
@@ -17,7 +17,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/saga/font.h b/saga/font.h
index 573ec3363b..f7f2113808 100644
--- a/saga/font.h
+++ b/saga/font.h
@@ -17,7 +17,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/saga/font_map.cpp b/saga/font_map.cpp
index b997e51b6b..04e3400b2e 100644
--- a/saga/font_map.cpp
+++ b/saga/font_map.cpp
@@ -17,7 +17,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/saga/game.cpp b/saga/game.cpp
index f17bccdb76..86526fe267 100644
--- a/saga/game.cpp
+++ b/saga/game.cpp
@@ -17,7 +17,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/saga/gfx.cpp b/saga/gfx.cpp
index c4f3386e8b..4de8c52de2 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -17,7 +17,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/saga/gfx.h b/saga/gfx.h
index 6fc0414e2b..ff96cbf081 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -17,7 +17,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/saga/ihnm_introproc.cpp b/saga/ihnm_introproc.cpp
index e59b62aadd..881625c170 100644
--- a/saga/ihnm_introproc.cpp
+++ b/saga/ihnm_introproc.cpp
@@ -17,7 +17,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/saga/image.cpp b/saga/image.cpp
index ff879e6196..b7ac53f179 100644
--- a/saga/image.cpp
+++ b/saga/image.cpp
@@ -17,7 +17,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/saga/input.cpp b/saga/input.cpp
index e8bdd5c61a..0abce03a31 100644
--- a/saga/input.cpp
+++ b/saga/input.cpp
@@ -17,7 +17,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$
*
*/
#include "saga/saga.h"
diff --git a/saga/interface.cpp b/saga/interface.cpp
index c59704f4ab..1d3b110068 100644
--- a/saga/interface.cpp
+++ b/saga/interface.cpp
@@ -17,7 +17,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/saga/interface.h b/saga/interface.h
index 97a27b2cab..bee3fd4a2a 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -17,7 +17,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/saga/isomap.cpp b/saga/isomap.cpp
index 132a56ad90..6acbf8ba70 100644
--- a/saga/isomap.cpp
+++ b/saga/isomap.cpp
@@ -17,7 +17,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/saga/isomap.h b/saga/isomap.h
index 258e8f038f..9264c20fbe 100644
--- a/saga/isomap.h
+++ b/saga/isomap.h
@@ -17,7 +17,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/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index 2c8050b87e..abe2deb4a5 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -17,7 +17,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/saga/itedata.cpp b/saga/itedata.cpp
index 433d29b88e..3329ab1bbd 100644
--- a/saga/itedata.cpp
+++ b/saga/itedata.cpp
@@ -17,7 +17,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/saga/itedata.h b/saga/itedata.h
index 9f3f1575df..45d045356d 100644
--- a/saga/itedata.h
+++ b/saga/itedata.h
@@ -17,7 +17,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/saga/list.h b/saga/list.h
index 68f3373ac3..d002f405de 100644
--- a/saga/list.h
+++ b/saga/list.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/saga/music.cpp b/saga/music.cpp
index 3ed035e7a8..e352818ee6 100644
--- a/saga/music.cpp
+++ b/saga/music.cpp
@@ -17,7 +17,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$
*
*/
#include "saga/saga.h"
diff --git a/saga/music.h b/saga/music.h
index 59245023b5..377a5bf1d8 100644
--- a/saga/music.h
+++ b/saga/music.h
@@ -17,7 +17,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/saga/objectmap.cpp b/saga/objectmap.cpp
index e4d4540bbe..d0a302b0d7 100644
--- a/saga/objectmap.cpp
+++ b/saga/objectmap.cpp
@@ -17,7 +17,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/saga/objectmap.h b/saga/objectmap.h
index c83f6ec827..43356d3579 100644
--- a/saga/objectmap.h
+++ b/saga/objectmap.h
@@ -17,7 +17,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/saga/palanim.cpp b/saga/palanim.cpp
index d59baacbbb..4cfaf5e0fd 100644
--- a/saga/palanim.cpp
+++ b/saga/palanim.cpp
@@ -17,7 +17,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/saga/palanim.h b/saga/palanim.h
index 4d1b00bd16..e2ca695eb6 100644
--- a/saga/palanim.h
+++ b/saga/palanim.h
@@ -17,7 +17,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/saga/puzzle.cpp b/saga/puzzle.cpp
index f0992eee10..c09a9c0462 100644
--- a/saga/puzzle.cpp
+++ b/saga/puzzle.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/saga/puzzle.h b/saga/puzzle.h
index 24adaf07aa..b5c9b7c15c 100644
--- a/saga/puzzle.h
+++ b/saga/puzzle.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/saga/render.cpp b/saga/render.cpp
index 5378ad21e1..7d312fb920 100644
--- a/saga/render.cpp
+++ b/saga/render.cpp
@@ -17,7 +17,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/saga/render.h b/saga/render.h
index b0bc545eb0..f6187393d2 100644
--- a/saga/render.h
+++ b/saga/render.h
@@ -17,7 +17,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/saga/resnames.h b/saga/resnames.h
index 14d853d813..01522a9ca7 100644
--- a/saga/resnames.h
+++ b/saga/resnames.h
@@ -17,7 +17,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/saga/rscfile.cpp b/saga/rscfile.cpp
index 15feb1b9bc..24d1262d56 100644
--- a/saga/rscfile.cpp
+++ b/saga/rscfile.cpp
@@ -17,7 +17,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/saga/rscfile.h b/saga/rscfile.h
index 462be501f2..434a6d9a96 100644
--- a/saga/rscfile.h
+++ b/saga/rscfile.h
@@ -17,7 +17,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/saga/saga.cpp b/saga/saga.cpp
index 577787a4ce..4adda480c6 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -17,7 +17,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$
*
*/
#include "common/stdafx.h"
diff --git a/saga/saga.h b/saga/saga.h
index 6b87a3a22a..f2111265bd 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -17,7 +17,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/saga/saveload.cpp b/saga/saveload.cpp
index f852926440..761ae49521 100644
--- a/saga/saveload.cpp
+++ b/saga/saveload.cpp
@@ -17,7 +17,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/saga/scene.cpp b/saga/scene.cpp
index be7869c508..708800dc41 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -17,7 +17,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/saga/scene.h b/saga/scene.h
index 90aa007bf5..7f99140d10 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -17,7 +17,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/saga/script.cpp b/saga/script.cpp
index 905850085a..3d3a626e9f 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -17,7 +17,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/saga/script.h b/saga/script.h
index 59af754102..bc11013b3f 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -17,7 +17,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/saga/sfuncs.cpp b/saga/sfuncs.cpp
index 10853d98cc..9caa15150b 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -17,7 +17,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/saga/sndres.cpp b/saga/sndres.cpp
index 0c791b9eb2..d3679599fd 100644
--- a/saga/sndres.cpp
+++ b/saga/sndres.cpp
@@ -17,7 +17,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/saga/sndres.h b/saga/sndres.h
index 72d8a8c630..638fb80849 100644
--- a/saga/sndres.h
+++ b/saga/sndres.h
@@ -17,7 +17,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/saga/sound.cpp b/saga/sound.cpp
index 2bfd50a6a4..37f9cf174f 100644
--- a/saga/sound.cpp
+++ b/saga/sound.cpp
@@ -17,7 +17,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$
*
*/
#include "saga/saga.h"
diff --git a/saga/sound.h b/saga/sound.h
index 63019409fe..85c3eda748 100644
--- a/saga/sound.h
+++ b/saga/sound.h
@@ -17,7 +17,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/saga/sprite.cpp b/saga/sprite.cpp
index 18ba5df72f..5309b1f109 100644
--- a/saga/sprite.cpp
+++ b/saga/sprite.cpp
@@ -17,7 +17,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/saga/sprite.h b/saga/sprite.h
index 79be90165a..03bde8e050 100644
--- a/saga/sprite.h
+++ b/saga/sprite.h
@@ -17,7 +17,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/saga/sthread.cpp b/saga/sthread.cpp
index 4bd7e54b59..a6724b588c 100644
--- a/saga/sthread.cpp
+++ b/saga/sthread.cpp
@@ -17,7 +17,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/saga/stream.h b/saga/stream.h
index 9abf1ad617..4a407216b2 100644
--- a/saga/stream.h
+++ b/saga/stream.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$
*
*/