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