From 07aec19a06a07ee1ef66d500644a3d778d592b51 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 23 Dec 2015 21:52:51 +0200 Subject: LAB: Also mention Terra Nova Development in the engine copyright message --- engines/lab/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3