diff options
author | Guido van Rossum <guido@python.org> | 1992-04-05 14:20:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-05 14:20:22 (GMT) |
commit | 5113f5fd346c32c98ac46d374e0b5c3dced289a6 (patch) | |
tree | 5b13912299cc2929e95142cbe3edefa925652344 /Parser | |
parent | eee3fd495a601d672bbc242173a227104728ea7a (diff) | |
download | cpython-5113f5fd346c32c98ac46d374e0b5c3dced289a6.zip cpython-5113f5fd346c32c98ac46d374e0b5c3dced289a6.tar.gz cpython-5113f5fd346c32c98ac46d374e0b5c3dced289a6.tar.bz2 |
Copyright for 1992 added
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/assert.h | 2 | ||||
-rw-r--r-- | Parser/parser.h | 2 | ||||
-rw-r--r-- | Parser/pgen.h | 2 | ||||
-rw-r--r-- | Parser/tokenizer.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Parser/assert.h b/Parser/assert.h index 07d11af..32d78bb 100644 --- a/Parser/assert.h +++ b/Parser/assert.h @@ -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.h b/Parser/parser.h index 5b962be..72aa927 100644 --- a/Parser/parser.h +++ b/Parser/parser.h @@ -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.h b/Parser/pgen.h index 46d81ff..59af07d 100644 --- a/Parser/pgen.h +++ b/Parser/pgen.h @@ -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.h b/Parser/tokenizer.h index ddb6d36..723ef78 100644 --- a/Parser/tokenizer.h +++ b/Parser/tokenizer.h @@ -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 |