diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:53:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:53:47 (GMT) |
commit | f30bad284b0949c4aa03d9e0c9b631732092d991 (patch) | |
tree | 09c47aaf0ab5e1e4e196e0faf6a99684f6930829 /Doc | |
parent | 9df070e1b0289782897a43c8bbe8346a8b80715e (diff) | |
download | cpython-f30bad284b0949c4aa03d9e0c9b631732092d991.zip cpython-f30bad284b0949c4aa03d9e0c9b631732092d991.tar.gz cpython-f30bad284b0949c4aa03d9e0c9b631732092d991.tar.bz2 |
remove some copyright notices supserseded by the toplevel ones
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/README.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index 004c6e1..4f8e9f8 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -119,27 +119,3 @@ and we will process your request as soon as possible. If you want to help the Documentation Team, you are always welcome. Just send a mail to docs@python.org. - - -Copyright notice -================ - -The Python source is copyrighted, but you can freely use and copy it -as long as you don't change or remove the copyright notice: - ----------------------------------------------------------------------- -Copyright (c) 2000-2014 Python Software Foundation. -All rights reserved. - -Copyright (c) 2000 BeOpen.com. -All rights reserved. - -Copyright (c) 1995-2000 Corporation for National Research Initiatives. -All rights reserved. - -Copyright (c) 1991-1995 Stichting Mathematisch Centrum. -All rights reserved. - -See the file "license.rst" for information on usage and redistribution -of this file, and for a DISCLAIMER OF ALL WARRANTIES. ----------------------------------------------------------------------- |