added 1996
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index 5ed7787..207b83d 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 @@
 const char *
 Py_GetCopyright()
 {
-	return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
+	return "Copyright 1991-1996 Stichting Mathematisch Centrum, Amsterdam";
 }