aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-04-05 14:20:22 +0000
committerGuido van Rossum <guido@python.org>1992-04-05 14:20:22 +0000
commit5113f5fd346c32c98ac46d374e0b5c3dced289a6 (patch)
tree5b13912299cc2929e95142cbe3edefa925652344
parenteee3fd495a601d672bbc242173a227104728ea7a (diff)
downloadcpython-5113f5fd346c32c98ac46d374e0b5c3dced289a6.tar.gz
cpython-5113f5fd346c32c98ac46d374e0b5c3dced289a6.zip
Copyright for 1992 added
-rw-r--r--Include/allobjects.h2
-rw-r--r--Include/assert.h2
-rw-r--r--Include/bitset.h2
-rw-r--r--Include/bltinmodule.h2
-rw-r--r--Include/ceval.h2
-rw-r--r--Include/cgensupport.h2
-rw-r--r--Include/classobject.h2
-rw-r--r--Include/compile.h2
-rw-r--r--Include/dictobject.h2
-rw-r--r--Include/errcode.h2
-rwxr-xr-xInclude/errors.h2
-rw-r--r--Include/fileobject.h2
-rw-r--r--Include/floatobject.h2
-rw-r--r--Include/frameobject.h2
-rw-r--r--Include/funcobject.h2
-rw-r--r--Include/grammar.h2
-rw-r--r--Include/import.h2
-rw-r--r--Include/intobject.h2
-rw-r--r--Include/intrcheck.h2
-rw-r--r--Include/listobject.h2
-rw-r--r--Include/longintrepr.h2
-rw-r--r--Include/longobject.h2
-rw-r--r--Include/marshal.h2
-rw-r--r--Include/metagrammar.h2
-rw-r--r--Include/methodobject.h2
-rw-r--r--Include/modsupport.h2
-rw-r--r--Include/moduleobject.h2
-rw-r--r--Include/node.h2
-rw-r--r--Include/object.h2
-rw-r--r--Include/objimpl.h2
-rw-r--r--Include/opcode.h2
-rw-r--r--Include/osdefs.h2
-rw-r--r--Include/parsetok.h2
-rw-r--r--Include/pgenheaders.h2
-rw-r--r--Include/pyerrors.h2
-rw-r--r--Include/pythonrun.h2
-rw-r--r--Include/stringobject.h2
-rw-r--r--Include/structmember.h2
-rw-r--r--Include/sysmodule.h2
-rw-r--r--Include/token.h2
-rw-r--r--Include/traceback.h2
-rw-r--r--Include/tupleobject.h2
-rw-r--r--Modules/cgensupport.h2
-rw-r--r--Parser/assert.h2
-rw-r--r--Parser/parser.h2
-rw-r--r--Parser/pgen.h2
-rw-r--r--Parser/tokenizer.h2
47 files changed, 47 insertions, 47 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 6cc37ba003f..348f04e6a78 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.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/Include/assert.h b/Include/assert.h
index 07d11af822d..32d78bbd286 100644
--- a/Include/assert.h
+++ b/Include/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/Include/bitset.h b/Include/bitset.h
index 9800f5cd098..d0761486ec9 100644
--- a/Include/bitset.h
+++ b/Include/bitset.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/Include/bltinmodule.h b/Include/bltinmodule.h
index 9ef706566cc..dace6c59ed7 100644
--- a/Include/bltinmodule.h
+++ b/Include/bltinmodule.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/Include/ceval.h b/Include/ceval.h
index 82f834e3fdd..2ddb7d0131d 100644
--- a/Include/ceval.h
+++ b/Include/ceval.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/Include/cgensupport.h b/Include/cgensupport.h
index 859fa994fec..c2598f84d1c 100644
--- a/Include/cgensupport.h
+++ b/Include/cgensupport.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/Include/classobject.h b/Include/classobject.h
index fb52203beb8..7dd66e791c6 100644
--- a/Include/classobject.h
+++ b/Include/classobject.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/Include/compile.h b/Include/compile.h
index 740e34d02f7..92b34d88198 100644
--- a/Include/compile.h
+++ b/Include/compile.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/Include/dictobject.h b/Include/dictobject.h
index a9d72cb9560..2c5d5394986 100644
--- a/Include/dictobject.h
+++ b/Include/dictobject.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/Include/errcode.h b/Include/errcode.h
index 65bd5980b2b..33d65c23948 100644
--- a/Include/errcode.h
+++ b/Include/errcode.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/Include/errors.h b/Include/errors.h
index 1f7cfc318f1..5a2a00a650d 100755
--- a/Include/errors.h
+++ b/Include/errors.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/Include/fileobject.h b/Include/fileobject.h
index 52a3765b89a..7bce698cf8e 100644
--- a/Include/fileobject.h
+++ b/Include/fileobject.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/Include/floatobject.h b/Include/floatobject.h
index 9741682d8df..9ea3e0171e0 100644
--- a/Include/floatobject.h
+++ b/Include/floatobject.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/Include/frameobject.h b/Include/frameobject.h
index 479664d25b3..e1f819017ad 100644
--- a/Include/frameobject.h
+++ b/Include/frameobject.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/Include/funcobject.h b/Include/funcobject.h
index b861663e5d5..eef2ce1be63 100644
--- a/Include/funcobject.h
+++ b/Include/funcobject.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/Include/grammar.h b/Include/grammar.h
index 759365e0e0f..37958a6cd25 100644
--- a/Include/grammar.h
+++ b/Include/grammar.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/Include/import.h b/Include/import.h
index eafb2b227d3..39f6d9620bb 100644
--- a/Include/import.h
+++ b/Include/import.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/Include/intobject.h b/Include/intobject.h
index f9938f308bd..d89abb33b0d 100644
--- a/Include/intobject.h
+++ b/Include/intobject.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/Include/intrcheck.h b/Include/intrcheck.h
index bd656365e8b..68d49771e1c 100644
--- a/Include/intrcheck.h
+++ b/Include/intrcheck.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/Include/listobject.h b/Include/listobject.h
index cc1921de027..710db2dad60 100644
--- a/Include/listobject.h
+++ b/Include/listobject.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/Include/longintrepr.h b/Include/longintrepr.h
index b30904bbb3f..84f35240148 100644
--- a/Include/longintrepr.h
+++ b/Include/longintrepr.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/Include/longobject.h b/Include/longobject.h
index 6c5c576f0f4..c17b2f5924c 100644
--- a/Include/longobject.h
+++ b/Include/longobject.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/Include/marshal.h b/Include/marshal.h
index a55c69b4d37..636357c50f7 100644
--- a/Include/marshal.h
+++ b/Include/marshal.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/Include/metagrammar.h b/Include/metagrammar.h
index 5b7db87f488..1923996fcce 100644
--- a/Include/metagrammar.h
+++ b/Include/metagrammar.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/Include/methodobject.h b/Include/methodobject.h
index e8d795ecafe..c6c5606bfa4 100644
--- a/Include/methodobject.h
+++ b/Include/methodobject.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/Include/modsupport.h b/Include/modsupport.h
index 60965d02faf..552c404dabb 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.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/Include/moduleobject.h b/Include/moduleobject.h
index 34a382f855b..0dfcadac6d0 100644
--- a/Include/moduleobject.h
+++ b/Include/moduleobject.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/Include/node.h b/Include/node.h
index bac2da1dc3e..fa60f5113d8 100644
--- a/Include/node.h
+++ b/Include/node.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/Include/object.h b/Include/object.h
index a2ff9819610..d987efb5fa3 100644
--- a/Include/object.h
+++ b/Include/object.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/Include/objimpl.h b/Include/objimpl.h
index 18de355135c..3d1dceb5a18 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.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/Include/opcode.h b/Include/opcode.h
index 43b8d3e8ea9..a0db342d45c 100644
--- a/Include/opcode.h
+++ b/Include/opcode.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/Include/osdefs.h b/Include/osdefs.h
index 938394308cd..773abdffc40 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.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/Include/parsetok.h b/Include/parsetok.h
index c46a3e86f0f..3e3cc6c2d48 100644
--- a/Include/parsetok.h
+++ b/Include/parsetok.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/Include/pgenheaders.h b/Include/pgenheaders.h
index 59c7e324f6c..42319cddf95 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.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/Include/pyerrors.h b/Include/pyerrors.h
index 1f7cfc318f1..5a2a00a650d 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.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/Include/pythonrun.h b/Include/pythonrun.h
index 8b1808d1fa9..162a6f74f62 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.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/Include/stringobject.h b/Include/stringobject.h
index 27fb243326c..2fb386b4337 100644
--- a/Include/stringobject.h
+++ b/Include/stringobject.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/Include/structmember.h b/Include/structmember.h
index 2cf68d83576..2743fd62e92 100644
--- a/Include/structmember.h
+++ b/Include/structmember.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/Include/sysmodule.h b/Include/sysmodule.h
index 29d1455130c..e7035946503 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.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/Include/token.h b/Include/token.h
index d29c7843f81..ba5717be658 100644
--- a/Include/token.h
+++ b/Include/token.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/Include/traceback.h b/Include/traceback.h
index 894938b71ed..c9fb17a63e5 100644
--- a/Include/traceback.h
+++ b/Include/traceback.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/Include/tupleobject.h b/Include/tupleobject.h
index 5a84ef23966..448fb71d20a 100644
--- a/Include/tupleobject.h
+++ b/Include/tupleobject.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/Modules/cgensupport.h b/Modules/cgensupport.h
index 859fa994fec..c2598f84d1c 100644
--- a/Modules/cgensupport.h
+++ b/Modules/cgensupport.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/assert.h b/Parser/assert.h
index 07d11af822d..32d78bbd286 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 5b962be1943..72aa9277f19 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 46d81ff8fdc..59af07dc15e 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 ddb6d36b9b7..723ef780831 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