Skip to content

Commit 33edc3b

Browse files
Leon Romanovskyjgunthorpe
authored andcommitted
RDMA/restrack: Change SPDX tag to properly reflect license
Resource tracking is supposed to be dual licensed: GPL-2.0 and OpenIB, but the SPDX tag was not compliant to it. Update the tag to properly reflect license. Fixes: 02d8883 ("RDMA/restrack: Add general infrastructure to track RDMA resources") Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent d9a6ce6 commit 33edc3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/infiniband/core/restrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
1+
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
22
/*
33
* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved.
44
*/

include/rdma/restrack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
1+
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
22
/*
33
* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved.
44
*/

0 commit comments

Comments
 (0)