Initial revision
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
new file mode 100644
index 0000000..67b67c6
--- /dev/null
+++ b/Python/getcopyright.c
@@ -0,0 +1,7 @@
+/* Return the copyright string.  This is updated manually. */
+
+const char *
+getcopyright()
+{
+	return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
+}