From: Scott Deboy Date: Sun, 9 Feb 2014 16:26:04 +0000 (-0800) Subject: Restore copyright symbol - ISO-8859-1 encoding for Configure file X-Git-Tag: OpenSSL_1_0_2-beta1~41^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6fd8db2a4b6708864eac420e9d44047785fcbd9;p=oweals%2Fopenssl.git Restore copyright symbol - ISO-8859-1 encoding for Configure file --- diff --git a/Configure b/Configure index 70bfe14e37..a9a50a2f48 100755 --- a/Configure +++ b/Configure @@ -2011,7 +2011,7 @@ BEGIN VALUE "ProductVersion", "$version\\0" // Optional: //VALUE "Comments", "\\0" - VALUE "LegalCopyright", "Copyright � 1998-2005 The OpenSSL Project. Copyright � 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0" + VALUE "LegalCopyright", "Copyright © 1998-2005 The OpenSSL Project. Copyright © 1995-1998 Eric A. Young, Tim J. Hudson. All rights reserved.\\0" //VALUE "LegalTrademarks", "\\0" //VALUE "PrivateBuild", "\\0" //VALUE "SpecialBuild", "\\0"