Skip to content

Commit 3641bd3

Browse files
author
Christoph Hellwig
committed
nvmet-rdma: convert to SPDX identifiers
Update license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
1 parent d0ad690 commit 3641bd3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

drivers/nvme/target/rdma.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* NVMe over Fabrics RDMA target.
34
* Copyright (c) 2015-2016 HGST, a Western Digital Company.
4-
*
5-
* This program is free software; you can redistribute it and/or modify it
6-
* under the terms and conditions of the GNU General Public License,
7-
* version 2, as published by the Free Software Foundation.
8-
*
9-
* This program is distributed in the hope it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12-
* more details.
135
*/
146
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
157
#include <linux/atomic.h>

0 commit comments

Comments
 (0)