diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2018-06-05 07:48:08 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-06-05 14:04:20 -0600 |
commit | 33edc3b2db8735cafa9d72f8510dc6bb394ddec8 (patch) | |
tree | fa85506f5fa018c4a3855f6a58fa6842d1f36910 /drivers/infiniband | |
parent | d9a6ce68a0117fd13785d8316bf24f61bb6e2e72 (diff) | |
download | blackbird-op-linux-33edc3b2db8735cafa9d72f8510dc6bb394ddec8.tar.gz blackbird-op-linux-33edc3b2db8735cafa9d72f8510dc6bb394ddec8.zip |
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: 02d8883f520e ("RDMA/restrack: Add general infrastructure to track RDMA resources")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/core/restrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/restrack.c b/drivers/infiniband/core/restrack.c index 172b517dc7b9..3b7fa0ccaa08 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. */ |