diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:22 (GMT) |
commit | fa10ae097855c5bf927414fce2cc12aee3cdcc98 (patch) | |
tree | ee13b49a3734afee86a57e6477f535f311f36510 /README | |
parent | 3f48ac98c04fc17f12c63dcf593dd0c19379c7df (diff) | |
download | cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.zip cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.tar.gz cpython-fa10ae097855c5bf927414fce2cc12aee3cdcc98.tar.bz2 |
update copyright year
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ This is Python version 3.3.3 ============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013 Python Software Foundation. All rights reserved. +2012, 2013, 2014 Python Software Foundation. All rights reserved. Python 3.x is a new version of the language, which is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially @@ -175,7 +175,7 @@ Copyright and License Information --------------------------------- Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013 Python Software Foundation. All rights reserved. +2012, 2013, 2014 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved. |