diff options
author | Max Horn | 2006-02-11 09:53:21 +0000 |
---|---|---|
committer | Max Horn | 2006-02-11 09:53:21 +0000 |
commit | ee6fa83b1b1e79ee8329c0b9d58481334b46a564 (patch) | |
tree | 79edb7560310811d765e7a6234b4012cc7ce6032 /base | |
parent | 2a8089e02f300e0bb016ce4fd0474897116d2337 (diff) | |
download | scummvm-rg350-ee6fa83b1b1e79ee8329c0b9d58481334b46a564.tar.gz scummvm-rg350-ee6fa83b1b1e79ee8329c0b9d58481334b46a564.tar.bz2 scummvm-rg350-ee6fa83b1b1e79ee8329c0b9d58481334b46a564.zip |
Change CVS keywords to SVN keywords
svn-id: r20509
Diffstat (limited to 'base')
-rw-r--r-- | base/engine.cpp | 3 | ||||
-rw-r--r-- | base/engine.h | 3 | ||||
-rw-r--r-- | base/gameDetector.cpp | 3 | ||||
-rw-r--r-- | base/gameDetector.h | 3 | ||||
-rw-r--r-- | base/main.cpp | 3 | ||||
-rw-r--r-- | base/plugins.cpp | 3 | ||||
-rw-r--r-- | base/plugins.h | 3 | ||||
-rw-r--r-- | base/version.h | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/base/engine.cpp b/base/engine.cpp index 6f671d8187..c60611cdda 100644 --- a/base/engine.cpp +++ b/base/engine.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/base/engine.h b/base/engine.h index 183b442004..8b97993966 100644 --- a/base/engine.h +++ b/base/engine.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 ENGINE_H diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index adab551b3f..b274a3a9c5 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -16,7 +16,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/base/gameDetector.h b/base/gameDetector.h index fefaf4139c..f8268f8bdf 100644 --- a/base/gameDetector.h +++ b/base/gameDetector.h @@ -16,7 +16,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/base/main.cpp b/base/main.cpp index c3db46ad26..1857467f0d 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -16,7 +16,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/base/plugins.cpp b/base/plugins.cpp index 0589ac6b7f..c789f9e1d9 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -16,7 +16,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/base/plugins.h b/base/plugins.h index ec0cb72b9b..311725581d 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -16,7 +16,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/base/version.h b/base/version.h index 5f1e26ea07..f274f18889 100644 --- a/base/version.h +++ b/base/version.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 VERSION_H |