diff options
Diffstat (limited to 'Objects/setobject.c')
-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 ea5a24c..fc17fa5 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-2008 Python Software Foundation. - All rights reserved. */ #include "Python.h" |