[Python-checkins] CVS: python/dist/src/Parser acceler.c,2.13,2.14 assert.h,2.8,2.9 bitset.c,2.8,2.9 firstsets.c,2.8,2.9 grammar.c,2.14,2.15 grammar1.c,2.9,2.10 intrcheck.c,2.31,2.32 listnode.c,2.10,2.11 metagrammar.c,2.8,2.9 myreadline.c,2.19,2.20 node.c,2.9,2.10 parser.c,2.12,2.13 parser.h,2.10,2.11 parsetok.c,2.19,2.20 pgen.c,2.13,2.14 pgen.h,2.10,2.11 pgenmain.c,2.18,2.19 printgrammar.c,2.9,2.10 tokenizer.c,2.43,2.44 tokenizer.h,2.13,2.14

Guido van Rossum python-dev@python.org
Fri, 30 Jun 2000 16:58:10 -0700


Update of /cvsroot/python/python/dist/src/Parser
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8335/Parser

Modified Files:
	acceler.c assert.h bitset.c firstsets.c grammar.c grammar1.c 
	intrcheck.c listnode.c metagrammar.c myreadline.c node.c 
	parser.c parser.h parsetok.c pgen.c pgen.h pgenmain.c 
	printgrammar.c tokenizer.c tokenizer.h 
Log Message:
Change copyright notice - 2nd try.

Index: acceler.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/acceler.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** acceler.c	2000/06/30 23:50:39	2.13
--- acceler.c	2000/06/30 23:58:05	2.14
***************
*** 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 ----

Index: assert.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/assert.h,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** assert.h	2000/06/30 23:50:39	2.8
--- assert.h	2000/06/30 23:58:05	2.9
***************
*** 6,14 ****
  
  /***********************************************************
- 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.
--- 6,9 ----
***************
*** 18,22 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 13,16 ----

Index: bitset.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/bitset.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** bitset.c	2000/06/30 23:50:39	2.8
--- bitset.c	2000/06/30 23:58:05	2.9
***************
*** 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 ----

Index: firstsets.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/firstsets.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** firstsets.c	2000/06/30 23:50:39	2.8
--- firstsets.c	2000/06/30 23:58:05	2.9
***************
*** 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 ----

Index: grammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar.c,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** grammar.c	2000/06/30 23:50:39	2.14
--- grammar.c	2000/06/30 23:58:05	2.15
***************
*** 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 ----

Index: grammar1.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar1.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** grammar1.c	2000/06/30 23:50:39	2.9
--- grammar1.c	2000/06/30 23:58:05	2.10
***************
*** 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 ----

Index: intrcheck.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/intrcheck.c,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -r2.31 -r2.32
*** intrcheck.c	2000/06/30 23:50:39	2.31
--- intrcheck.c	2000/06/30 23:58:05	2.32
***************
*** 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 ----

Index: listnode.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/listnode.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** listnode.c	2000/06/30 23:50:39	2.10
--- listnode.c	2000/06/30 23:58:05	2.11
***************
*** 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 ----

Index: metagrammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/metagrammar.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** metagrammar.c	2000/06/30 23:50:39	2.8
--- metagrammar.c	2000/06/30 23:58:05	2.9
***************
*** 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 ----

Index: myreadline.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/myreadline.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** myreadline.c	2000/06/30 23:50:39	2.19
--- myreadline.c	2000/06/30 23:58:05	2.20
***************
*** 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 ----

Index: node.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/node.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** node.c	2000/06/30 23:50:39	2.9
--- node.c	2000/06/30 23:58:05	2.10
***************
*** 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 ----

Index: parser.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parser.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** parser.c	2000/06/30 23:50:39	2.12
--- parser.c	2000/06/30 23:58:05	2.13
***************
*** 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 ----

Index: parser.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parser.h,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** parser.h	2000/06/30 23:50:39	2.10
--- parser.h	2000/06/30 23:58:05	2.11
***************
*** 6,14 ****
  
  /***********************************************************
- 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.
--- 6,9 ----
***************
*** 18,22 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 13,16 ----

Index: parsetok.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parsetok.c,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -r2.19 -r2.20
*** parsetok.c	2000/06/30 23:50:39	2.19
--- parsetok.c	2000/06/30 23:58:05	2.20
***************
*** 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 ----

Index: pgen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** pgen.c	2000/06/30 23:50:39	2.13
--- pgen.c	2000/06/30 23:58:05	2.14
***************
*** 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 ----

Index: pgen.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.h,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** pgen.h	2000/06/30 23:50:39	2.10
--- pgen.h	2000/06/30 23:58:05	2.11
***************
*** 6,14 ****
  
  /***********************************************************
- 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.
--- 6,9 ----
***************
*** 18,22 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 13,16 ----

Index: pgenmain.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgenmain.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** pgenmain.c	2000/06/30 23:50:39	2.18
--- pgenmain.c	2000/06/30 23:58:05	2.19
***************
*** 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 ----

Index: printgrammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/printgrammar.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** printgrammar.c	2000/06/30 23:50:39	2.9
--- printgrammar.c	2000/06/30 23:58:05	2.10
***************
*** 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 ----

Index: tokenizer.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/tokenizer.c,v
retrieving revision 2.43
retrieving revision 2.44
diff -C2 -r2.43 -r2.44
*** tokenizer.c	2000/06/30 23:50:39	2.43
--- tokenizer.c	2000/06/30 23:58:05	2.44
***************
*** 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 ----

Index: tokenizer.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/tokenizer.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** tokenizer.h	2000/06/30 23:50:39	2.13
--- tokenizer.h	2000/06/30 23:58:05	2.14
***************
*** 6,14 ****
  
  /***********************************************************
- 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.
--- 6,9 ----
***************
*** 18,22 ****
  See the file "Misc/COPYRIGHT" for information on usage and
  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- 
  ******************************************************************/
  
--- 13,16 ----