From: Guido van Rossum Date: Sun, 21 Jul 1996 02:28:11 +0000 (+0000) Subject: added 1996 X-Git-Tag: v1.4b2~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cffd1322b4516ac084ba383084097090a85c597;p=python added 1996 --- diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 5ed7787a3c..207b83d2b0 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -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"; }