From d7470a3629cc0a5c1a1c8b03ab6d4a2d42ef95e8 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 10 Nov 2009 22:04:51 +0000 Subject: [PATCH] Reinstate copyright symbol lost in previous commit --- ares/cares.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares/cares.rc b/ares/cares.rc index ec99ff34e..4dfacc4d8 100644 --- a/ares/cares.rc +++ b/ares/cares.rc @@ -54,7 +54,7 @@ BEGIN #endif VALUE "ProductName", "The c-ares library\0" VALUE "ProductVersion", ARES_VERSION_STR "\0" - VALUE "LegalCopyright", " 2004 - 2009 Daniel Stenberg, .\0" + VALUE "LegalCopyright", "© 2004 - 2009 Daniel Stenberg, .\0" VALUE "License", "http://c-ares.haxx.se/license.html\0" END END