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 | f30bad284b0949c4aa03d9e0c9b631732092d991 (patch) | |
tree | 09c47aaf0ab5e1e4e196e0faf6a99684f6930829 /Objects | |
parent | 9df070e1b0289782897a43c8bbe8346a8b80715e (diff) | |
download | cpython-f30bad284b0949c4aa03d9e0c9b631732092d991.zip cpython-f30bad284b0949c4aa03d9e0c9b631732092d991.tar.gz cpython-f30bad284b0949c4aa03d9e0c9b631732092d991.tar.bz2 |
remove some copyright notices supserseded by the toplevel ones
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/setobject.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Objects/setobject.c b/Objects/setobject.c index a9ebbec..18e6898 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -2,9 +2,6 @@ /* set object implementation Written and maintained by Raymond D. Hettinger <python@rcn.com> Derived from Lib/sets.py and Objects/dictobject.c. - - Copyright (c) 2003-2007 Python Software Foundation. - All rights reserved. */ #include "Python.h" |