mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
ENGINES: Use an uppercase C for the metaengine copyright strings
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -149,7 +149,7 @@ public:
|
||||
}
|
||||
|
||||
virtual const char *getOriginalCopyright() const {
|
||||
return "MADS (c) Microprose";
|
||||
return "MADS (C) Microprose";
|
||||
}
|
||||
|
||||
virtual bool hasFeature(MetaEngineFeature f) const;
|
||||
|
||||
@@ -118,7 +118,7 @@ public:
|
||||
}
|
||||
|
||||
virtual const char *getOriginalCopyright() const {
|
||||
return "Xeen (c) 1992-1993 New World Computing, Inc.";
|
||||
return "Xeen (C) 1992-1993 New World Computing, Inc.";
|
||||
}
|
||||
|
||||
virtual bool hasFeature(MetaEngineFeature f) const;
|
||||
|
||||
Reference in New Issue
Block a user