summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-30 23:58:06 (GMT)
committerGuido van Rossum <guido@python.org>2000-06-30 23:58:06 (GMT)
commitffcc3813d82e6b96db79f518f4e67b940a13ce64 (patch)
treebd67bf6fddc1d7555ebc56d961b9c3571458ebd4 /Parser
parentfd71b9e9d496caa510dec56a9b69966558d6ba5d (diff)
downloadcpython-ffcc3813d82e6b96db79f518f4e67b940a13ce64.zip
cpython-ffcc3813d82e6b96db79f518f4e67b940a13ce64.tar.gz
cpython-ffcc3813d82e6b96db79f518f4e67b940a13ce64.tar.bz2
Change copyright notice - 2nd try.
Diffstat (limited to 'Parser')
-rw-r--r--Parser/acceler.c6
-rw-r--r--Parser/assert.h6
-rw-r--r--Parser/bitset.c6
-rw-r--r--Parser/firstsets.c6
-rw-r--r--Parser/grammar.c6
-rw-r--r--Parser/grammar1.c6
-rw-r--r--Parser/intrcheck.c6
-rw-r--r--Parser/listnode.c6
-rw-r--r--Parser/metagrammar.c6
-rw-r--r--Parser/myreadline.c6
-rw-r--r--Parser/node.c6
-rw-r--r--Parser/parser.c6
-rw-r--r--Parser/parser.h6
-rw-r--r--Parser/parsetok.c6
-rw-r--r--Parser/pgen.c6
-rw-r--r--Parser/pgen.h6
-rw-r--r--Parser/pgenmain.c6
-rw-r--r--Parser/printgrammar.c6
-rw-r--r--Parser/tokenizer.c6
-rw-r--r--Parser/tokenizer.h6
20 files changed, 0 insertions, 120 deletions
diff --git a/Parser/acceler.c b/Parser/acceler.c
index 4f6eb54..b20322d 100644
--- a/Parser/acceler.c
+++ b/Parser/acceler.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser accelerator module */
diff --git a/Parser/assert.h b/Parser/assert.h
index 92e7909..e97534e 100644
--- a/Parser/assert.h
+++ b/Parser/assert.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#ifdef MPW /* This is for MPW's File command */
diff --git a/Parser/bitset.c b/Parser/bitset.c
index ba6666e..fba9331 100644
--- a/Parser/bitset.c
+++ b/Parser/bitset.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Bitset primitives used by the parser generator */
diff --git a/Parser/firstsets.c b/Parser/firstsets.c
index 5097fea..c7127c1 100644
--- a/Parser/firstsets.c
+++ b/Parser/firstsets.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Computation of FIRST stets */
diff --git a/Parser/grammar.c b/Parser/grammar.c
index 84bba8a..6fbb843 100644
--- a/Parser/grammar.c
+++ b/Parser/grammar.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Grammar implementation */
diff --git a/Parser/grammar1.c b/Parser/grammar1.c
index 781485d..f9a24c0 100644
--- a/Parser/grammar1.c
+++ b/Parser/grammar1.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Grammar subroutines needed by parser */
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c
index b378192..3d4a27f 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Check for interrupts */
diff --git a/Parser/listnode.c b/Parser/listnode.c
index f866df2..24559f5 100644
--- a/Parser/listnode.c
+++ b/Parser/listnode.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* List a node on a file */
diff --git a/Parser/metagrammar.c b/Parser/metagrammar.c
index d1fbf98..589d7ac 100644
--- a/Parser/metagrammar.c
+++ b/Parser/metagrammar.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include "pgenheaders.h"
diff --git a/Parser/myreadline.c b/Parser/myreadline.c
index 24f6259..22a05cf 100644
--- a/Parser/myreadline.c
+++ b/Parser/myreadline.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Readline interface for tokenizer.c and [raw_]input() in bltinmodule.c.
diff --git a/Parser/node.c b/Parser/node.c
index 158b9e2..5cef376 100644
--- a/Parser/node.c
+++ b/Parser/node.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
#include <limits.h>
diff --git a/Parser/parser.c b/Parser/parser.c
index c3e5bc0..fb1a051 100644
--- a/Parser/parser.c
+++ b/Parser/parser.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser implementation */
diff --git a/Parser/parser.h b/Parser/parser.h
index c4bb922..0fd0081 100644
--- a/Parser/parser.h
+++ b/Parser/parser.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser interface */
diff --git a/Parser/parsetok.c b/Parser/parsetok.c
index cff5af1..1d6e024 100644
--- a/Parser/parsetok.c
+++ b/Parser/parsetok.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser-tokenizer link implementation */
diff --git a/Parser/pgen.c b/Parser/pgen.c
index 7f9292b..36279b0 100644
--- a/Parser/pgen.c
+++ b/Parser/pgen.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser generator */
diff --git a/Parser/pgen.h b/Parser/pgen.h
index 9038056..a20a0c2 100644
--- a/Parser/pgen.h
+++ b/Parser/pgen.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser generator interface */
diff --git a/Parser/pgenmain.c b/Parser/pgenmain.c
index bde77a1..ef24d75 100644
--- a/Parser/pgenmain.c
+++ b/Parser/pgenmain.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Parser generator main program */
diff --git a/Parser/printgrammar.c b/Parser/printgrammar.c
index 0ce7599..e3a87aa 100644
--- a/Parser/printgrammar.c
+++ b/Parser/printgrammar.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Print a bunch of C initializers that represent a grammar */
diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c
index f4c08b9..ef0d711 100644
--- a/Parser/tokenizer.c
+++ b/Parser/tokenizer.c
@@ -1,9 +1,4 @@
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -11,7 +6,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Tokenizer implementation */
diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h
index bfae39f..0a717fe 100644
--- a/Parser/tokenizer.h
+++ b/Parser/tokenizer.h
@@ -5,11 +5,6 @@ extern "C" {
#endif
/***********************************************************
-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.
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
@@ -17,7 +12,6 @@ All rights reserved.
See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
******************************************************************/
/* Tokenizer interface */