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/mads/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads') diff --git a/engines/mads/detection.cpp b/engines/mads/detection.cpp index c75c9b9495..b729bdfb95 100644 --- a/engines/mads/detection.cpp +++ b/engines/mads/detection.cpp @@ -149,7 +149,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "MADS (c) Microprose"; + return "MADS (C) Microprose"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3