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
commit7cffd1322b4516ac084ba383084097090a85c597 (patch)
tree09675d190a0de3e03c73076740099be12eb74c2a /Python/getcopyright.c
parent530956d247fd01cb4e3bdc0dedd7ab3e0b9a8b13 (diff)
downloadcpython-git-7cffd1322b4516ac084ba383084097090a85c597.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";
}