diff --git a/drivers/infiniband/core/restrack.c b/drivers/infiniband/core/restrack.c index 172b517dc7b9acc5164c479c8939aab604fdc2f4..3b7fa0ccaa08a228d0d4523cb0a19a2cc96b23c2 100644 --- a/drivers/infiniband/core/restrack.c +++ b/drivers/infiniband/core/restrack.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved. */ diff --git a/include/rdma/restrack.h b/include/rdma/restrack.h index 637968589922ca475fbe0220e0f37ea1e95df08d..9654d33edd989765abfe9c98e1f15334bff01d40 100644 --- a/include/rdma/restrack.h +++ b/include/rdma/restrack.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ +/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved. */