]> granicus.if.org Git - python/commit
Change copyright notice.
authorGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 23:50:40 +0000 (23:50 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 Jun 2000 23:50:40 +0000 (23:50 +0000)
commitfd71b9e9d496caa510dec56a9b69966558d6ba5d
tree4bb79b5a7e40cecfb6bf734da5ffaa72c684aeac
parent4c136eefab900978a663862fa1ed264a0c16422a
Change copyright notice.
201 files changed:
Doc/README
Include/Python.h
Include/abstract.h
Include/bitset.h
Include/bufferobject.h
Include/ceval.h
Include/classobject.h
Include/cobject.h
Include/compile.h
Include/dictobject.h
Include/errcode.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/marshal.h
Include/metagrammar.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/mymalloc.h
Include/myproto.h
Include/myselect.h
Include/mytime.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/osdefs.h
Include/parsetok.h
Include/patchlevel.h
Include/pgenheaders.h
Include/pydebug.h
Include/pyerrors.h
Include/pystate.h
Include/pythonrun.h
Include/pythread.h
Include/rangeobject.h
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Misc/python.man
Modules/_tkinter.c
Modules/almodule.c
Modules/arraymodule.c
Modules/audioop.c
Modules/binascii.c
Modules/bsddbmodule.c
Modules/cdmodule.c
Modules/cgensupport.c
Modules/cgensupport.h
Modules/clmodule.c
Modules/config.c.in
Modules/cstubs
Modules/dbmmodule.c
Modules/dlmodule.c
Modules/errnomodule.c
Modules/fcntlmodule.c
Modules/flmodule.c
Modules/fmmodule.c
Modules/gdbmmodule.c
Modules/getpath.c
Modules/glmodule.c
Modules/grpmodule.c
Modules/imageop.c
Modules/imgfile.c
Modules/main.c
Modules/mathmodule.c
Modules/md5module.c
Modules/mpzmodule.c
Modules/newmodule.c
Modules/parsermodule.c
Modules/pcremodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/pyexpat.c
Modules/regexmodule.c
Modules/resource.c
Modules/selectmodule.c
Modules/sgimodule.c
Modules/shamodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/stropmodule.c
Modules/structmodule.c
Modules/sunaudiodev.c
Modules/svmodule.c
Modules/threadmodule.c
Modules/timemodule.c
Modules/xxmodule.c
Modules/yuv.h
Modules/yuvconvert.c
Objects/abstract.c
Objects/bufferobject.c
Objects/classobject.c
Objects/cobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/funcobject.c
Objects/intobject.c
Objects/listobject.c
Objects/longobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/rangeobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/xxobject.c
PC/config.c
PC/getpathp.c
PC/os2vacpp/config.c
PC/os2vacpp/getpathp.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/myreadline.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/atof.c
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/dynload_aix.c
Python/dynload_beos.c
Python/dynload_dl.c
Python/dynload_hpux.c
Python/dynload_mac.c
Python/dynload_next.c
Python/dynload_os2.c
Python/dynload_shlib.c
Python/dynload_stub.c
Python/dynload_win.c
Python/errors.c
Python/fmod.c
Python/frozen.c
Python/frozenmain.c
Python/getargs.c
Python/getcompiler.c
Python/getcopyright.c
Python/getcwd.c
Python/getmtime.c
Python/getplatform.c
Python/getversion.c
Python/import.c
Python/importdl.c
Python/importdl.h
Python/marshal.c
Python/memmove.c
Python/modsupport.c
Python/mystrtoul.c
Python/pystate.c
Python/pythonrun.c
Python/sigcheck.c
Python/strerror.c
Python/structmember.c
Python/sysmodule.c
Python/thread.c
Python/thread_beos.h
Python/thread_cthread.h
Python/thread_foobar.h
Python/thread_lwp.h
Python/thread_nt.h
Python/thread_os2.h
Python/thread_pth.h
Python/thread_pthread.h
Python/thread_sgi.h
Python/thread_solaris.h
Python/thread_wince.h
Python/traceback.c
Tools/modulator/Templates/copyright
Tools/scripts/fixnotice.py