From 751bdc10b0993aff14fdcd499ae0da62cf2ec8a3 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:16:05 +0300 Subject: Fix Wintermute copyright sign --- engines/wintermute/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index f77eb5c64d..4e8eab505f 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -85,7 +85,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Copyright (c) 2011 Jan Nedoma"; + return "Copyright (C) 2011 Jan Nedoma"; } virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const { -- cgit v1.2.3