diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-10 22:04:51 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-10 22:04:51 +0000 |
commit | d7470a3629cc0a5c1a1c8b03ab6d4a2d42ef95e8 (patch) | |
tree | 0f397bec28283ff89070d4d3a557522c39a84fad | |
parent | 2287e7ba8bc53159fdf03633318cf73d8671a2b4 (diff) |
Reinstate copyright symbol lost in previous commit
-rw-r--r-- | ares/cares.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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, <daniel@haxx.se>.\0" + VALUE "LegalCopyright", "© 2004 - 2009 Daniel Stenberg, <daniel@haxx.se>.\0" VALUE "License", "http://c-ares.haxx.se/license.html\0" END END |