diff options
| author | Raymond Hettinger <python@rcn.com> | 2015-01-19 00:10:30 (GMT) |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2015-01-19 00:10:30 (GMT) |
| commit | bd9b200b872c2345c84af4fd98f5d0c8b674cc58 (patch) | |
| tree | 67b8092ab84ba3816d5330b5125452c1ccfb73cf | |
| parent | 9cd6a789c6bd96e89b21b796292138d77d94c5aa (diff) | |
| download | cpython-bd9b200b872c2345c84af4fd98f5d0c8b674cc58.zip cpython-bd9b200b872c2345c84af4fd98f5d0c8b674cc58.tar.gz cpython-bd9b200b872c2345c84af4fd98f5d0c8b674cc58.tar.bz2 | |
Update copyright for 2015 updates.
| -rw-r--r-- | Objects/setobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/setobject.c b/Objects/setobject.c index 91f341c..f865d1c 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -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. |
