diff options
author | Guido van Rossum <guido@python.org> | 1992-04-05 14:20:22 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-05 14:20:22 +0000 |
commit | ea515fb32b29acc17bdf8b936fa38ac1a83fff55 (patch) | |
tree | 5b13912299cc2929e95142cbe3edefa925652344 /Include/longobject.h | |
parent | 6952c9e45abfc8e29f3de2775e95a2775846a5e0 (diff) | |
download | cpython-ea515fb32b29acc17bdf8b936fa38ac1a83fff55.tar.gz |
Copyright for 1992 added
Diffstat (limited to 'Include/longobject.h')
-rw-r--r-- | Include/longobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/longobject.h b/Include/longobject.h index 6c5c576f0f..c17b2f5924 100644 --- a/Include/longobject.h +++ b/Include/longobject.h @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved |