diff options
author | Guido van Rossum <guido@python.org> | 1995-01-04 19:10:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-04 19:10:35 (GMT) |
commit | 524b588553afb0759c5be590a7aa41db92dcd2ae (patch) | |
tree | b71384583af38722ebda222f40bb5db5e852285e /Modules/cgen.py | |
parent | b9f8d6e54d72d108648a411174e57779c212871a (diff) | |
download | cpython-524b588553afb0759c5be590a7aa41db92dcd2ae.zip cpython-524b588553afb0759c5be590a7aa41db92dcd2ae.tar.gz cpython-524b588553afb0759c5be590a7aa41db92dcd2ae.tar.bz2 |
Added 1995 to copyright message.
Setup.in: clarified Tk comments somewhat.
structmodule.c: use memcpy() instead of double precision assignment.
Diffstat (limited to 'Modules/cgen.py')
-rw-r--r-- | Modules/cgen.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Modules/cgen.py b/Modules/cgen.py index c133b2c..b06308c 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py @@ -1,17 +1,17 @@ ######################################################################## -# 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 -# -# Permission to use, copy, modify, and distribute this software and its -# documentation for any purpose and without fee is hereby granted, +# +# Permission to use, copy, modify, and distribute this software and its +# documentation for any purpose and without fee is hereby granted, # provided that the above copyright notice appear in all copies and that -# both that copyright notice and this permission notice appear in +# both that copyright notice and this permission notice appear in # supporting documentation, and that the names of Stichting Mathematisch # Centrum or CWI not be used in advertising or publicity pertaining to # distribution of the software without specific, written prior permission. -# +# # STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND # FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE |