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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA9D3C4167B for ; Thu, 2 Nov 2023 14:09:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235245AbjKBOJe (ORCPT ); Thu, 2 Nov 2023 10:09:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229579AbjKBOJc (ORCPT ); Thu, 2 Nov 2023 10:09:32 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68BB412E; Thu, 2 Nov 2023 07:09:26 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81BA1C433C7; Thu, 2 Nov 2023 14:09:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698934166; bh=cLVgKGsvd2J+4hBR/jBxwJpQHA9W6KN+s9cJCdjKm2o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WY7kqFjIuWjVZdXz6GwECmIQKQHr6nV5MTCwVdNQ7hMgNwoycBvDXbfpy1lQuRM+q vy84HxgPTqe4cdKt7X7K8ATCfePd4jE6yRhiIee2rvvzqvhmUSUFFz2OJiF4GFxPBo wqW4/dXqo74dpAyx7v0cBqStElVPP1+HTIdFcbLo= Date: Thu, 2 Nov 2023 15:09:21 +0100 From: Greg Kroah-Hartman To: Bagas Sanjaya Cc: Linux Kernel Mailing List , Linux Documentation , Jonathan Corbet , Thomas Gleixner , Akira Yokosawa , Stanislav Fomichev , David Vernet , Miguel Ojeda , James Seo , Daniel Vetter , Federico Vaga , Carlos Bilbao , linux-spdx@vger.kernel.org, Richard Fontana Subject: Re: [PATCH RFC RESEND 1/4] LICENSES: Add SIL Open Font License 1.1 Message-ID: <2023110211-absolute-backfire-b6a0@gregkh> References: <20231102123225.32768-1-bagasdotme@gmail.com> <20231102123225.32768-2-bagasdotme@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231102123225.32768-2-bagasdotme@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 02, 2023 at 07:32:19PM +0700, Bagas Sanjaya wrote: > Add the license text along with appropriate tags for reference and > tooling. The text is taken from the text as distributed in Google > Fonts's zip files. > > As the license itself may or may note be compatible with GPLv2, > let's take on the err side and require combining it with > GPL-compatible licenses when using the license. > > Cc: linux-spdx@vger.kernel.org > Cc: Richard Fontana > Cc: Greg Kroah-Hartman > Signed-off-by: Bagas Sanjaya > --- > LICENSES/dual/OFL-1.1 | 107 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 107 insertions(+) > create mode 100644 LICENSES/dual/OFL-1.1 Same comment as made before here: https://lore.kernel.org/all/2023110222-renewed-monologue-008e@gregkh/