aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lilliput')
-rw-r--r--engines/lilliput/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lilliput/detection.cpp b/engines/lilliput/detection.cpp
index eb65ad2d64..eef513eb9e 100644
--- a/engines/lilliput/detection.cpp
+++ b/engines/lilliput/detection.cpp
@@ -131,7 +131,7 @@ public:
}
const char *getOriginalCopyright() const {
- return "Lilliput Engine copyright S.L.Grand, Brainware, 1991-1992";
+ return "Lilliput (C) S.L.Grand, Brainware, 1991-1992";
}
bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *gd) const;