http://hg.python.org/cpython/rev/47e7f18cd3a1 changeset: 85488:47e7f18cd3a1 user: Raymond Hettinger <python at rcn.com> date: Sat Aug 31 21:34:24 2013 -0700 summary: Update copyright. files: Objects/setobject.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Objects/setobject.c b/Objects/setobject.c --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -3,7 +3,7 @@ Written and maintained by Raymond D. Hettinger <python at rcn.com> 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. */ -- Repository URL: http://hg.python.org/cpython