]> granicus.if.org Git - python/commitdiff
Closes #23018: Replace copyright symbol with escape.
authorSteve Dower <steve.dower@microsoft.com>
Fri, 20 Feb 2015 17:08:48 +0000 (09:08 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 20 Feb 2015 17:08:48 +0000 (09:08 -0800)
PC/python_ver_rc.h

index 1f1bebc51f5a03a1d90a1e51fbf77050eeb1dfd2..827e9be52831df521d21189593b124a53d2ae03e 100644 (file)
@@ -4,7 +4,7 @@
 #include "winver.h"
 
 #define PYTHON_COMPANY   "Python Software Foundation"
-#define PYTHON_COPYRIGHT "Copyright © 2001-2015 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC."
+#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."
 
 #define MS_WINDOWS
 #include "modsupport.h"