diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 13:07:05 +0000 |
commit | 8cdc9bc9018af92faef452c4364421a1c77a029d (patch) | |
tree | 02ceaa35e892ae8b60b95ade8b13c3f9e03ea3a0 /Lib/platform.py | |
parent | 9db77468bc581b9c32e03a7190d7d502c7522f77 (diff) | |
download | cpython-git-8cdc9bc9018af92faef452c4364421a1c77a029d.tar.gz |
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 5fda9fb10a..5df1e2305e 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, |