diff options
-rw-r--r-- | engines/gnap/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp index 8898d9069a..88994451a4 100644 --- a/engines/gnap/detection.cpp +++ b/engines/gnap/detection.cpp @@ -63,7 +63,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Gnap (C) 1999"; + return "Gnap (C) Artech Digital Entertainment 1997"; } virtual bool hasFeature(MetaEngineFeature f) const; |