aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins
diff options
context:
space:
mode:
authorBastien Bouclet2018-12-10 18:39:26 +0100
committerBastien Bouclet2018-12-10 18:39:26 +0100
commitc08bb9cb4a95bed3e94de6f364b6d6ae83a7c016 (patch)
treea64779bc30a821cdacfe722507ab243b7260bbf8 /engines/hopkins
parent8e796736918e49cc1e7aeeb9f09863f33f42bf1e (diff)
downloadscummvm-rg350-c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016.tar.gz
scummvm-rg350-c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016.tar.bz2
scummvm-rg350-c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016.zip
ENGINES: Use an uppercase C for the metaengine copyright strings
Diffstat (limited to 'engines/hopkins')
-rw-r--r--engines/hopkins/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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;