Skip to content

Commit d671213

Browse files
committed
Closes #23018: Replace copyright symbol with escape.
1 parent e7b9267 commit d671213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/python_ver_rc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "winver.h"
55

66
#define PYTHON_COMPANY "Python Software Foundation"
7-
#define PYTHON_COPYRIGHT "Copyright © 2001-2015 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC."
7+
#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2015 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC."
88

99
#define MS_WINDOWS
1010
#include "modsupport.h"

0 commit comments

Comments
 (0)