Skip to content

Commit 0e617e2

Browse files
committed
remove some copyright notices supserseded by the toplevel ones
1 parent f1dcdd9 commit 0e617e2

File tree

4 files changed

+0
-31
lines changed

4 files changed

+0
-31
lines changed

Doc/README.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -108,27 +108,3 @@ and we will process your request as soon as possible.
108108

109109
If you want to help the Documentation Team, you are always welcome. Just send
110110
a mail to docs@python.org.
111-
112-
113-
Copyright notice
114-
================
115-
116-
The Python source is copyrighted, but you can freely use and copy it
117-
as long as you don't change or remove the copyright notice:
118-
119-
----------------------------------------------------------------------
120-
Copyright (c) 2000-2014 Python Software Foundation.
121-
All rights reserved.
122-
123-
Copyright (c) 2000 BeOpen.com.
124-
All rights reserved.
125-
126-
Copyright (c) 1995-2000 Corporation for National Research Initiatives.
127-
All rights reserved.
128-
129-
Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
130-
All rights reserved.
131-
132-
See the file "license.rst" for information on usage and redistribution
133-
of this file, and for a DISCLAIMER OF ALL WARRANTIES.
134-
----------------------------------------------------------------------

Modules/_collectionsmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
/* collections module implementation of a deque() datatype
55
Written and maintained by Raymond D. Hettinger <python@rcn.com>
6-
Copyright (c) 2004 Python Software Foundation.
7-
All rights reserved.
86
*/
97

108
/* The block length may be set to any number over 1. Larger numbers

Modules/itertoolsmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
/* Itertools module written and maintained
66
by Raymond D. Hettinger <python@rcn.com>
7-
Copyright (c) 2003-2013 Python Software Foundation.
8-
All rights reserved.
97
*/
108

119

Objects/setobject.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* set object implementation
33
Written and maintained by Raymond D. Hettinger <python@rcn.com>
44
Derived from Lib/sets.py and Objects/dictobject.c.
5-
6-
Copyright (c) 2003-2008 Python Software Foundation.
7-
All rights reserved.
85
*/
96

107
#include "Python.h"

0 commit comments

Comments
 (0)