summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-10 22:04:51 +0000
committerYang Tse <yangsita@gmail.com>2009-11-10 22:04:51 +0000
commit2d5eaabc4a1628d29a84fa7aac90f6c3198f3498 (patch)
treee6036f4da6db3a62c66d8fe03360b399b9634bfc
parent1f0d6926d0f8b326365002d8342afb0e7769b085 (diff)
downloadc-ares-2d5eaabc4a1628d29a84fa7aac90f6c3198f3498.tar.gz
c-ares-2d5eaabc4a1628d29a84fa7aac90f6c3198f3498.tar.bz2
c-ares-2d5eaabc4a1628d29a84fa7aac90f6c3198f3498.zip
Reinstate copyright symbol lost in previous commit
-rw-r--r--cares.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cares.rc b/cares.rc
index ec99ff3..4dfacc4 100644
--- a/cares.rc
+++ b/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