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 /Modules | |
parent | f1644a54adbb4c7b690560df8ca923f1e7a9e848 (diff) | |
download | cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.zip cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.gz cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.bz2 |
Copyright for 1992 added
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/almodule.c | 2 | ||||
-rw-r--r-- | Modules/cgensupport.c | 2 | ||||
-rw-r--r-- | Modules/config.c.in | 2 | ||||
-rw-r--r-- | Modules/flmodule.c | 2 | ||||
-rw-r--r-- | Modules/fmmodule.c | 2 | ||||
-rw-r--r-- | Modules/imgfile.c | 2 | ||||
-rw-r--r-- | Modules/mathmodule.c | 2 | ||||
-rw-r--r-- | Modules/pwdmodule.c | 2 | ||||
-rw-r--r-- | Modules/socketmodule.c | 2 | ||||
-rw-r--r-- | Modules/stdwinmodule.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/Modules/almodule.c b/Modules/almodule.c index e6ba1b0..fae85f6 100644 --- a/Modules/almodule.c +++ b/Modules/almodule.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/Modules/cgensupport.c b/Modules/cgensupport.c index 9a33eb9..b24c80a 100644 --- a/Modules/cgensupport.c +++ b/Modules/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/Modules/config.c.in b/Modules/config.c.in index 8855a50..0f41af8 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -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/flmodule.c b/Modules/flmodule.c index 876a88a..f51586a 100644 --- a/Modules/flmodule.c +++ b/Modules/flmodule.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/Modules/fmmodule.c b/Modules/fmmodule.c index d2ede92..f3df6ce 100644 --- a/Modules/fmmodule.c +++ b/Modules/fmmodule.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/Modules/imgfile.c b/Modules/imgfile.c index 8bf6d06..c18f158 100644 --- a/Modules/imgfile.c +++ b/Modules/imgfile.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/Modules/mathmodule.c b/Modules/mathmodule.c index 76bfba2..00aa5eb 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.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/Modules/pwdmodule.c b/Modules/pwdmodule.c index 3b6a0c1..4d787ba 100644 --- a/Modules/pwdmodule.c +++ b/Modules/pwdmodule.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/Modules/socketmodule.c b/Modules/socketmodule.c index 9e305fc..97fea09 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.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/Modules/stdwinmodule.c b/Modules/stdwinmodule.c index d3ecfb8..e1d3982 100644 --- a/Modules/stdwinmodule.c +++ b/Modules/stdwinmodule.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 |