Updated manufacturer name

Added license snippet to INF
This commit is contained in:
Benjamin Höglinger-Stelzer
2019-04-13 10:33:08 +02:00
parent d826f4ee5e
commit 6d158ca8f2

View File

@@ -1,6 +1,18 @@
; Virtual Gamepad Emulation Framework - Windows kernel-mode bus driver
; Copyright (C) 2016-2019 Nefarius Software Solutions e.U.
;
; ViGEmBus.inf
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program. If not, see <http://www.gnu.org/licenses/>.
[Version]
Signature="$WINDOWS NT$"
@@ -78,7 +90,7 @@ KmdfLibraryVersion = $KMDFVERSION$
[Strings]
SPSVCINST_ASSOCSERVICE= 0x00000002
ManufacturerName="Benjamin Hoeglinger-Stelzer"
ManufacturerName="Nefarius Software Solutions e.U."
DiskName = "ViGEmBus Installation Disk"
ViGEmBus.DeviceDesc = "Virtual Gamepad Emulation Bus"
ViGEmBus.SVCDESC = "Virtual Gamepad Emulation Service"