From: Raymond Hettinger Date: Sun, 1 Sep 2013 04:34:24 +0000 (-0700) Subject: Update copyright. X-Git-Tag: v3.4.0a2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c3c1ccd1bcd098681ec2c687caf4c849b1b0374;p=python Update copyright. --- diff --git a/Objects/setobject.c b/Objects/setobject.c index 51a1653c32..dabcc25292 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -3,7 +3,7 @@ Written and maintained by Raymond D. Hettinger Derived from Lib/sets.py and Objects/dictobject.c. - Copyright (c) 2003-2008 Python Software Foundation. + Copyright (c) 2003-2013 Python Software Foundation. All rights reserved. */