[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <f9540b1a52a5d20ccfdc9c59e8016dd6a32a5b9f.1654936354.git.christophe.jaillet@wanadoo.fr>
Date: Sat, 11 Jun 2022 10:32:44 +0200
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: Namjae Jeon <linkinjeon@...nel.org>,
Steve French <sfrench@...ba.org>,
Hyunchul Lee <hyc.lee@...il.com>,
Sergey Senozhatsky <senozhatsky@...omium.org>
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
linux-cifs@...r.kernel.org
Subject: [PATCH] ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used
An SPDX-License-Identifier is already in place. There is no need to
duplicate part of the corresponding license.
Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
---
fs/ksmbd/transport_rdma.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/fs/ksmbd/transport_rdma.c b/fs/ksmbd/transport_rdma.c
index d035e060c2f0..35b55ee94fe5 100644
--- a/fs/ksmbd/transport_rdma.c
+++ b/fs/ksmbd/transport_rdma.c
@@ -5,16 +5,6 @@
*
* Author(s): Long Li <longli@...rosoft.com>,
* Hyunchul Lee <hyc.lee@...il.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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
- * the GNU General Public License for more details.
*/
#define SUBMOD_NAME "smb_direct"
--
2.34.1
Powered by blists - more mailing lists