[ovs-dev] [PATCH] windows: Change driver and MSI company name to LF

Guru Shetty guru at ovn.org
Fri Jan 13 19:35:12 UTC 2017


On 6 December 2016 at 15:30, Alin Serdean <aserdean at cloudbasesolutions.com>
wrote:

> 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 <aserdean at cloudbasesolutions.com>
>
Can you please rebase, thanks!


> ---
>  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 @@
>  <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
>       xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
>    <Product Id="{0DF60ED5-6C22-49A0-913E-77412D35C400}" Name="Open
> vSwitch for Hyper-V" Language="1033" Version="1.0.0.0"
> -           Manufacturer="Open vSwitch" UpgradeCode="da802b12-433d-
> 4742-a7ae-783aa0c48222">
> +           Manufacturer="The Linux Foundation&#169;"
> UpgradeCode="da802b12-433d-4742-a7ae-783aa0c48222">
>      <Package InstallerVersion="405" Compressed="yes"
> InstallScope="perMachine" InstallPrivileges="elevated" Platform="x64" />
>
>      <Property Id="Description" Value="Open vSwitch Extension" />
> --
> 2.10.2.windows.1
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list