summaryrefslogtreecommitdiff
path: root/Python/getcopyright.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-21 02:28:11 +0000
committerGuido van Rossum <guido@python.org>1996-07-21 02:28:11 +0000
commita5c28dd093db53bee7de86e5b6945df15fca2fa2 (patch)
treed828d748f2fb202806c6374b7cbdef01415179fa /Python/getcopyright.c
parentb34f5d7a143f0acd1ce89e5d7547ecb7a4c4ebab (diff)
downloadcpython-a5c28dd093db53bee7de86e5b6945df15fca2fa2.tar.gz
added 1996
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r--Python/getcopyright.c4
1 files changed, 2 insertions, 2 deletions
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";
}