From: Raymond Hettinger Date: Mon, 19 Jan 2015 00:10:30 +0000 (-0800) Subject: Update copyright for 2015 updates. X-Git-Tag: v3.5.0a1~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd9b200b872c2345c84af4fd98f5d0c8b674cc58;p=python Update copyright for 2015 updates. --- diff --git a/Objects/setobject.c b/Objects/setobject.c index 91f341cb01..f865d1c5f9 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -4,7 +4,7 @@ Written and maintained by Raymond D. Hettinger Derived from Lib/sets.py and Objects/dictobject.c. - Copyright (c) 2003-2014 Python Software Foundation. + Copyright (c) 2003-2015 Python Software Foundation. All rights reserved. The basic lookup function used by all operations.