]> granicus.if.org Git - python/commitdiff
Remobe beopen/cnri/cwi copyrights, according to CNRI instructions.
authorGuido van Rossum <guido@python.org>
Thu, 3 Aug 2000 16:42:14 +0000 (16:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Aug 2000 16:42:14 +0000 (16:42 +0000)
This doesn't change the copyright status for these files -- just the
markings!  Doing it on the main branch for these three files for which
the HEAD revision was pushed back into 1.6.

Include/abstract.h
Modules/socketmodule.c
Objects/abstract.c

index 7a6b7cff1dc7da08b87a0a03e320d5e4ad1eb901..fe1fa4bf2c8659eaa1ad26c970c7d0b25ff1ee52 100644 (file)
@@ -4,16 +4,6 @@
 extern "C" {
 #endif
 
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
-
 /* Abstract Object Interface (many thanks to Jim Fulton) */
 
 /*
index 3ff7abd0246f0dc38116e91439e33b7f2e013d10..418b125969aefb254b551174d0812e101e6bb457 100644 (file)
@@ -1,13 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
-
 /* Socket module */
 
 /* SSL support based on patches by Brian E Gallew and Laszlo Kovacs */
index 96b5fe81837f2865025aa7011be292a7167a22a9..4a64daa7ce6126a8171be3469d2d49193468e058 100644 (file)
@@ -1,13 +1,3 @@
-/***********************************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
-
 /* Abstract Object Interface (many thanks to Jim Fulton) */
 
 #include "Python.h"