All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Phil Sutter <phil@nwl.cc>
Cc: netfilter-devel@vger.kernel.org, Jan Engelhardt <ej@inai.de>
Subject: Re: [libnftnl PATCH] Use SPDX License Identifiers in headers
Date: Mon, 28 Oct 2024 23:49:39 +0100	[thread overview]
Message-ID: <ZyAVA6uzi-OUBtcO@calendula> (raw)
In-Reply-To: <20241023200658.24205-1-phil@nwl.cc>

On Wed, Oct 23, 2024 at 10:06:57PM +0200, Phil Sutter wrote:
> diff --git a/examples/nft-chain-add.c b/examples/nft-chain-add.c
> index 13be982324180..fc2e939dae8b4 100644
> --- a/examples/nft-chain-add.c
> +++ b/examples/nft-chain-add.c
> @@ -1,10 +1,7 @@

Maybe more intuitive to place

+/* SPDX-License-Identifier: GPL-2.0-or-later */

in the first line of this file? This is what was done in iproute2.

>  /*
>   * (C) 2012 by Pablo Neira Ayuso <pablo@netfilter.org>
>   *
> - * This program is free software; you can redistribute it and/or modify it
> - * under the terms of the GNU General Public License as published by
> - * the Free Software Foundation; either version 2 of the License, or
> - * (at your option) any later version.
> + * SPDX-License-Identifier: GPL-2.0-or-later
>   *
>   * This software has been sponsored by Sophos Astaro <http://www.sophos.com>
>   */

  reply	other threads:[~2024-10-28 22:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-23 20:06 [libnftnl PATCH] Use SPDX License Identifiers in headers Phil Sutter
2024-10-28 22:49 ` Pablo Neira Ayuso [this message]
2024-10-29 12:04   ` Phil Sutter
2024-10-29 14:40     ` Pablo Neira Ayuso
2024-10-29 17:07       ` Phil Sutter
2024-10-29 17:12     ` Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZyAVA6uzi-OUBtcO@calendula \
    --to=pablo@netfilter.org \
    --cc=ej@inai.de \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=phil@nwl.cc \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.