diff options
author | Hubert Maier | 2019-10-08 08:40:37 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-10-08 09:19:06 +0200 |
commit | 4620843f2791b94391791dc3e43b94743892de26 (patch) | |
tree | a9651e8a59c7c99dcb3e393ffff469f07ccf0dc9 | |
parent | 79b70f9cf59313d209ee37adda18cd1e5f8a1306 (diff) | |
download | scummvm-rg350-4620843f2791b94391791dc3e43b94743892de26.tar.gz scummvm-rg350-4620843f2791b94391791dc3e43b94743892de26.tar.bz2 scummvm-rg350-4620843f2791b94391791dc3e43b94743892de26.zip |
JANITORIAL: Copyright "sign" should be upper-case
-rw-r--r-- | engines/supernova/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp index 2d0485841a..4041543d05 100644 --- a/engines/supernova/detection.cpp +++ b/engines/supernova/detection.cpp @@ -108,7 +108,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Mission Supernova (c) 1994 Thomas and Steffen Dingel"; + return "Mission Supernova (C) 1994 Thomas and Steffen Dingel"; } virtual bool hasFeature(MetaEngineFeature f) const; |