diff options
author | Strangerke | 2016-03-13 22:47:16 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-10 09:54:21 +0200 |
commit | 2a23b8d90c8b2c3a56a457a7791775b652876d17 (patch) | |
tree | 73ed9b36e74a0c409a552fe765d53defbce2a3a0 | |
parent | 9f821cf1e1dab4e572873ad0c19704ba2bfcbd6e (diff) | |
download | scummvm-rg350-2a23b8d90c8b2c3a56a457a7791775b652876d17.tar.gz scummvm-rg350-2a23b8d90c8b2c3a56a457a7791775b652876d17.tar.bz2 scummvm-rg350-2a23b8d90c8b2c3a56a457a7791775b652876d17.zip |
GNAP: Update copyright
-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; |