From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB9F8C07E95 for ; Sat, 3 Jul 2021 01:34:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C3AC3613CB for ; Sat, 3 Jul 2021 01:34:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230243AbhGCBhG (ORCPT ); Fri, 2 Jul 2021 21:37:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230017AbhGCBhF (ORCPT ); Fri, 2 Jul 2021 21:37:05 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FCBEC061762; Fri, 2 Jul 2021 18:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=c8syrHSiy+jYFMMRLiqjgG0DYYtlgGkjJ9xbA0JIXh0=; b=oQFwLlaZZqkSunLSNePMCDWJPr vt+/PflLmC2Ay9aIQ931EiHNy5kXJqdeKgSAsXLtMeYWLzGnfo7rYAYJBAb/tZFbCga85aXayDvgP VjmvM4E2IShl947a28FtCrCSbDlly1KC0gRTZl0IYq6gnXKoWUUGuZV3NcQyTv+Tiu9LQTSeJRph5 OrkTCbnXsg/a2vDDcoeSYedftbPTwi81HYEUyRSyigs3g62XfeJQlfIi/23SP44YpVhgz41ATctJm pOPgsGZGI73YfSoigDLtPucub+b9WkHk1YB3BK/3uVs3qdEJZqlsSyTO0B7rednLqoyUd4rnpR64H VxDC4cow==; Received: from [2601:1c0:6280:3f0::aefb] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1lzUY8-004Nts-Du; Sat, 03 Jul 2021 01:34:28 +0000 Subject: Re: [PATCH] LICENSES/dual/CC-BY-4.0: Lets switch to utf-8 To: Nishanth Menon , Thorsten Leemhuis , Jonathan Corbet , Greg Kroah-Hartman , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, linux-spdx@vger.kernel.org, Christoph Hellwig , Rahul T R References: <20210703012931.30604-1-nm@ti.com> From: Randy Dunlap Message-ID: Date: Fri, 2 Jul 2021 18:34:25 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210703012931.30604-1-nm@ti.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On 7/2/21 6:29 PM, Nishanth Menon wrote: > Lets drop the unicode characters that peeped in and replace with > equivalent utf-8 characters. This makes the CC-BY-4.0 file inline with > rest of license files. > > This messes up code such as scripts/spdxcheck.py which assumed utf-8 > LICENSE files. > > Fixes: bc41a7f36469 ("LICENSES: Add the CC-BY-4.0 license") > > Cc: Thorsten Leemhuis > CC: Thomas Gleixner > CC: Greg Kroah-Hartman > CC: Christoph Hellwig > Cc: Jonathan Corbet > > Reported-by: Rahul T R > Signed-off-by: Nishanth Menon > --- > also see: https://lore.kernel.org/linux-spdx/20210703012128.27946-1-nm@ti.com/T/#u > > LICENSES/dual/CC-BY-4.0 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/LICENSES/dual/CC-BY-4.0 b/LICENSES/dual/CC-BY-4.0 > index 45a81b8e4669..869cad3d1643 100644 > --- a/LICENSES/dual/CC-BY-4.0 > +++ b/LICENSES/dual/CC-BY-4.0 > @@ -392,7 +392,7 @@ Section 8 -- Interpretation. > Creative Commons is not a party to its public > licenses. Notwithstanding, Creative Commons may elect to apply one of > its public licenses to material it publishes and in those instances > -will be considered the “Licensor.” The text of the Creative Commons > +will be considered the "Licensor." The text of the Creative Commons > public licenses is dedicated to the public domain under the CC0 Public > Domain Dedication. Except for the limited purpose of indicating that > material is shared under a Creative Commons public license or as > Acked-by: Randy Dunlap Thanks. -- ~Randy