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 C57E9CD54AB for ; Tue, 19 Sep 2023 10:06:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229522AbjISKGD (ORCPT ); Tue, 19 Sep 2023 06:06:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230439AbjISKFw (ORCPT ); Tue, 19 Sep 2023 06:05:52 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3A9AEA; Tue, 19 Sep 2023 03:05:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1695117942; bh=qnEPlg47MH9dE/ib7+sBEVpstd8KaTfTXJ6XGs34D+8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=DcXPXZ8RevrVci8TzkhlGkgvXdCrEBGdTI2ecUCjD+lo37dLcg/XalDi/y6ZSG3e0 ZfEzOeTrwD4zUqaZkYMLKWxU04OEzjxLQDC3oyiUnT4jIYpx7i/x1SBjc8jkZH5ZuF cVZ1q7BPhuYhUjawCqSBGXNdIqZqKyhCCqVjn9RWYMp8fBWJuxYnqI5RyU+loysU60 R60cgwWXRUkFdLL1zXe+Q3zjl8pQpNIoUWLtNqMX4O71AUgnk8VqxHI3hGED+d3Skm CV7dsCNdJcOtIGs720eP25IE4XlnGlkEUMzuUl3lhLv8dYuwFzPI60JiRRP7dHAAfq sHJslzYoFLf2A== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Rqcjx2f8tz4xNj; Tue, 19 Sep 2023 20:05:41 +1000 (AEST) From: Michael Ellerman To: Geert Uytterhoeven Cc: Greg Ungerer , Nicholas Piggin , Christophe Leroy , Thomas Gleixner , Greg Kroah-Hartman , linux-m68k@lists.linux-m68k.org, linuxppc-dev@lists.ozlabs.org, linux-spdx@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] powerpc: Replace GPL 2.0+ README.legal boilerplate with SPDX In-Reply-To: References: <87h6nqlxli.fsf@mail.lhotse> Date: Tue, 19 Sep 2023 20:05:35 +1000 Message-ID: <87o7hytr4g.fsf@mail.lhotse> 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 Geert Uytterhoeven writes: > Hi Michael, > > On Tue, Sep 19, 2023 at 4:13=E2=80=AFAM Michael Ellerman wrote: >> Geert Uytterhoeven writes: >> > Upstream Linux never had a "README.legal" file, but it was present >> > in early source releases of Linux/m68k. It contained a simple copyrig= ht >> > notice and a link to a version of the "COPYING" file that predated the >> > addition of the "only valid GPL version is v2" clause. >> > >> > Get rid of the references to non-existent files by replacing the >> > boilerplate with SPDX license identifiers. >> > >> > Signed-off-by: Geert Uytterhoeven >> >> LGTM. >> >> Acked-by: Michael Ellerman (powerpc) > > Can you please take it through the PPC tree? Sure thing. cheers