]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added copyright notice.
authorGuido van Rossum <guido@python.org>
Tue, 19 Feb 1991 12:39:46 +0000 (12:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Feb 1991 12:39:46 +0000 (12:39 +0000)
commitf70e43a073b36c6f6e9894c01025243a77a452d4
tree413923ba85c8bfd0dd9229acd8976124fbb3ae10
parent7927384a1d78ec87282d54c3af7563935185d145
Added copyright notice.
93 files changed:
Include/allobjects.h
Include/assert.h
Include/bitset.h
Include/bltinmodule.h
Include/ceval.h
Include/cgensupport.h
Include/classobject.h
Include/compile.h
Include/dictobject.h
Include/errcode.h
Include/errors.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/graminit.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/listobject.h
Include/metagrammar.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/parsetok.h
Include/pgenheaders.h
Include/pyerrors.h
Include/pythonrun.h
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Modules/cgensupport.c
Modules/cgensupport.h
Modules/config.c.in
Modules/mathmodule.c
Modules/posixmodule.c
Modules/stdwinmodule.c
Modules/timemodule.c
Objects/classobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/funcobject.c
Objects/intobject.c
Objects/listobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/xxobject.c
Parser/acceler.c
Parser/assert.h
Parser/bitset.c
Parser/firstsets.c
Parser/grammar.c
Parser/grammar1.c
Parser/intrcheck.c
Parser/listnode.c
Parser/metagrammar.c
Parser/node.c
Parser/parser.c
Parser/parser.h
Parser/parsetok.c
Parser/pgen.c
Parser/pgen.h
Parser/pgenmain.c
Parser/printgrammar.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/bltinmodule.c
Python/ceval.c
Python/cgensupport.c
Python/compile.c
Python/errors.c
Python/fmod.c
Python/getcwd.c
Python/graminit.c
Python/import.c
Python/modsupport.c
Python/pythonmain.c
Python/strerror.c
Python/structmember.c
Python/sysmodule.c
Python/traceback.c