From 0d2ea47faf7f564abd031937c7d1d81253d38b2e Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:04:41 +0300 Subject: GUI: Make copyright "sign" consistent In the About dialog the copyright "sign" (C) is lower case (c) in nine engines. Making them consistent by using (C) on all engines--- engines/access/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/access/detection.cpp b/engines/access/detection.cpp index 2cd7e50f0f..368753f117 100644 --- a/engines/access/detection.cpp +++ b/engines/access/detection.cpp @@ -94,7 +94,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Access Engine (c) 1989-1994 Access Software"; + return "Access Engine (C) 1989-1994 Access Software"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3 From a6786c28f460be2903575c5c6deeb14fc1dc6474 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:11:02 +0300 Subject: Fix CGE copyright sign --- engines/cge/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index 52168dc934..82d27f8d54 100644 --- a/engines/cge/detection.cpp +++ b/engines/cge/detection.cpp @@ -123,7 +123,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Soltys (c) 1994-1996 L.K. Avalon"; + return "Soltys (C) 1994-1996 L.K. Avalon"; } virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const; -- cgit v1.2.3 From 3a3cc647d7ad0a9a37156ffbe0cd325c34c83f9e Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:11:57 +0300 Subject: Fix CGE2 copyright sign --- engines/cge2/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index 01119bb1fd..2b84d167c7 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -119,7 +119,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Sfinx (c) 1994-1997 Janus B. Wisniewski and L.K. Avalon"; + return "Sfinx (C) 1994-1997 Janus B. Wisniewski and L.K. Avalon"; } virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const; -- cgit v1.2.3 From 2715f47f8855c6e1baf30ed57b1036a717dac210 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:12:53 +0300 Subject: Fix Hopkins copyright sign --- engines/hopkins/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp index cc1e84f5f8..cfdbf8030c 100644 --- a/engines/hopkins/detection.cpp +++ b/engines/hopkins/detection.cpp @@ -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; -- cgit v1.2.3 From f91cab147ec62ac3ddae23299952e05bf154613f Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:13:27 +0300 Subject: Fix LAB copyright sign --- engines/lab/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 1fd3ca8944..30890b5acf 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -127,7 +127,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Labyrinth of Time (c) 2004 The Wyrmkeep Entertainment Co. and Terra Nova Development"; + return "Labyrinth of Time (C) 2004 The Wyrmkeep Entertainment Co. and Terra Nova Development"; } virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { -- cgit v1.2.3 From 02dedfe5681f0fd79486455ccd7c93a868c4ea2f Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:14:19 +0300 Subject: Fix MADS copyright sign --- engines/mads/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mads/detection.cpp b/engines/mads/detection.cpp index b3ba60b6d0..4736503a38 100644 --- a/engines/mads/detection.cpp +++ b/engines/mads/detection.cpp @@ -149,7 +149,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "MADS (c)"; + return "MADS (C)"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3 From 5216a4278a34a909e1cd2c1848c3573524faa2aa Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:14:55 +0300 Subject: Fix TsAGE copyright sign --- engines/tsage/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp index fe555f2fdb..584ad87742 100644 --- a/engines/tsage/detection.cpp +++ b/engines/tsage/detection.cpp @@ -83,7 +83,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "(c) Tsunami Media"; + return "(C) Tsunami Media"; } virtual bool hasFeature(MetaEngineFeature f) const { -- cgit v1.2.3 From 0413b350f1636d00870a8a61e9af5314e921aa54 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:15:26 +0300 Subject: Fix Voyeur copyright sign --- engines/voyeur/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/voyeur/detection.cpp b/engines/voyeur/detection.cpp index 9e5320aac8..7b9fa6722e 100644 --- a/engines/voyeur/detection.cpp +++ b/engines/voyeur/detection.cpp @@ -75,7 +75,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Voyeur (c) Philips P.O.V. Entertainment Group"; + return "Voyeur (C) Philips P.O.V. Entertainment Group"; } virtual bool hasFeature(MetaEngineFeature f) const; -- cgit v1.2.3 From 751bdc10b0993aff14fdcd499ae0da62cf2ec8a3 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 29 May 2016 15:16:05 +0300 Subject: Fix Wintermute copyright sign --- engines/wintermute/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index f77eb5c64d..4e8eab505f 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -85,7 +85,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Copyright (c) 2011 Jan Nedoma"; + return "Copyright (C) 2011 Jan Nedoma"; } virtual const ADGameDescription *fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const { -- cgit v1.2.3