]> git.proxmox.com Git - ovs.git/commitdiff
windows: Change driver and MSI company name to LF
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 26 Jan 2017 22:49:40 +0000 (22:49 +0000)
committerGurucharan Shetty <guru@ovn.org>
Thu, 26 Jan 2017 22:51:54 +0000 (14:51 -0800)
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>
Acked-by: Ben Pfaff <blp@ovn.org>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/TunnelFilter.c
datapath-windows/ovsext/ovsext.inf
datapath-windows/ovsext/ovsext.rc
windows/ovs-windows-installer/Product.wxs

index 649f5bc4749f00e8ef6c42878a8116e927cf07c6..f5f82cbb8712684931bb8335b5ee266640889cae 100644 (file)
@@ -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. */
index ad98d0d9522942e7209b2a4b7c7cd2f8933c125f..e68b94a363f1de32cbeb4b1becd7817ce3f292ac 100644 (file)
@@ -79,6 +79,6 @@ Description     = %OVSExt_Desc%
 DelService=OVSExt,0x200
 
 [Strings]
-OVS = "Open vSwitch"
+OVS = "The Linux Foundation (R)"
 OVSExt_Desc = "Open vSwitch Extension"
 OVSExt_HelpText = "Open vSwitch forwarding switch extension"
index 578367d2c6ab4881fc847cd969b35eace8579a17..a7cf0a7d2097360ebdd91fbfd4c026de2e4a85b5 100644 (file)
@@ -31,7 +31,7 @@ BEGIN
     BEGIN
         BLOCK "000004b0"
         BEGIN
-            VALUE "CompanyName", "Open vSwitch"
+            VALUE "CompanyName", "The Linux Foundation (R)"
             VALUE "FileDescription", "Open vSwitch Extension"
             VALUE "FileVersion", STR(Version)
             VALUE "InternalName", "OVSExt.SYS"
index 15cd909a98419cac01d23dbd12ebb24506d2a984..0cdc9a88a4f9749b545cc1985754ab2b32f81056 100644 (file)
@@ -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="$(var.Version)"
-           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" />