summaryrefslogtreecommitdiff
path: root/Include/traceback.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-04 19:06:22 +0000
committerGuido van Rossum <guido@python.org>1995-01-04 19:06:22 +0000
commit2fa4d7d74644ce3cf4fc384e95609b5fc5644ee2 (patch)
tree05d7cd8fb2f86e3c12fea6a8d8169e72dd207d47 /Include/traceback.h
parent3687e1d08f90e27deeb1c2ebde811048081ecd9e (diff)
downloadcpython-2fa4d7d74644ce3cf4fc384e95609b5fc5644ee2.tar.gz
Added 1995 copyright.
object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
Diffstat (limited to 'Include/traceback.h')
-rw-r--r--Include/traceback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/traceback.h b/Include/traceback.h
index a1b6d5eab8..bc9422b206 100644
--- a/Include/traceback.h
+++ b/Include/traceback.h
@@ -5,8 +5,8 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
-Amsterdam, The Netherlands.
+Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
+The Netherlands.
All Rights Reserved