From df71cebf343d197becec9da70dee3767786d634c Mon Sep 17 00:00:00 2001 From: Jason Parachoniak Date: Mon, 25 Apr 2022 00:28:49 -0700 Subject: [PATCH] Fixed malformed utf8 string. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replacing: byte sequence "040 251 040" with "040 302 251 040" properly escaping the © symbol. --- kotlin-native/licenses/third_party/harmony_LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/licenses/third_party/harmony_LICENSE.txt b/kotlin-native/licenses/third_party/harmony_LICENSE.txt index aa07fc96d34..7a9bb819df0 100644 --- a/kotlin-native/licenses/third_party/harmony_LICENSE.txt +++ b/kotlin-native/licenses/third_party/harmony_LICENSE.txt @@ -805,7 +805,7 @@ PKCS#7, PKCS#8 and PKSC#10. Portions of these standards are included in Harmony Javadoc for reference, and in accordance with the licensing terms for PKCS#7, PKCS#8 and PKSC#10, the full copyright statement is here: -Copyright © 1991-1993 RSA Laboratories, a division of RSA Data Security, Inc. +Copyright © 1991-1993 RSA Laboratories, a division of RSA Data Security, Inc. License to copy this document is granted provided that it is identified as "RSA Data Security, Inc. Public-Key Cryptography Standards (PKCS)" in all material mentioning or referencing this document.