From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8427FC43381 for ; Sat, 23 Feb 2019 09:16:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4F55B206BA for ; Sat, 23 Feb 2019 09:16:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550913391; bh=xTEsX7LXSvdGtp7SrO4arwcD8/Tj3jGOjgNhrXeDKpA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=0D1iSucYnU0gi/fQNBKLUZU+0htPJG30LiEw+3AsFB3p9hi/n+QcKNM1UK+u2QowV giqIjlakEPAcZ0yE44gXRQUEIYcHi/u8scH0zhUhjOizx+nbm7eQLT9MX9n0GTR6Jf h1b0UhjhmtdNzNGu2YZp/ycgBrxlqxWZ5M1+II0Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727060AbfBWJQa (ORCPT ); Sat, 23 Feb 2019 04:16:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:54488 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725859AbfBWJQ3 (ORCPT ); Sat, 23 Feb 2019 04:16:29 -0500 Received: from localhost (unknown [77.138.135.184]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3788C206BA; Sat, 23 Feb 2019 09:16:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550913388; bh=xTEsX7LXSvdGtp7SrO4arwcD8/Tj3jGOjgNhrXeDKpA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Wrd2WIdMYQdmDfdXosm2+9T+4+OtYRjxPOehH++qvusB9cEFiB+Us+S6y0Y+/N2Jo vBHAAK2OW6iLQhW2HNXrp/g1nBld6c6SDIW4jQ3fj85esFVXc8940jfUjRPpvFmwM/ vIHERVsEbD40SsG5TzA5SaCLn4ZFO4WRBTZzUGto= From: Leon Romanovsky To: David Ahern Cc: Leon Romanovsky , netdev , RDMA mailing list , Stephen Hemminger , Steve Wise Subject: [PATCH iproute2-next v2 10/19] rdma: Properly mark RDMAtool license Date: Sat, 23 Feb 2019 11:15:19 +0200 Message-Id: <20190223091528.8509-11-leon@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190223091528.8509-1-leon@kernel.org> References: <20190223091528.8509-1-leon@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Leon Romanovsky 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 --- rdma/Makefile | 2 +- rdma/dev.c | 7 +------ rdma/link.c | 7 +------ rdma/rdma.c | 7 +------ rdma/rdma.h | 7 +------ rdma/res.c | 7 +------ rdma/utils.c | 7 +------ 7 files changed, 7 insertions(+), 37 deletions(-) diff --git a/rdma/Makefile b/rdma/Makefile index ad7f4177..6a424234 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 60ff4b31..954e0015 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 c064be62..89e81b84 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 010e9837..676e03c2 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 547bb574..d2559e7c 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 6d4da38c..f621afa8 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 069d44fe..bce052d5 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 */ -- 2.19.1