summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/ovsext.rc
diff options
context:
space:
mode:
authorSairam Venugopal <vsairam@vmware.com>2016-09-12 14:47:07 -0700
committerGurucharan Shetty <guru@ovn.org>2016-09-13 09:13:56 -0700
commit1cef2262bfad760e81bfa403f96fa72671923120 (patch)
treee70219fdc08463a0f4172042cb4be7a0a43616f9 /datapath-windows/ovsext/ovsext.rc
parent7e96dff2c3e1069178c6a1be3e7b99c45fd3302d (diff)
downloadopenvswitch-1cef2262bfad760e81bfa403f96fa72671923120.tar.gz
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 <vsairam@vmware.com> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'datapath-windows/ovsext/ovsext.rc')
-rw-r--r--datapath-windows/ovsext/ovsext.rc2
1 files changed, 1 insertions, 1 deletions
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"