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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 E86A0C07E9B for ; Wed, 7 Jul 2021 16:41:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5C5D61CC9 for ; Wed, 7 Jul 2021 16:41:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230259AbhGGQoi convert rfc822-to-8bit (ORCPT ); Wed, 7 Jul 2021 12:44:38 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:51428 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230012AbhGGQog (ORCPT ); Wed, 7 Jul 2021 12:44:36 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 165941C0B7C; Wed, 7 Jul 2021 18:41:55 +0200 (CEST) Date: Wed, 7 Jul 2021 18:41:48 +0200 From: Pavel Machek To: Thomas Gleixner Cc: Nishanth Menon , Thorsten Leemhuis , Jonathan Corbet , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-spdx@vger.kernel.org, Christoph Hellwig , Rahul T R Subject: Re: [PATCH] LICENSES/dual/CC-BY-4.0: Lets switch to utf-8 Message-ID: <20210707164148.GA5380@localhost> References: <20210703012931.30604-1-nm@ti.com> <87eecaqytu.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <87eecaqytu.ffs@nanos.tec.linutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 2021-07-07 11:04:45, Thomas Gleixner wrote: > Nishanth, > > On Fri, Jul 02 2021 at 20:29, Nishanth Menon wrote: > > Lets drop the unicode characters that peeped in and replace with > > Again: s/Lets// > > > equivalent utf-8 characters. This makes the CC-BY-4.0 file inline with > > rest of license files. s/utf-8/ASCII/? otherwise the description makes no sense... > > 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 > > In theory the License text should be a verbatim copy. But yes, this > unicode stuff is a pain. But we use unicode elsewhere for random stuff, and license should be verbatim, so I'm not sure this is good idea. Pavel --