[Python-checkins] CVS: python/dist/src/PC config.c,1.24,1.25 getpathp.c,1.16,1.17
Guido van Rossum
python-dev@python.org
2000年6月30日 16:58:08 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Include Python.h,2.17,2.18 abstract.h,2.18,2.19 bitset.h,2.9,2.10 bufferobject.h,2.2,2.3 ceval.h,2.31,2.32 classobject.h,2.28,2.29 cobject.h,2.5,2.6 compile.h,2.19,2.20 dictobject.h,2.16,2.17 errcode.h,2.9,2.10 eval.h,2.10,2.11 fileobject.h,2.17,2.18 floatobject.h,2.13,2.14 frameobject.h,2.24,2.25 funcobject.h,2.16,2.17 grammar.h,2.10,2.11 import.h,2.22,2.23 intobject.h,2.17,2.18 intrcheck.h,2.5,2.6 listobject.h,2.17,2.18 longintrepr.h,2.5,2.6 longobject.h,2.13,2.14 marshal.h,2.6,2.7 metagrammar.h,2.7,2.8 methodobject.h,2.16,2.17 modsupport.h,2.28,2.29 moduleobject.h,2.13,2.14 mymalloc.h,2.19,2.20 myproto.h,2.6,2.7 myselect.h,2.10,2.11 mytime.h,2.4,2.5 node.h,2.13,2.14 object.h,2.57,2.58 objimpl.h,2.17,2.18 opcode.h,2.23,2.24 osdefs.h,2.10,2.11 parsetok.h,2.10,2.11 patchlevel.h,2.36,2.37 pgenheaders.h,2.18,2.19 pydebug.h,2.11,2.12 pyerrors.h,2.35,2.36 pystate.h,2.9,2.10 pythonrun.h,2.28,2.29 pythread.h,2.13,2.14 rangeobject.h,2.11,2.12 stringobj!
ect.h,2.17,2.18 structmember.h,2.12,2.13 sysmodule.h,2.17,2.18 token.h,2.12,2.13 traceback.h,2.14,2.15 tupleobject.h,2.20,2.21
- Next message: [Python-checkins] CVS: python/dist/src/PC/os2vacpp config.c,1.4,1.5 getpathp.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/PC
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8335/PC
Modified Files:
config.c getpathp.c
Log Message:
Change copyright notice - 2nd try.
Index: config.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** config.c 2000年06月30日 23:50:39 1.24
--- config.c 2000年06月30日 23:58:05 1.25
***************
*** 1,8 ****
/* -*- C -*- ***********************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/getpathp.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** getpathp.c 2000年06月30日 23:50:39 1.16
--- getpathp.c 2000年06月30日 23:58:05 1.17
***************
*** 1,8 ****
/***********************************************************
- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
- The Netherlands.
-
- All Rights Reserved
-
Copyright (c) 2000, BeOpen.com.
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
--- 1,3 ----
***************
*** 12,16 ****
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
--- 7,10 ----
- Previous message: [Python-checkins] CVS: python/dist/src/Include Python.h,2.17,2.18 abstract.h,2.18,2.19 bitset.h,2.9,2.10 bufferobject.h,2.2,2.3 ceval.h,2.31,2.32 classobject.h,2.28,2.29 cobject.h,2.5,2.6 compile.h,2.19,2.20 dictobject.h,2.16,2.17 errcode.h,2.9,2.10 eval.h,2.10,2.11 fileobject.h,2.17,2.18 floatobject.h,2.13,2.14 frameobject.h,2.24,2.25 funcobject.h,2.16,2.17 grammar.h,2.10,2.11 import.h,2.22,2.23 intobject.h,2.17,2.18 intrcheck.h,2.5,2.6 listobject.h,2.17,2.18 longintrepr.h,2.5,2.6 longobject.h,2.13,2.14 marshal.h,2.6,2.7 metagrammar.h,2.7,2.8 methodobject.h,2.16,2.17 modsupport.h,2.28,2.29 moduleobject.h,2.13,2.14 mymalloc.h,2.19,2.20 myproto.h,2.6,2.7 myselect.h,2.10,2.11 mytime.h,2.4,2.5 node.h,2.13,2.14 object.h,2.57,2.58 objimpl.h,2.17,2.18 opcode.h,2.23,2.24 osdefs.h,2.10,2.11 parsetok.h,2.10,2.11 patchlevel.h,2.36,2.37 pgenheaders.h,2.18,2.19 pydebug.h,2.11,2.12 pyerrors.h,2.35,2.36 pystate.h,2.9,2.10 pythonrun.h,2.28,2.29 pythread.h,2.13,2.14 rangeobject.h,2.11,2.12 stringobj!
ect.h,2.17,2.18 structmember.h,2.12,2.13 sysmodule.h,2.17,2.18 token.h,2.12,2.13 traceback.h,2.14,2.15 tupleobject.h,2.20,2.21
- Next message: [Python-checkins] CVS: python/dist/src/PC/os2vacpp config.c,1.4,1.5 getpathp.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]