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 44E9CC43334 for ; Mon, 6 Jun 2022 15:34:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240911AbiFFPex (ORCPT ); Mon, 6 Jun 2022 11:34:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240842AbiFFPej (ORCPT ); Mon, 6 Jun 2022 11:34:39 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DFFEF35AA7; Mon, 6 Jun 2022 08:34:37 -0700 (PDT) Date: Mon, 6 Jun 2022 17:34:34 +0200 From: Pablo Neira Ayuso To: Thomas Gleixner Cc: netfilter-devel@vger.kernel.org, linux-spdx@vger.kernel.org, Manoj Basapathi , Subash Abhinov Kasiviswanathan Subject: Re: netfilter: xtables: Bring SPDX identifier back Message-ID: References: <87ee016cji.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87ee016cji.ffs@tglx> Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Mon, Jun 06, 2022 at 05:23:45PM +0200, Thomas Gleixner wrote: > Commit e2be04c7f995 ("License cleanup: add SPDX license identifier to > uapi header files with a license") added the correct SPDX identifier to > include/uapi/linux/netfilter/xt_IDLETIMER.h. > > A subsequent commit removed it for no reason and reintroduced the UAPI > license incorrectness as the file is now missing the UAPI exception > again. > > Add it back and remove the GPLv2 boilerplate while at it. LGTM. You handle this or I place this in the nf.git tree? Thanks