]> granicus.if.org Git - python/commitdiff
remove some copyright notices supserseded by the toplevel ones
authorBenjamin Peterson <benjamin@python.org>
Fri, 1 Jan 2016 17:53:47 +0000 (11:53 -0600)
committerBenjamin Peterson <benjamin@python.org>
Fri, 1 Jan 2016 17:53:47 +0000 (11:53 -0600)
Doc/README.txt
Modules/_collectionsmodule.c
Modules/itertoolsmodule.c
Objects/setobject.c

index 004c6e1fe63abef320722620edf8f7a1405b8b09..4f8e9f8f1417fbc2de630e2759c6e35a83735a2b 100644 (file)
@@ -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.
-----------------------------------------------------------------------
index d4cc960af4e212c610e2aa6b05cac391869295fb..1dd4b998100572b40d6ae22bfc73708d4a10c694 100644 (file)
@@ -3,8 +3,6 @@
 
 /* collections module implementation of a deque() datatype
    Written and maintained by Raymond D. Hettinger <python@rcn.com>
-   Copyright (c) 2004 Python Software Foundation.
-   All rights reserved.
 */
 
 /* The block length may be set to any number over 1.  Larger numbers
index 9b9e1daedf8636579949fee786cf8c86beaab64d..68285b82f6c98c4184912f68159dee7232a4281a 100644 (file)
@@ -4,8 +4,6 @@
 
 /* Itertools module written and maintained
    by Raymond D. Hettinger <python@rcn.com>
-   Copyright (c) 2003 Python Software Foundation.
-   All rights reserved.
 */
 
 
index a9ebbec5a92909d87a73ce4f0f5393184797211f..18e6898428b1956b4bee6f59933505bb8c7022b8 100644 (file)
@@ -2,9 +2,6 @@
 /* set object implementation
    Written and maintained by Raymond D. Hettinger <python@rcn.com>
    Derived from Lib/sets.py and Objects/dictobject.c.
-
-   Copyright (c) 2003-2007 Python Software Foundation.
-   All rights reserved.
 */
 
 #include "Python.h"