From 1cef2262bfad760e81bfa403f96fa72671923120 Mon Sep 17 00:00:00 2001 From: Sairam Venugopal Date: Mon, 12 Sep 2016 14:47:07 -0700 Subject: Windows: Update the Driver and MSI properties Fix the legal notice section in OVSEXT.SYS properties. Update the MSI to include the properties mentioned in MSDN - 'Extension driver MSI packaging requirements' section - https://msdn.microsoft.com/windows/hardware/drivers/network/extension-driver-msi-packaging-requirements Signed-off-by: Sairam Venugopal Acked-by: Alin Gabriel Serdean Signed-off-by: Gurucharan Shetty --- datapath-windows/ovsext/ovsext.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datapath-windows/ovsext/ovsext.rc') diff --git a/datapath-windows/ovsext/ovsext.rc b/datapath-windows/ovsext/ovsext.rc index 8dc6882cf..0b92e2ea4 100644 --- a/datapath-windows/ovsext/ovsext.rc +++ b/datapath-windows/ovsext/ovsext.rc @@ -34,7 +34,7 @@ BEGIN VALUE "FileDescription", "Open vSwitch Extension" VALUE "FileVersion", "6.3.9600.17298" VALUE "InternalName", "OVSExt.SYS" - VALUE "LegalCopyright", "� Licensed under the Apache License, Version 2.0 (the ""License"")" + VALUE "LegalCopyright", "Licensed under the Apache License, Version 2.0 (the ""License"")" VALUE "OriginalFilename", "OVSExt.SYS" VALUE "ProductName", "Open vSwitch 8/8.1 DDK driver" VALUE "ProductVersion", "6.3.9600.17298" -- cgit v1.2.1