From 5216a4278a34a909e1cd2c1848c3573524faa2aa Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:14:55 +0300 Subject: Fix TsAGE copyright sign --- engines/tsage/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tsage') diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp index fe555f2fdb..584ad87742 100644 --- a/engines/tsage/detection.cpp +++ b/engines/tsage/detection.cpp @@ -83,7 +83,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "(c) Tsunami Media"; + return "(C) Tsunami Media"; } virtual bool hasFeature(MetaEngineFeature f) const { -- cgit v1.2.3