From 718c552901d703c502ccbefdfc3c9028d608b947 Mon Sep 17 00:00:00 2001 From: orivej <orivej@yandex-team.ru> Date: Thu, 10 Feb 2022 16:44:49 +0300 Subject: Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2. --- contrib/tools/python3/src/Python/getcopyright.c | 44 ++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'contrib/tools/python3/src/Python/getcopyright.c') diff --git a/contrib/tools/python3/src/Python/getcopyright.c b/contrib/tools/python3/src/Python/getcopyright.c index 88d1d05362..81be79a945 100644 --- a/contrib/tools/python3/src/Python/getcopyright.c +++ b/contrib/tools/python3/src/Python/getcopyright.c @@ -1,23 +1,23 @@ -/* Return the copyright string. This is updated manually. */ - -#include "Python.h" - -static const char cprt[] = -"\ +/* Return the copyright string. This is updated manually. */ + +#include "Python.h" + +static const char cprt[] = +"\ Copyright (c) 2001-2022 Python Software Foundation.\n\ -All Rights Reserved.\n\ -\n\ -Copyright (c) 2000 BeOpen.com.\n\ -All Rights Reserved.\n\ -\n\ -Copyright (c) 1995-2001 Corporation for National Research Initiatives.\n\ -All Rights Reserved.\n\ -\n\ -Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\ -All Rights Reserved."; - -const char * -Py_GetCopyright(void) -{ - return cprt; -} +All Rights Reserved.\n\ +\n\ +Copyright (c) 2000 BeOpen.com.\n\ +All Rights Reserved.\n\ +\n\ +Copyright (c) 1995-2001 Corporation for National Research Initiatives.\n\ +All Rights Reserved.\n\ +\n\ +Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\ +All Rights Reserved."; + +const char * +Py_GetCopyright(void) +{ + return cprt; +} -- cgit v1.2.3