summaryrefslogtreecommitdiff
path: root/Modules/itertoolsmodule.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-01 11:53:47 -0600
committerBenjamin Peterson <benjamin@python.org>2016-01-01 11:53:47 -0600
commit0e617e22f0bb5ea9ff90c50693335c22dc134007 (patch)
tree7ae2836a5207ecf1671fb503389baae880daa65b /Modules/itertoolsmodule.c
parentf1dcdd9ac5529aa4a28e70a4a3ac6a32bf18444f (diff)
downloadcpython-git-0e617e22f0bb5ea9ff90c50693335c22dc134007.tar.gz
remove some copyright notices supserseded by the toplevel ones
Diffstat (limited to 'Modules/itertoolsmodule.c')
-rw-r--r--Modules/itertoolsmodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/itertoolsmodule.c b/Modules/itertoolsmodule.c
index 57a398f88d..b5859a9a1b 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.
*/