diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 (GMT) |
commit | 8cdc9bc9018af92faef452c4364421a1c77a029d (patch) | |
tree | 02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 /Lib/platform.py | |
parent | 9db77468bc581b9c32e03a7190d7d502c7522f77 (diff) | |
download | cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.zip cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.gz cpython-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.bz2 |
More yearly updates.
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-x | Lib/platform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py index 5fda9fb..5df1e23 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -92,7 +92,7 @@ __copyright__ = """ Copyright (c) 1999-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com - Copyright (c) 2000-2009, eGenix.com Software GmbH; mailto:info@egenix.com + Copyright (c) 2000-2010, eGenix.com Software GmbH; mailto:info@egenix.com Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee or royalty is hereby granted, |