Skip to content

Commit 7ca7b5a

Browse files
committed
Use periods, not semicolons between Copyright and All Rights Reserved.
1 parent 2e0d331 commit 7ca7b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python/getcopyright.c

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

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

1212
const char *

0 commit comments

Comments
 (0)