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 /Python | |
parent | f1644a54adbb4c7b690560df8ca923f1e7a9e848 (diff) | |
download | cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.zip cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.gz cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.bz2 |
Copyright for 1992 added
Diffstat (limited to 'Python')
-rw-r--r-- | Python/bltinmodule.c | 2 | ||||
-rw-r--r-- | Python/cgensupport.c | 2 | ||||
-rw-r--r-- | Python/errors.c | 2 | ||||
-rw-r--r-- | Python/fmod.c | 2 | ||||
-rw-r--r-- | Python/getcwd.c | 2 | ||||
-rw-r--r-- | Python/import.c | 2 | ||||
-rw-r--r-- | Python/marshal.c | 2 | ||||
-rw-r--r-- | Python/modsupport.c | 2 | ||||
-rw-r--r-- | Python/pythonmain.c | 2 | ||||
-rw-r--r-- | Python/strerror.c | 2 | ||||
-rw-r--r-- | Python/structmember.c | 2 | ||||
-rw-r--r-- | Python/traceback.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index efeabcc..d6ae46f 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.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/Python/cgensupport.c b/Python/cgensupport.c index 9a33eb9..b24c80a 100644 --- a/Python/cgensupport.c +++ b/Python/cgensupport.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/Python/errors.c b/Python/errors.c index 5a46d4e..5814dd7 100644 --- a/Python/errors.c +++ b/Python/errors.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/Python/fmod.c b/Python/fmod.c index 1724b9e..607f6a5 100644 --- a/Python/fmod.c +++ b/Python/fmod.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/Python/getcwd.c b/Python/getcwd.c index acdf117..96c2291 100644 --- a/Python/getcwd.c +++ b/Python/getcwd.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/Python/import.c b/Python/import.c index c76d8c9..5667c77 100644 --- a/Python/import.c +++ b/Python/import.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/Python/marshal.c b/Python/marshal.c index aac2672..8e68e28 100644 --- a/Python/marshal.c +++ b/Python/marshal.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/Python/modsupport.c b/Python/modsupport.c index b7239d3..4512844 100644 --- a/Python/modsupport.c +++ b/Python/modsupport.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/Python/pythonmain.c b/Python/pythonmain.c index 3a37544..ea0d67d 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.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/Python/strerror.c b/Python/strerror.c index 37f9964..ce9bd98 100644 --- a/Python/strerror.c +++ b/Python/strerror.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/Python/structmember.c b/Python/structmember.c index bd04e7c..173b3f0 100644 --- a/Python/structmember.c +++ b/Python/structmember.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/Python/traceback.c b/Python/traceback.c index ea99152..bcd2f76 100644 --- a/Python/traceback.c +++ b/Python/traceback.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 |