From patchwork Thu Nov 3 15:49:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 9411689 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 06F6160234 for ; Fri, 4 Nov 2016 00:20:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EC8082AFEE for ; Fri, 4 Nov 2016 00:20:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E05F72AFEF; Fri, 4 Nov 2016 00:20:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=2.0 tests=BAYES_00, DATE_IN_PAST_06_12, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 29DDA2AFEC for ; Fri, 4 Nov 2016 00:20:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759440AbcKDAUT (ORCPT ); Thu, 3 Nov 2016 20:20:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:39868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751352AbcKDAUS (ORCPT ); Thu, 3 Nov 2016 20:20:18 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 18872204A0; Fri, 4 Nov 2016 00:20:17 +0000 (UTC) Received: from localhost (unknown [209.136.131.254]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EC38D2049C; Fri, 4 Nov 2016 00:20:15 +0000 (UTC) From: Leon Romanovsky To: dledford@redhat.com, monis@mellanox.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH rdma-core] rxe: Use default dual-license instead of PathScale Date: Thu, 3 Nov 2016 17:49:15 +0200 Message-Id: <1478188155-24018-1-git-send-email-leon@kernel.org> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Remove the patent clauses from RXE copyright notice. Signed-off-by: Leon Romanovsky Reviewed-by: Jason Gunthorpe --- COPYING.md | 5 ----- providers/rxe/rxe.c | 4 ---- providers/rxe/rxe.h | 4 ---- 3 files changed, 13 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/COPYING.md b/COPYING.md index 3d55eb9..3d34648 100644 --- a/COPYING.md +++ b/COPYING.md @@ -45,11 +45,6 @@ ipathverbs ocrdma : Dual License: GPLv2 or OpenIB.org BSD (FreeBSD variant), See COPYING.BSD_FB -rxe -: A combination of the - - Default Dual License - - GPLv2 or PathScale BSD Patent license - ## Libraries All library compilable source code (.c and .h files) are available under the diff --git a/providers/rxe/rxe.c b/providers/rxe/rxe.c index 5aa77ea..d23ef3d 100644 --- a/providers/rxe/rxe.c +++ b/providers/rxe/rxe.c @@ -31,10 +31,6 @@ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. - * - * Patent licenses, if any, provided herein do not apply to - * combinations of this program with other software, or any other - * product whatsoever. */ #include diff --git a/providers/rxe/rxe.h b/providers/rxe/rxe.h index 61383a3..0a67a81 100644 --- a/providers/rxe/rxe.h +++ b/providers/rxe/rxe.h @@ -31,10 +31,6 @@ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. - * - * Patent licenses, if any, provided herein do not apply to - * combinations of this program with other software, or any other - * product whatsoever. */ #ifndef RXE_H