aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-23 21:52:51 +0200
committerWillem Jan Palenstijn2015-12-23 21:43:17 +0100
commit07aec19a06a07ee1ef66d500644a3d778d592b51 (patch)
treea2eaa3957c25f3612021d5a9e7228d81c1522f64 /engines/lab/detection.cpp
parent29d85c8d50967df907f2a12e87ad78abfa707be4 (diff)
downloadscummvm-rg350-07aec19a06a07ee1ef66d500644a3d778d592b51.tar.gz
scummvm-rg350-07aec19a06a07ee1ef66d500644a3d778d592b51.tar.bz2
scummvm-rg350-07aec19a06a07ee1ef66d500644a3d778d592b51.zip
LAB: Also mention Terra Nova Development in the engine copyright message
Diffstat (limited to 'engines/lab/detection.cpp')
-rw-r--r--engines/lab/detection.cpp2
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 {