Update copyright for 2015 updates.

This commit is contained in:
Raymond Hettinger 2015-01-18 16:10:30 -08:00
parent 9cd6a789c6
commit bd9b200b87

View file

@ -4,7 +4,7 @@
Written and maintained by Raymond D. Hettinger <python@rcn.com> Written and maintained by Raymond D. Hettinger <python@rcn.com>
Derived from Lib/sets.py and Objects/dictobject.c. 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. All rights reserved.
The basic lookup function used by all operations. The basic lookup function used by all operations.