]> granicus.if.org Git - python/commitdiff
added 1996
authorGuido van Rossum <guido@python.org>
Sun, 21 Jul 1996 02:28:11 +0000 (02:28 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 21 Jul 1996 02:28:11 +0000 (02:28 +0000)
Python/getcopyright.c

index 5ed7787a3c9163f4a94fe06dfb2df470c3146bda..207b83d2b069aed437febe22a696ed7de76b3dba 100644 (file)
@@ -1,5 +1,5 @@
 /***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
+Copyright 1991-1996 by Stichting Mathematisch Centrum, Amsterdam,
 The Netherlands.
 
                         All Rights Reserved
@@ -29,5 +29,5 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 const char *
 Py_GetCopyright()
 {
-       return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
+       return "Copyright 1991-1996 Stichting Mathematisch Centrum, Amsterdam";
 }