From 2a23b8d90c8b2c3a56a457a7791775b652876d17 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 13 Mar 2016 22:47:16 +0100 Subject: [PATCH] GNAP: Update copyright --- engines/gnap/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp index 8898d9069ae..88994451a4a 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;