diff options
Diffstat (limited to 'engines/groovie/detection.cpp')
-rw-r--r-- | engines/groovie/detection.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index 00116d6e00..87ad534c96 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/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 "groovie/groovie.h" @@ -236,7 +233,7 @@ public: GroovieMetaEngine() : AdvancedMetaEngine(detectionParams) {} const char *getName() const { - return "Groovie Engine"; + return "Groovie"; } const char *getOriginalCopyright() const { |