[Scummvm-git-logs] scummvm master -> 4620843f2791b94391791dc3e43b94743892de26

sev- sev at scummvm.org
Tue Oct 8 09:19:11 CEST 2019


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
79b70f9cf5 JANITORIAL: Keep copyright "sign" upper-case like the rest of the engines
4620843f27 JANITORIAL: Copyright "sign" should be upper-case


Commit: 79b70f9cf59313d209ee37adda18cd1e5f8a1306
    https://github.com/scummvm/scummvm/commit/79b70f9cf59313d209ee37adda18cd1e5f8a1306
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2019-10-08T09:19:06+02:00

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

Changed paths:
    engines/hdb/detection.cpp


diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index 525a2d0..60b0db0 100644
--- a/engines/hdb/detection.cpp
+++ b/engines/hdb/detection.cpp
@@ -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;


Commit: 4620843f2791b94391791dc3e43b94743892de26
    https://github.com/scummvm/scummvm/commit/4620843f2791b94391791dc3e43b94743892de26
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2019-10-08T09:19:06+02:00

Commit Message:
JANITORIAL: Copyright "sign" should be upper-case

Changed paths:
    engines/supernova/detection.cpp


diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp
index 2d04858..4041543 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;





More information about the Scummvm-git-logs mailing list