From 79b70f9cf59313d209ee37adda18cd1e5f8a1306 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Tue, 8 Oct 2019 08:36:46 +0200 Subject: JANITORIAL: Keep copyright "sign" upper-case like the rest of the engines --- engines/hdb/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3