From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3EE26EC2; Wed, 16 Jul 2025 11:36:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752665800; cv=none; b=ATQ09mvvrL0Ke9Vc5Ec0RJqhJJAhCb37RwHjUoULK33NlNBGPafgHTV211U8LNm0zlEGOqBvcLWPKE/VyC/6ifqjT8UMqjg0IXDH+VSCVpnkQNiWKO/Q/BcSOutmkz4fTgyugAlaKiotHEtsHZB40B9eUBSQEPXrENJtgAskxPQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752665800; c=relaxed/simple; bh=EEdNTQ9edhqImKKR7yL1jTK7X6XNu/ZXDr2nrumJtGo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DFyxN6kgP2khnnEYmYjXWw7W5BgBovBVCKd1RFIOISwLKOyz2IrqA87BVieR8LxMt6WfSqKyzOg3I1oLMDAkH8YZROSM2y7M2foJFu3EXdcn7S8cnCVQZC0K+Lzl+iPY8yMYTNJ9peKJQV+8P0LPxurTpWb13d97Pu/nx2bSTFQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qPJxqQZ3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qPJxqQZ3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 658ABC4CEF6; Wed, 16 Jul 2025 11:36:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1752665799; bh=EEdNTQ9edhqImKKR7yL1jTK7X6XNu/ZXDr2nrumJtGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qPJxqQZ3oPlFVetdtZGJOHwLUZ+W4aik7mRKj6oMtlTE4gAI2DzexbmQdFgmwTrWr g9MQg64VxCQs9hS1GtIFuF8z17NllNzMN6Ti4lWVxFdfKQLdrOi/ZB7fB+N8QOl/WJ 2rbKYmZMOi2IrSgk/dHKbzkXYFL5WS2wfZ9ch6k8= Date: Wed, 16 Jul 2025 13:36:37 +0200 From: Greg Kroah-Hartman To: Thomas Huth Cc: Madhavan Srinivasan , Michael Ellerman , Thomas Gleixner , Nicholas Piggin , Christophe Leroy , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, linux-spdx@vger.kernel.org Subject: Re: [PATCH v3] powerpc: Drop GPL boilerplate text with obsolete FSF address Message-ID: <2025071628-retrace-collected-52b2@gregkh> References: <20250711072553.198777-1-thuth@redhat.com> Precedence: bulk X-Mailing-List: linux-spdx@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250711072553.198777-1-thuth@redhat.com> On Fri, Jul 11, 2025 at 09:25:53AM +0200, Thomas Huth wrote: > From: Thomas Huth > > The FSF does not reside in the Franklin street anymore, so we should not > request the people to write to this address. Fortunately, these header > files already contain a proper SPDX license identifier, so it should be > fine to simply drop all of this license boilerplate code here. > > Suggested-by: Greg Kroah-Hartman > Signed-off-by: Thomas Huth Reviewed-by: Greg Kroah-Hartman