From 2212e529d9ecb3aafa5c4f65930a1a9ddbc6585f Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 30 Nov 2008 23:43:36 +0000 Subject: Update copyright for recent changes. --- Objects/setobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/setobject.c b/Objects/setobject.c index d08ff5f..eb223a3 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-2007 Python Software Foundation. + Copyright (c) 2003-2008 Python Software Foundation. All rights reserved. */ -- cgit v0.12