From patchwork Tue Dec 6 23:30:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alin Serdean X-Patchwork-Id: 703399 X-Patchwork-Delegate: blp@nicira.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tYKwm2hP8z9t0J for ; Wed, 7 Dec 2016 12:02:48 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 4507A279; Wed, 7 Dec 2016 01:02:46 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 4E0772C for ; Wed, 7 Dec 2016 01:02:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.cloudbasesolutions.com (mail.cloudbasesolutions.com [91.232.152.5]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 0A538147 for ; Wed, 7 Dec 2016 01:02:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cloudbasesolutions.com (Postfix) with ESMTP id 199FD42747 for ; Wed, 7 Dec 2016 03:02:43 +0200 (EET) X-Virus-Scanned: amavisd-new at cloudbasesolutions.com Received: from mail.cloudbasesolutions.com ([127.0.0.1]) by localhost (mail.cloudbasesolutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0fLGIrTNnr5Z for ; Wed, 7 Dec 2016 03:02:22 +0200 (EET) Received: from mail.cloudbasesolutions.com (unknown [10.77.78.3]) by mail.cloudbasesolutions.com (Postfix) with ESMTP id 77C1C42C3D for ; Wed, 7 Dec 2016 01:30:37 +0200 (EET) Received: from CBSEX1.cloudbase.local ([10.77.78.3]) by CBSEX1.cloudbase.local ([10.77.78.3]) with mapi id 14.03.0319.002; Wed, 7 Dec 2016 00:30:37 +0100 From: Alin Serdean To: "dev@openvswitch.org" Thread-Topic: [PATCH] windows: Change driver and MSI company name to LF Thread-Index: AQHSUBi/9pdZOA6Nbky8Sfn+0kZ05g== Date: Tue, 6 Dec 2016 23:30:36 +0000 Message-ID: <20161206233023.8984-1-aserdean@cloudbasesolutions.com> Accept-Language: en-US, it-IT Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.77.78.1] MIME-Version: 1.0 X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] windows: Change driver and MSI company name to LF X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Until now we used 'Open vSwitch' as the company/organization name. The project is now under The Linux Foundation ownership. This patch updates the MSI and driver attributes to reflect that ownership. Signed-off-by: Alin Gabriel Serdean Acked-by: Ben Pfaff --- datapath-windows/ovsext/TunnelFilter.c | 2 +- datapath-windows/ovsext/ovsext.inf | 2 +- datapath-windows/ovsext/ovsext.rc | 2 +- windows/ovs-windows-installer/Product.wxs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datapath-windows/ovsext/TunnelFilter.c b/datapath-windows/ovsext/TunnelFilter.c index 649f5bc..f5f82cb 100644 --- a/datapath-windows/ovsext/TunnelFilter.c +++ b/datapath-windows/ovsext/TunnelFilter.c @@ -50,7 +50,7 @@ /* The provider name should always match the provider string from the install * file. */ -#define OVS_TUNNEL_PROVIDER_NAME L"Open vSwitch" +#define OVS_TUNNEL_PROVIDER_NAME L"The Linux Foundation (R)" /* The provider description should always contain the OVS service description * string from the install file. */ diff --git a/datapath-windows/ovsext/ovsext.inf b/datapath-windows/ovsext/ovsext.inf index c067e72..39b3469 100644 --- a/datapath-windows/ovsext/ovsext.inf +++ b/datapath-windows/ovsext/ovsext.inf @@ -80,6 +80,6 @@ AddReg = Common.Params.reg DelService=OVSExt,0x200 [Strings] -OVS = "Open vSwitch" +OVS = "The Linux Foundation (R)" OVSExt_Desc = "Open vSwitch Extension" OVSExt_HelpText = "Open vSwitch forwarding switch extension" diff --git a/datapath-windows/ovsext/ovsext.rc b/datapath-windows/ovsext/ovsext.rc index 0b92e2e..0ff49ca 100644 --- a/datapath-windows/ovsext/ovsext.rc +++ b/datapath-windows/ovsext/ovsext.rc @@ -30,7 +30,7 @@ BEGIN BEGIN BLOCK "000004b0" BEGIN - VALUE "CompanyName", "Open vSwitch" + VALUE "CompanyName", "The Linux Foundation (R)" VALUE "FileDescription", "Open vSwitch Extension" VALUE "FileVersion", "6.3.9600.17298" VALUE "InternalName", "OVSExt.SYS" diff --git a/windows/ovs-windows-installer/Product.wxs b/windows/ovs-windows-installer/Product.wxs index 8b58729..c9689ae 100644 --- a/windows/ovs-windows-installer/Product.wxs +++ b/windows/ovs-windows-installer/Product.wxs @@ -19,7 +19,7 @@ + Manufacturer="The Linux Foundation©" UpgradeCode="da802b12-433d-4742-a7ae-783aa0c48222">