rdma: Properly mark RDMAtool license
RDMA subsystem is dual-licensed with "GPL-2.0 OR Linux-OpenIB" proper license and Mellanox submission are supposed to have this type of license. Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David Ahern <dsahern@gmail.com>
This commit is contained in:
parent
687daf98f9
commit
835d83216b
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
|
||||||
include ../config.mk
|
include ../config.mk
|
||||||
|
|
||||||
TARGETS :=
|
TARGETS :=
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
|
||||||
/*
|
/*
|
||||||
* dev.c RDMA tool
|
* dev.c RDMA tool
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version
|
|
||||||
* 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
|
||||||
/*
|
/*
|
||||||
* link.c RDMA tool
|
* link.c RDMA tool
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version
|
|
||||||
* 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
|
||||||
/*
|
/*
|
||||||
* rdma.c RDMA tool
|
* rdma.c RDMA tool
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version
|
|
||||||
* 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
|
||||||
/*
|
/*
|
||||||
* rdma.c RDMA tool
|
* rdma.c RDMA tool
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version
|
|
||||||
* 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
||||||
*/
|
*/
|
||||||
#ifndef _RDMA_TOOL_H_
|
#ifndef _RDMA_TOOL_H_
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
|
||||||
/*
|
/*
|
||||||
* res.c RDMA tool
|
* res.c RDMA tool
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version
|
|
||||||
* 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
|
||||||
/*
|
/*
|
||||||
* utils.c RDMA tool
|
* utils.c RDMA tool
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation; either version
|
|
||||||
* 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
* Authors: Leon Romanovsky <leonro@mellanox.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue