diff options
author | Guido van Rossum <guido@python.org> | 1992-04-05 14:26:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-05 14:26:55 (GMT) |
commit | bab9d0385585fcddf6ee96a4ca38dd18e3517f54 (patch) | |
tree | 21f7fa2f4ac83d7c83cd8ff0fa7abe5610817c41 /Parser | |
parent | f1644a54adbb4c7b690560df8ca923f1e7a9e848 (diff) | |
download | cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.zip cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.gz cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.bz2 |
Copyright for 1992 added
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/acceler.c | 2 | ||||
-rw-r--r-- | Parser/bitset.c | 2 | ||||
-rw-r--r-- | Parser/firstsets.c | 2 | ||||
-rw-r--r-- | Parser/grammar.c | 2 | ||||
-rw-r--r-- | Parser/grammar1.c | 2 | ||||
-rw-r--r-- | Parser/intrcheck.c | 2 | ||||
-rw-r--r-- | Parser/listnode.c | 2 | ||||
-rw-r--r-- | Parser/metagrammar.c | 2 | ||||
-rw-r--r-- | Parser/node.c | 2 | ||||
-rw-r--r-- | Parser/parser.c | 2 | ||||
-rw-r--r-- | Parser/parsetok.c | 2 | ||||
-rw-r--r-- | Parser/pgen.c | 2 | ||||
-rw-r--r-- | Parser/pgenmain.c | 2 | ||||
-rw-r--r-- | Parser/printgrammar.c | 2 | ||||
-rw-r--r-- | Parser/tokenizer.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/Parser/acceler.c b/Parser/acceler.c index 3a17e0e..5c1de91 100644 --- a/Parser/acceler.c +++ b/Parser/acceler.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/bitset.c b/Parser/bitset.c index 34e6e6e..2fd02be 100644 --- a/Parser/bitset.c +++ b/Parser/bitset.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/firstsets.c b/Parser/firstsets.c index 2b5cd02..8f3c70f 100644 --- a/Parser/firstsets.c +++ b/Parser/firstsets.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/grammar.c b/Parser/grammar.c index 3e31b07..dd2c58e 100644 --- a/Parser/grammar.c +++ b/Parser/grammar.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/grammar1.c b/Parser/grammar1.c index 565b2df..ed6815d 100644 --- a/Parser/grammar1.c +++ b/Parser/grammar1.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index 5162e25..bd73f8b 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/listnode.c b/Parser/listnode.c index 774abcd..7b5dfa1 100644 --- a/Parser/listnode.c +++ b/Parser/listnode.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/metagrammar.c b/Parser/metagrammar.c index 12c5d5b..7a3e315 100644 --- a/Parser/metagrammar.c +++ b/Parser/metagrammar.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/node.c b/Parser/node.c index 9ce7a31..b59e4f7 100644 --- a/Parser/node.c +++ b/Parser/node.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/parser.c b/Parser/parser.c index 141710a..9ae2702 100644 --- a/Parser/parser.c +++ b/Parser/parser.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/parsetok.c b/Parser/parsetok.c index 95fb123..ec0437e 100644 --- a/Parser/parsetok.c +++ b/Parser/parsetok.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/pgen.c b/Parser/pgen.c index bd1610e..d88245b 100644 --- a/Parser/pgen.c +++ b/Parser/pgen.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/pgenmain.c b/Parser/pgenmain.c index 6737326..c19a446 100644 --- a/Parser/pgenmain.c +++ b/Parser/pgenmain.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/printgrammar.c b/Parser/printgrammar.c index a9845a3..ead876f 100644 --- a/Parser/printgrammar.c +++ b/Parser/printgrammar.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index 1070d13..5b5b9b2 100644 --- a/Parser/tokenizer.c +++ b/Parser/tokenizer.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved |