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=-15.8 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,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 2A6E8C07E9C for ; Mon, 12 Jul 2021 16:03:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 14A7B60238 for ; Mon, 12 Jul 2021 16:03:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231374AbhGLQGo (ORCPT ); Mon, 12 Jul 2021 12:06:44 -0400 Received: from ms.lwn.net ([45.79.88.28]:42330 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229891AbhGLQGm (ORCPT ); Mon, 12 Jul 2021 12:06:42 -0400 Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 17CE636E; Mon, 12 Jul 2021 16:03:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 17CE636E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1626105834; bh=kSSlmFnL7JyG3z3y9i9yDbtGXvvJ9JyuZRsfDWOwbYw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=OXP10x44qcYIGcYQCUmPrz5EcR0O+HYo51nCKSAV42R0LgHj2dh0F+I0GFjDbhPnj dbguVF7uuXCnNJVxHjMOBu0HZC7isKqpQAdEt4Gh4mXYIiTIb0k5QMIMHTW0V0oZJ4 wWNLjSq9We8tYc3Z6hy9/F6OuBwaogCb6PQjcUnvR5qC2AkI9fR8CYjVNaUTKtlWBr 5DmzSDIIepwIdaSHPGNUDzxIbQrPlPchfD0M6xMvEUCit797tWJh4p+cCyNvg7Nst6 TJCEdOu99FPWpLPht7NBaRdtY6Ok/9vu4kSh7L9VtoUpdQQwZZIDZIR/N8Cb+MXq2S kIoWLBiLtZy2A== From: Jonathan Corbet To: Nishanth Menon , Thorsten Leemhuis , Greg Kroah-Hartman , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, linux-spdx@vger.kernel.org, Nishanth Menon , Christoph Hellwig , Rahul T R Subject: Re: [PATCH] LICENSES/dual/CC-BY-4.0: Lets switch to utf-8 In-Reply-To: <20210703012931.30604-1-nm@ti.com> References: <20210703012931.30604-1-nm@ti.com> Date: Mon, 12 Jul 2021 10:03:53 -0600 Message-ID: <87tukzr02e.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nishanth Menon writes: > 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 =E2=80=9CLicensor.=E2=80=9D The text of the Creat= ive Commons > +will be considered the "Licensor." The text of the Creative Commons > public licenses is dedicated to the public domain under the CC0 Public ...and I've applied this one as well. Thanks, jon