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 AEEA7C433FE for ; Tue, 15 Nov 2022 06:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232381AbiKOGtA (ORCPT ); Tue, 15 Nov 2022 01:49:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229585AbiKOGs5 (ORCPT ); Tue, 15 Nov 2022 01:48:57 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C48A55FBD; Mon, 14 Nov 2022 22:48:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1CC7161553; Tue, 15 Nov 2022 06:48:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 07933C433D7; Tue, 15 Nov 2022 06:48:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668494935; bh=XNUvDzdINCDghyaN5qN1SpG+kgjyEl3yUValNgB8rlQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S6GXYa0YgJxpYdi9nSImclrFT7Ybqn6KiS00FcqAT1O2zkfm5XkxKcxlk+8E4BaYB Kxw+IqcjLuydCVZvWDU4bC9FCpF/TGLy43pKCDrBo3uTTLU6Ex+shXaIFp8pQ+nqCr E242RBVanX8aS5bkBSYorFtp/IDBU6pIRWWQ2Q2w= Date: Tue, 15 Nov 2022 07:48:51 +0100 From: Greg Kroah-Hartman To: Sebastian Reichel Cc: Christophe JAILLET , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Peter Ujfalusi , Kai Vehmanen Subject: Re: [PATCH] headers: Remove some left-over license text in include/uapi/linux/hsi/ Message-ID: References: <4919073b3dee8ca7612989659d31b12f9c5491ba.1662897400.git.christophe.jaillet@wanadoo.fr> <20221114210155.anq5gkggfrvj6nki@mercury.elektranox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221114210155.anq5gkggfrvj6nki@mercury.elektranox.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 14, 2022 at 10:01:55PM +0100, Sebastian Reichel wrote: > Hi, > > On Sun, Sep 11, 2022 at 01:56:59PM +0200, Christophe JAILLET wrote: > > Remove some left-over from commit e2be04c7f995 ("License cleanup: add SPDX > > license identifier to uapi header files with a license") > > > > When the SPDX-License-Identifier tag has been added, the corresponding > > license text has not been removed. > > > > Signed-off-by: Christophe JAILLET > > --- > > IIRC that was intentional, since the plan was to seek for an > explicit Ack from the copyright holder when removing the text. Did that ever happen? > I've added Greg for clarification and hopefully the latest > mail address from Kai and Peter. It's fine to remove license "boilerplate" text like this, especially when it is wrong (hint, is the FSF's address correct?). thanks, greg k-h