aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
diff options
context:
space:
mode:
authorHubert Maier2019-10-08 08:36:46 +0200
committerEugene Sandulenko2019-10-08 09:19:06 +0200
commit79b70f9cf59313d209ee37adda18cd1e5f8a1306 (patch)
tree5ab76d0d22555a92d1816fbe2929e81c2adb2f74 /engines/hdb
parentb37201ef76c1de4bffcf1b45ffad42d2183afca7 (diff)
downloadscummvm-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
Diffstat (limited to 'engines/hdb')
-rw-r--r--engines/hdb/detection.cpp2
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;