lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y8Ez09UmY9qzMlfi@corigine.com>
Date:   Fri, 13 Jan 2023 11:34:59 +0100
From:   Simon Horman <simon.horman@...igine.com>
To:     Stephen Hemminger <stephen@...workplumber.org>
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 09/10] tc: use SPDX

On Tue, Jan 10, 2023 at 07:17:11PM -0800, Stephen Hemminger wrote:
> Replace GPL boilerplate with SPDX.
> 
> Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>

...

>  #include <stdio.h>
> diff --git a/tc/q_atm.c b/tc/q_atm.c
> index 77b56825f777..07866ccf2fce 100644
> --- a/tc/q_atm.c
> +++ b/tc/q_atm.c
> @@ -3,7 +3,6 @@
>   * q_atm.c		ATM.
>   *
>   * Hacked 1998-2000 by Werner Almesberger, EPFL ICA
> - *
>   */
>  
>  #include <stdio.h>

Maybe add an SPDX header here?
I assume it is GPL-2.0-or-later.
Or is that pushing our luck?

>  #include <stdio.h>
> diff --git a/tc/q_dsmark.c b/tc/q_dsmark.c
> index d3e8292d777c..9adceba59c99 100644
> --- a/tc/q_dsmark.c
> +++ b/tc/q_dsmark.c
> @@ -3,7 +3,6 @@
>   * q_dsmark.c		Differentiated Services field marking.
>   *
>   * Hacked 1998,1999 by Werner Almesberger, EPFL ICA
> - *
>   */
>  
>  #include <stdio.h>

Ditto.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ