aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/staticres.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/staticres.cpp')
-rw-r--r--engines/voyeur/staticres.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/voyeur/staticres.cpp b/engines/voyeur/staticres.cpp
index d0f590eab3..7bba6517fe 100644
--- a/engines/voyeur/staticres.cpp
+++ b/engines/voyeur/staticres.cpp
@@ -126,4 +126,17 @@ int DOT_LINE_LENGTH[9] = {
5, 7, 9, 11, 11, 11, 9, 7, 5
};
+const char *const PIRACY_MESSAGE[] = {
+ "It is illegal to make",
+ "unauthorized copies of",
+ "this software. Duplication",
+ "of this software for any",
+ "reason including sale,",
+ "loan, rental, or gift is a",
+ "crime. Penalties include",
+ "fines of up to $50,000",
+ "and jail terms up to",
+ "5 years."
+};
+
} // End of namespace Voyeur