aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.h
diff options
context:
space:
mode:
authorlukaslw2014-09-30 22:34:06 +0200
committerlukaslw2014-09-30 22:34:06 +0200
commit543ddc3e90e26c806cb284235128b580f804e337 (patch)
treeb55623f763f55f0d53371605faeff63694db6b6b /engines/prince/detection.h
parente1774dc4462332b8345c44c7ebc5d5f7ff722efa (diff)
downloadscummvm-rg350-543ddc3e90e26c806cb284235128b580f804e337.tar.gz
scummvm-rg350-543ddc3e90e26c806cb284235128b580f804e337.tar.bz2
scummvm-rg350-543ddc3e90e26c806cb284235128b580f804e337.zip
PRINCE: Original copyright - update
Diffstat (limited to 'engines/prince/detection.h')
-rw-r--r--engines/prince/detection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/detection.h b/engines/prince/detection.h
index 6137730bd0..be08a71ea9 100644
--- a/engines/prince/detection.h
+++ b/engines/prince/detection.h
@@ -85,7 +85,7 @@ public:
}
virtual const char *getOriginalCopyright() const {
- return "Copyright (C)";
+ return "The Prince and the Coward (C) 1996-97 Metropolis";
}
virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const;