From 6c3c1ccd1bcd098681ec2c687caf4c849b1b0374 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 31 Aug 2013 21:34:24 -0700 Subject: Update copyright. --- Objects/setobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/setobject.c b/Objects/setobject.c index 51a1653..dabcc25 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. */ -- cgit v0.12