Skip to content

Commit c1191a1

Browse files
Leon Romanovskyjgunthorpe
authored andcommitted
RDMA/mlx5: Update SPDX tags to show proper license
Mellanox code is supposed to be OpenIB compliant code, so let's update SPDX tags to show it. Fixes: fc385b7 ("IB/mlx5: Add basic regiser/unregister representors code") Signed-off-by: Leon Romanovsky <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 33edc3b commit c1191a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/infiniband/hw/mlx5/ib_rep.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) 2018 Mellanox Technologies. All rights reserved.
44
*/

drivers/infiniband/hw/mlx5/ib_rep.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) 2018 Mellanox Technologies. All rights reserved.
44
*/

0 commit comments

Comments
 (0)