diff options
-rw-r--r-- | engines/lab/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 7bb9821891..0810c4cb44 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -131,7 +131,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Labyrinth of Time (c) 2004 The Wyrmkeep Entertainment Co."; + return "Labyrinth of Time (c) 2004 The Wyrmkeep Entertainment Co. and Terra Nova Development"; } virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { |