summaryrefslogtreecommitdiffstats
path: root/Python/getcopyright.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-08-04 04:20:48 (GMT)
committerGuido van Rossum <guido@python.org>1995-08-04 04:20:48 (GMT)
commit667d704997f26a1a22f4e981bbb3c2f8399cfc41 (patch)
tree245b91f0451e57625f921f02f6f0d3dfb85d59a0 /Python/getcopyright.c
parent37ba0bc50be14b6f2148ebb7f824c8e77f001488 (diff)
downloadcpython-667d704997f26a1a22f4e981bbb3c2f8399cfc41.zip
cpython-667d704997f26a1a22f4e981bbb3c2f8399cfc41.tar.gz
cpython-667d704997f26a1a22f4e981bbb3c2f8399cfc41.tar.bz2
Initial revision
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r--Python/getcopyright.c7
1 files changed, 7 insertions, 0 deletions
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";
+}