Skip to content

Commit 76ad68a

Browse files
committed
Change the copyright notice according to CNRI's wishes, with
BeOpen.com added to the front. (Even if maybe we won't print this long banner at startup, the string must still be defined for sys.copyright.)
1 parent 028d069 commit 76ad68a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Python/getcopyright.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
#include "Python.h"
44

55
static char cprt[] =
6-
"Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam\n\
7-
Copyright 1995-2000 Corporation for National Research Initiatives (CNRI)";
6+
"Copyright (c) 2000 BeOpen.com; All Rights Reserved.\n\
7+
Copyright (c) 1995-2000 Corporation for National Research Initiatives;\n\
8+
All Rights Reserved.\n\
9+
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam;\n\
10+
All Rights Reserved.";
811

912
const char *
1013
Py_GetCopyright(void)

0 commit comments

Comments
 (0)