cpython/Python/getcopyright.c

/* Return the copyright string.  This is updated manually. */

#include "Python.h"

static const char cprt[] =;

const char *
Py_GetCopyright(void)
{}