[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZIxS3pJ/GfTEGVtW@gondor.apana.org.au>
Date: Fri, 16 Jun 2023 20:17:34 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Franziska Naepelt <franziska.naepelt@...glemail.com>
Cc: bagasdotme@...il.com, davem@...emloft.net,
franziska.naepelt@...il.com, linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org, martin.petersen@...cle.com,
tim.c.chen@...ux.intel.com
Subject: Re: [PATCH v2] crypto: crct10dif_common Add SPDX-License-Identifier
tag
On Tue, Jun 06, 2023 at 08:07:13PM +0200, Franziska Naepelt wrote:
> Fix the following checkpatch warning:
> - WARNING: Missing or malformed SPDX-License-Identifier tag
>
> Signed-off-by: Franziska Naepelt <franziska.naepelt@...il.com>
> ---
> v2:
> - Remove GPL license boilerplate
> ---
> crypto/crct10dif_common.c | 16 +---------------
> 1 file changed, 1 insertion(+), 15 deletions(-)
>
> diff --git a/crypto/crct10dif_common.c b/crypto/crct10dif_common.c
> index b2fab366f518..28a0cdde9449 100644
> --- a/crypto/crct10dif_common.c
> +++ b/crypto/crct10dif_common.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> * Cryptographic API.
> *
> @@ -7,21 +8,6 @@
> * Written by Martin K. Petersen <martin.petersen@...cle.com>
> * Copyright (C) 2013 Intel Corporation
> * Author: Tim Chen <tim.c.chen@...ux.intel.com>
> - *
> - * 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.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
> - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
> - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
> - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
> - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
> - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> - * SOFTWARE.
> - *
> */
As the text you removed does not match GPLv2 exactly I'm dropping
this patch for now.
Thanks,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists