Skip to content

Commit f4d189f

Browse files
committed
All right. More uniformity, and extra blank lines.
1 parent 7ca7b5a commit f4d189f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Python/getcopyright.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
#include "Python.h"
44

55
static char cprt[] =
6-
"Copyright (c) 2000 BeOpen.com. All Rights Reserved.\n\
6+
"Copyright (c) 2000 BeOpen.com.\n\
7+
All Rights Reserved.\n\
8+
\n\
79
Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\
810
All Rights Reserved.\n\
11+
\n\
912
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\
1013
All Rights Reserved.";
1114

0 commit comments

Comments
 (0)