diff options
| author | Raymond Hettinger <python@rcn.com> | 2015-02-10 22:37:22 -0600 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2015-02-10 22:37:22 -0600 |
| commit | eb6b554fbc96a3d2f09e9486ac90352b9a8632af (patch) | |
| tree | e9671872f125ed834cd48c3701b9d991addc9974 | |
| parent | ea5ce5a15e15e661fd51212d25a5b216f7b2a7d1 (diff) | |
| download | cpython-git-eb6b554fbc96a3d2f09e9486ac90352b9a8632af.tar.gz | |
Update copyright.
| -rw-r--r-- | Modules/_collectionsmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c index 69d93ae6a6..d3b0287abd 100644 --- a/Modules/_collectionsmodule.c +++ b/Modules/_collectionsmodule.c @@ -3,7 +3,7 @@ /* collections module implementation of a deque() datatype Written and maintained by Raymond D. Hettinger <python@rcn.com> - Copyright (c) 2004-2014 Python Software Foundation. + Copyright (c) 2004-2015 Python Software Foundation. All rights reserved. */ |
