From 2715f47f8855c6e1baf30ed57b1036a717dac210 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:12:53 +0300 Subject: Fix Hopkins copyright sign --- engines/hopkins/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hopkins/detection.cpp') diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp index cc1e84f5f8..cfdbf8030c 100644 --- a/engines/hopkins/detection.cpp +++ b/engines/hopkins/detection.cpp @@ -111,7 +111,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Hopkins FBI (c)1997-2003 MP Entertainment"; + return "Hopkins FBI (C)1997-2003 MP Entertainment"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3