diff options
| author | Bastien Bouclet | 2018-12-10 18:39:26 +0100 |
|---|---|---|
| committer | Bastien Bouclet | 2018-12-10 18:39:26 +0100 |
| commit | c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016 (patch) | |
| tree | a64779bc30a821cdacfe722507ab243b7260bbf8 /engines/xeen | |
| parent | 8e796736918e49cc1e7aeeb9f09863f33f42bf1e (diff) | |
| download | scummvm-rg350-c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016.tar.gz scummvm-rg350-c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016.tar.bz2 scummvm-rg350-c08bb9cb4a95bed3e94de6f364b6d6ae83a7c016.zip | |
ENGINES: Use an uppercase C for the metaengine copyright strings
Diffstat (limited to 'engines/xeen')
| -rw-r--r-- | engines/xeen/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp index e427396894..c542c8d18d 100644 --- a/engines/xeen/detection.cpp +++ b/engines/xeen/detection.cpp @@ -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; |
