From 5e7a4dc5d7b183c3675f95e5ec9c8601bc3d23a2 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 8 Aug 2010 11:18:38 +0200 Subject: Added copyright string to ares_version.h and make use of it in other files. --- cares.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cares.rc') diff --git a/cares.rc b/cares.rc index 2c43dca..50a5e8e 100644 --- a/cares.rc +++ b/cares.rc @@ -53,7 +53,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", "© " ARES_COPYRIGHT "\0" VALUE "License", "http://c-ares.haxx.se/license.html\0" END END -- cgit v1.2.3