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 | 0e617e22f0bb5ea9ff90c50693335c22dc134007 (patch) | |
tree | 7ae2836a5207ecf1671fb503389baae880daa65b /Doc/README.txt | |
parent | f1dcdd9ac5529aa4a28e70a4a3ac6a32bf18444f (diff) | |
download | cpython-0e617e22f0bb5ea9ff90c50693335c22dc134007.zip cpython-0e617e22f0bb5ea9ff90c50693335c22dc134007.tar.gz cpython-0e617e22f0bb5ea9ff90c50693335c22dc134007.tar.bz2 |
remove some copyright notices supserseded by the toplevel ones
Diffstat (limited to 'Doc/README.txt')
-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 a494c89..d17d032 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -108,27 +108,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. ----------------------------------------------------------------------- |