]> granicus.if.org Git - python/commitdiff
Update copyright for 2015 updates.
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Jan 2015 00:10:30 +0000 (16:10 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Jan 2015 00:10:30 +0000 (16:10 -0800)
Objects/setobject.c

index 91f341cb0165bbe2b2b1f9698972eedfa13b73b2..f865d1c5f9ab89a98f2e407914bee9b44b5633f1 100644 (file)
@@ -4,7 +4,7 @@
    Written and maintained by Raymond D. Hettinger <python@rcn.com>
    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.