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 /Objects | |
parent | f1644a54adbb4c7b690560df8ca923f1e7a9e848 (diff) | |
download | cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.zip cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.gz cpython-bab9d0385585fcddf6ee96a4ca38dd18e3517f54.tar.bz2 |
Copyright for 1992 added
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/fileobject.c | 2 | ||||
-rw-r--r-- | Objects/floatobject.c | 2 | ||||
-rw-r--r-- | Objects/frameobject.c | 2 | ||||
-rw-r--r-- | Objects/funcobject.c | 2 | ||||
-rw-r--r-- | Objects/intobject.c | 2 | ||||
-rw-r--r-- | Objects/listobject.c | 2 | ||||
-rw-r--r-- | Objects/longobject.c | 2 | ||||
-rw-r--r-- | Objects/methodobject.c | 2 | ||||
-rw-r--r-- | Objects/moduleobject.c | 2 | ||||
-rw-r--r-- | Objects/object.c | 2 | ||||
-rw-r--r-- | Objects/stringobject.c | 2 | ||||
-rw-r--r-- | Objects/tupleobject.c | 2 | ||||
-rw-r--r-- | Objects/typeobject.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/Objects/fileobject.c b/Objects/fileobject.c index ce18cb3..47461f9 100644 --- a/Objects/fileobject.c +++ b/Objects/fileobject.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/Objects/floatobject.c b/Objects/floatobject.c index dba6681..d154cab 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.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/Objects/frameobject.c b/Objects/frameobject.c index 212fbc9..a68704c 100644 --- a/Objects/frameobject.c +++ b/Objects/frameobject.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/Objects/funcobject.c b/Objects/funcobject.c index d522d70..a779ebb 100644 --- a/Objects/funcobject.c +++ b/Objects/funcobject.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/Objects/intobject.c b/Objects/intobject.c index 4c56bda..8ecffc2 100644 --- a/Objects/intobject.c +++ b/Objects/intobject.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/Objects/listobject.c b/Objects/listobject.c index 156cda1..6992a0f 100644 --- a/Objects/listobject.c +++ b/Objects/listobject.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/Objects/longobject.c b/Objects/longobject.c index 4acbe0c..bf62c1f 100644 --- a/Objects/longobject.c +++ b/Objects/longobject.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/Objects/methodobject.c b/Objects/methodobject.c index f6777ea..3b7c016 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.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/Objects/moduleobject.c b/Objects/moduleobject.c index b8a7213..bbe927c 100644 --- a/Objects/moduleobject.c +++ b/Objects/moduleobject.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/Objects/object.c b/Objects/object.c index 3b0b7d3..5f54b36 100644 --- a/Objects/object.c +++ b/Objects/object.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/Objects/stringobject.c b/Objects/stringobject.c index ca7bac6..b494f96 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.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/Objects/tupleobject.c b/Objects/tupleobject.c index ab2cf18..0875a0c 100644 --- a/Objects/tupleobject.c +++ b/Objects/tupleobject.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/Objects/typeobject.c b/Objects/typeobject.c index 7ad43b3..e72f34c 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.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 |