diff options
author | Guido van Rossum <guido@python.org> | 2001-03-22 15:29:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-03-22 15:29:37 (GMT) |
commit | a0ea7c1b9f42e6cc3c3b2cde72a697bde0a09dd1 (patch) | |
tree | 64da3e0845f980e796d0aec321bbf94e4fe153fd /README | |
parent | b0dbeef1c4e455f5140a36a39c39b98c0f1c42c8 (diff) | |
download | cpython-a0ea7c1b9f42e6cc3c3b2cde72a697bde0a09dd1.zip cpython-a0ea7c1b9f42e6cc3c3b2cde72a697bde0a09dd1.tar.gz cpython-a0ea7c1b9f42e6cc3c3b2cde72a697bde0a09dd1.tar.bz2 |
Set copyright to PSF. Don't bother with 2000.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ This is Python version 2.1 ========================== -Copyright (c) 2000, 2001 Guido van Rossum. +Copyright (c) 2001 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. |