Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0d331 commit 7ca7b5aCopy full SHA for 7ca7b5a
1 file changed
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