diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:55:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:55:47 (GMT) |
commit | 630329e4ea03e01a830e94c06c47027e7886c6dd (patch) | |
tree | 4b42c101af624fb4bd1a0ca7dc438b305b4ce16a /Doc | |
parent | 86fb46d439bb9f73658ccbd36cbbb20ead795617 (diff) | |
parent | 0e617e22f0bb5ea9ff90c50693335c22dc134007 (diff) | |
download | cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.zip cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.gz cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.bz2 |
merge 3.3
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 58bda62..f985e6e 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-2015 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. ----------------------------------------------------------------------- |