diff options
author | Alyssa Milburn | 2011-07-20 17:31:04 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-07-20 17:31:04 +0200 |
commit | e66da8aad3ec2787aafb24a44314093ec40ebea0 (patch) | |
tree | 2cae378744c3afaa676b0ff840e3dbd705d2b6c8 /engines/composer | |
parent | 333c9ce24961cb99c91dadeac4db357ef5ea879c (diff) | |
download | scummvm-rg350-e66da8aad3ec2787aafb24a44314093ec40ebea0.tar.gz scummvm-rg350-e66da8aad3ec2787aafb24a44314093ec40ebea0.tar.bz2 scummvm-rg350-e66da8aad3ec2787aafb24a44314093ec40ebea0.zip |
COMPOSER: Remove svn keywords.
Diffstat (limited to 'engines/composer')
-rw-r--r-- | engines/composer/composer.cpp | 3 | ||||
-rw-r--r-- | engines/composer/composer.h | 3 | ||||
-rw-r--r-- | engines/composer/detection.cpp | 3 | ||||
-rw-r--r-- | engines/composer/graphics.cpp | 3 | ||||
-rw-r--r-- | engines/composer/graphics.h | 3 | ||||
-rw-r--r-- | engines/composer/scripting.cpp | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/engines/composer/composer.cpp b/engines/composer/composer.cpp index 70a54846ba..cf773dc2dc 100644 --- a/engines/composer/composer.cpp +++ b/engines/composer/composer.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "common/scummsys.h" diff --git a/engines/composer/composer.h b/engines/composer/composer.h index ad0bbf8d04..99ed56ead7 100644 --- a/engines/composer/composer.h +++ b/engines/composer/composer.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #ifndef COMPOSER_H diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index ed6ed3c3f0..f8a0ccc4ea 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "base/plugins.h" diff --git a/engines/composer/graphics.cpp b/engines/composer/graphics.cpp index aaff7c1663..3de244970e 100644 --- a/engines/composer/graphics.cpp +++ b/engines/composer/graphics.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "common/scummsys.h" diff --git a/engines/composer/graphics.h b/engines/composer/graphics.h index 9331d8c623..e9d82920ba 100644 --- a/engines/composer/graphics.h +++ b/engines/composer/graphics.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #ifndef COMPOSER_GRAPHICS_H diff --git a/engines/composer/scripting.cpp b/engines/composer/scripting.cpp index 7b3bbd1285..470780583a 100644 --- a/engines/composer/scripting.cpp +++ b/engines/composer/scripting.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ #include "common/scummsys.h" #include "common/savefile.h" |