Skip to content

Commit

Permalink
windows: Change driver and MSI company name to LF
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
Acked-by: Sairam Venugopal <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
Alin Serdean authored and shettyg committed Jan 26, 2017
1 parent 4d73b2c commit df3487c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datapath-windows/ovsext/TunnelFilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion datapath-windows/ovsext/ovsext.inf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion datapath-windows/ovsext/ovsext.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion windows/ovs-windows-installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit df3487c

Please sign in to comment.