We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca7b5a commit f4d189fCopy full SHA for f4d189f
Python/getcopyright.c
@@ -3,9 +3,12 @@
3
#include "Python.h"
4
5
static char cprt[] =
6
-"Copyright (c) 2000 BeOpen.com. All Rights Reserved.\n\
+"Copyright (c) 2000 BeOpen.com.\n\
7
+All Rights Reserved.\n\
8
+\n\
9
Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\
10
All Rights Reserved.\n\
11
12
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\
13
All Rights Reserved.";
14
0 commit comments