From c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Mon, 10 Dec 2018 18:39:26 +0100 Subject: ENGINES: Use an uppercase C for the metaengine copyright strings --- engines/hopkins/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hopkins') diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp index 03d906ab4d..d9e11f9c25 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