JANITORIAL: Keep copyright "sign" upper-case like the rest of the engines

This commit is contained in:
Hubert Maier 2019-10-08 08:36:46 +02:00 committed by Eugene Sandulenko
parent b37201ef76
commit 79b70f9cf5

View File

@ -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;