[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230607053940.39078-15-bagasdotme@gmail.com>
Date: Wed, 7 Jun 2023 12:39:46 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Franziska Naepelt <franziska.naepelt@...glemail.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Linux SPDX Licenses <linux-spdx@...r.kernel.org>,
Linux Kernel Janitors <kernel-janitors@...r.kernel.org>,
Linux Crypto <linux-crypto@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
David Howells <dhowells@...hat.com>,
Jarkko Sakkinen <jarkko@...nel.org>,
Dan Carpenter <dan.carpenter@...aro.org>,
Bagas Sanjaya <bagasdotme@...il.com>,
Alexey Degtyarev <alexey@...atasystems.org>,
Vitaly Chikunov <vt@...linux.org>
Subject: [PATCH 5/8] crypto: streebog_generic: Correct SPDX license identifier
Streebog hash function implementation (crypto/streebog_generic.c) have
GPL 2.0+ license boilerplate, but its SPDX identifier is mistagged
as dual BSD/GPL. Correct the tag, while also removing the boilerplate.
Fixes: e18957e8e87403 ("crypto: streebog - add Streebog hash function")
Cc: Alexey Degtyarev <alexey@...atasystems.org>
Cc: Vitaly Chikunov <vt@...linux.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
---
crypto/streebog_generic.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/crypto/streebog_generic.c b/crypto/streebog_generic.c
index dc625ffc54ad7f..65d0e6bf5e1992 100644
--- a/crypto/streebog_generic.c
+++ b/crypto/streebog_generic.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Streebog hash function as specified by GOST R 34.11-2012 and
* described at https://tools.ietf.org/html/rfc6986
@@ -6,10 +6,6 @@
* Copyright (c) 2013 Alexey Degtyarev <alexey@...atasystems.org>
* Copyright (c) 2018 Vitaly Chikunov <vt@...linux.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.
*/
#include <crypto/internal/hash.h>
--
An old man doll... just what I always wanted! - Clara
Powered by blists - more mailing lists