From: Leon Romanovsky Date: Sat, 23 Feb 2019 09:15:19 +0000 (+0200) Subject: rdma: Properly mark RDMAtool license X-Git-Tag: v5.1.0~27^2~7^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=835d83216bbac5e9eaaf30f16f87e48a83ec0efc;p=thirdparty%2Fiproute2.git 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 Signed-off-by: Leon Romanovsky Signed-off-by: David Ahern --- diff --git a/rdma/Makefile b/rdma/Makefile index ad7f41774..6a4242341 100644 --- a/rdma/Makefile +++ b/rdma/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB include ../config.mk TARGETS := diff --git a/rdma/dev.c b/rdma/dev.c index 60ff4b31e..954e00153 100644 --- a/rdma/dev.c +++ b/rdma/dev.c @@ -1,11 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * 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 */ diff --git a/rdma/link.c b/rdma/link.c index c064be627..89e81b84b 100644 --- a/rdma/link.c +++ b/rdma/link.c @@ -1,11 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * 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 */ diff --git a/rdma/rdma.c b/rdma/rdma.c index 010e98371..676e03c23 100644 --- a/rdma/rdma.c +++ b/rdma/rdma.c @@ -1,11 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * 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 */ diff --git a/rdma/rdma.h b/rdma/rdma.h index 547bb5749..d2559e7cd 100644 --- a/rdma/rdma.h +++ b/rdma/rdma.h @@ -1,11 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * 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 */ #ifndef _RDMA_TOOL_H_ diff --git a/rdma/res.c b/rdma/res.c index 6d4da38c8..f621afa85 100644 --- a/rdma/res.c +++ b/rdma/res.c @@ -1,11 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * 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 */ diff --git a/rdma/utils.c b/rdma/utils.c index 069d44fec..bce052d5b 100644 --- a/rdma/utils.c +++ b/rdma/utils.c @@ -1,11 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB /* * 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 */