diff options
author | Hubert Maier | 2019-10-08 08:36:46 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-10-08 09:19:06 +0200 |
commit | 79b70f9cf59313d209ee37adda18cd1e5f8a1306 (patch) | |
tree | 5ab76d0d22555a92d1816fbe2929e81c2adb2f74 | |
parent | b37201ef76c1de4bffcf1b45ffad42d2183afca7 (diff) | |
download | scummvm-rg350-79b70f9cf59313d209ee37adda18cd1e5f8a1306.tar.gz scummvm-rg350-79b70f9cf59313d209ee37adda18cd1e5f8a1306.tar.bz2 scummvm-rg350-79b70f9cf59313d209ee37adda18cd1e5f8a1306.zip |
JANITORIAL: Keep copyright "sign" upper-case like the rest of the engines
-rw-r--r-- | engines/hdb/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index 525a2d02a9..60b0db0c23 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -175,7 +175,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Hyperspace Delivery Boy! (c) 2001 Monkeystone Games"; + return "Hyperspace Delivery Boy! (C) 2001 Monkeystone Games"; } virtual bool hasFeature(MetaEngineFeature f) const; |