added 1996

This commit is contained in:
Guido van Rossum 1996-07-21 02:28:11 +00:00
parent 530956d247
commit 7cffd1322b
1 changed files with 2 additions and 2 deletions

View 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";
}