aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/animation.cpp3
-rw-r--r--graphics/animation.h3
-rw-r--r--graphics/font.cpp3
-rw-r--r--graphics/font.h3
-rw-r--r--graphics/fontman.cpp3
-rw-r--r--graphics/fontman.h3
-rw-r--r--graphics/ilbm.cpp3
-rw-r--r--graphics/ilbm.h3
-rw-r--r--graphics/imagedec.cpp3
-rw-r--r--graphics/imagedec.h3
-rw-r--r--graphics/imageman.cpp3
-rw-r--r--graphics/imageman.h3
-rw-r--r--graphics/primitives.cpp3
-rw-r--r--graphics/primitives.h3
-rw-r--r--graphics/scummfont.cpp3
-rw-r--r--graphics/surface.cpp3
-rw-r--r--graphics/surface.h3
17 files changed, 34 insertions, 17 deletions
diff --git a/graphics/animation.cpp b/graphics/animation.cpp
index ea2ee8b507..baf52465d5 100644
--- a/graphics/animation.cpp
+++ b/graphics/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/graphics/animation.h b/graphics/animation.h
index d5d67a1ce6..ba5f96497c 100644
--- a/graphics/animation.h
+++ b/graphics/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/graphics/font.cpp b/graphics/font.cpp
index 45faf0a047..c55ce4232f 100644
--- a/graphics/font.cpp
+++ b/graphics/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$
*/
#include "common/stdafx.h"
diff --git a/graphics/font.h b/graphics/font.h
index 96c0f98966..b3ed02c3b4 100644
--- a/graphics/font.h
+++ b/graphics/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$
*/
#ifndef FONT_H
diff --git a/graphics/fontman.cpp b/graphics/fontman.cpp
index dec17c0653..d38201ace4 100644
--- a/graphics/fontman.cpp
+++ b/graphics/fontman.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$
*/
#include "graphics/fontman.h"
diff --git a/graphics/fontman.h b/graphics/fontman.h
index 70d9120f35..ba5939940c 100644
--- a/graphics/fontman.h
+++ b/graphics/fontman.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$
*/
#ifndef FONTMAN_H
diff --git a/graphics/ilbm.cpp b/graphics/ilbm.cpp
index 48dfda0bc7..e0e6753550 100644
--- a/graphics/ilbm.cpp
+++ b/graphics/ilbm.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$
*/
#include "common/stdafx.h"
diff --git a/graphics/ilbm.h b/graphics/ilbm.h
index 521e5613c0..c95dc3504b 100644
--- a/graphics/ilbm.h
+++ b/graphics/ilbm.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$
*/
#ifndef GRAPHICS_ILBM_H
diff --git a/graphics/imagedec.cpp b/graphics/imagedec.cpp
index dd9bc588cd..6dfb286f11 100644
--- a/graphics/imagedec.cpp
+++ b/graphics/imagedec.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$
*/
#include "graphics/imagedec.h"
diff --git a/graphics/imagedec.h b/graphics/imagedec.h
index c59a458ff3..db35f0a367 100644
--- a/graphics/imagedec.h
+++ b/graphics/imagedec.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$
*/
#ifndef GRAPHICS_IMAGEDEC_H
diff --git a/graphics/imageman.cpp b/graphics/imageman.cpp
index 77393bb428..6139159c56 100644
--- a/graphics/imageman.cpp
+++ b/graphics/imageman.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$
*/
#include "graphics/imagedec.h"
diff --git a/graphics/imageman.h b/graphics/imageman.h
index ff48701cce..6f682c1646 100644
--- a/graphics/imageman.h
+++ b/graphics/imageman.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$
*/
#ifndef GRAPHICS_IMAGEMAN_H
diff --git a/graphics/primitives.cpp b/graphics/primitives.cpp
index 0fd06e7ef0..791e9de64b 100644
--- a/graphics/primitives.cpp
+++ b/graphics/primitives.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$
*/
#include "common/stdafx.h"
diff --git a/graphics/primitives.h b/graphics/primitives.h
index 5392f5fdc3..6b2196384d 100644
--- a/graphics/primitives.h
+++ b/graphics/primitives.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$
*/
#ifndef GRAPHICS_PRIMITIVES_H
diff --git a/graphics/scummfont.cpp b/graphics/scummfont.cpp
index 235ddcfa8e..c6dc570486 100644
--- a/graphics/scummfont.cpp
+++ b/graphics/scummfont.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$
*/
#include "common/stdafx.h"
diff --git a/graphics/surface.cpp b/graphics/surface.cpp
index 4086bb5967..6a851ae5e5 100644
--- a/graphics/surface.cpp
+++ b/graphics/surface.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$
*/
#include "common/stdafx.h"
diff --git a/graphics/surface.h b/graphics/surface.h
index 9de933b0f4..995e2b9b07 100644
--- a/graphics/surface.h
+++ b/graphics/surface.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$
*/
#ifndef GRAPHICS_SURFACE_H