diff mbox

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

Message ID 20161206233023.8984-1-aserdean@cloudbasesolutions.com
State Not Applicable
Delegated to: Ben Pfaff
Headers show

Commit Message

Alin Serdean Dec. 6, 2016, 11:30 p.m. UTC
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@cloudbasesolutions.com>
---
 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(-)

Comments

Ben Pfaff Dec. 7, 2016, 2:59 a.m. UTC | #1
On Tue, Dec 06, 2016 at 11:30:36PM +0000, Alin Serdean 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@cloudbasesolutions.com>

Here's an ack on the principle here:
Acked-by: Ben Pfaff <blp@ovn.org>
I don't actually know anything about the formats or requirements here,
so it's not a technical ack.

Thanks,

Ben.
Gurucharan Shetty Jan. 13, 2017, 7:35 p.m. UTC | #2
On 6 December 2016 at 15:30, Alin Serdean <aserdean@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@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@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox

Patch

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" />