diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:53:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:53:47 (GMT) |
commit | 0e617e22f0bb5ea9ff90c50693335c22dc134007 (patch) | |
tree | 7ae2836a5207ecf1671fb503389baae880daa65b /Modules | |
parent | f1dcdd9ac5529aa4a28e70a4a3ac6a32bf18444f (diff) | |
download | cpython-0e617e22f0bb5ea9ff90c50693335c22dc134007.zip cpython-0e617e22f0bb5ea9ff90c50693335c22dc134007.tar.gz cpython-0e617e22f0bb5ea9ff90c50693335c22dc134007.tar.bz2 |
remove some copyright notices supserseded by the toplevel ones
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_collectionsmodule.c | 2 | ||||
-rw-r--r-- | Modules/itertoolsmodule.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 3cf4764..dfebfb9 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c @@ -3,8 +3,6 @@ /* collections module implementation of a deque() datatype Written and maintained by Raymond D. Hettinger <python@rcn.com> - Copyright (c) 2004 Python Software Foundation. - All rights reserved. */ /* The block length may be set to any number over 1. Larger numbers diff --git a/Modules/itertoolsmodule.c b/Modules/itertoolsmodule.c index 57a398f..b5859a9 100644 --- a/Modules/itertoolsmodule.c +++ b/Modules/itertoolsmodule.c @@ -4,8 +4,6 @@ /* Itertools module written and maintained by Raymond D. Hettinger <python@rcn.com> - Copyright (c) 2003-2013 Python Software Foundation. - All rights reserved. */ |