Third-Party Notices
VIGILEYE includes or uses the following third-party components. Each is provided under its own license, reproduced or referenced below. All trademarks and copyrights are the property of their respective owners.
---
Bundled / linked components
| Component | Version | License | Copyright | Project |
|---|
| LibreHardwareMonitorLib | 0.9.4 | MPL-2.0 | LibreHardwareMonitor contributors | https://github.com/LibreHardwareMonitor/LibreHardwareMonitor |
| Nefarius.ViGEm.Client | 1.21.256 | MIT | © Nefarius Software Solutions e.U. 2017–2023 (Benjamin Höglinger-Stelzer) | https://github.com/ViGEm/ViGEm.NET |
| Sayers.SDL2.Core | 1.0.11 | Zlib | © Jeremy Sayers | https://github.com/JeremySayers/Sayers.SDL2.Core |
| SDL2 (native library, distributed via Sayers.SDL2.Core) | — | Zlib | © Sam Lantinga | https://www.libsdl.org/ |
| System.Management | 9.0.0 | MIT | © Microsoft Corporation | https://dot.net/ |
| Microsoft.Diagnostics.Tracing.TraceEvent | 3.1.16 | MIT | © Microsoft Corporation | https://github.com/microsoft/perfview |
| DotGothic16 (bundled font) | — | SIL OFL 1.1 | © 2020 The DotGothic16 Project Authors | https://github.com/fontworks-fonts/DotGothic16 |
VIGILEYE is distributed as a self-contained single executable, so the .NET 8 / WPF / Windows Forms runtime (© .NET Foundation and Contributors, MIT License — https://github.com/dotnet/runtime) is bundled and redistributed under the MIT License.
Optional external driver (not bundled)
| Component | License | Copyright | Project |
|---|
| ViGEmBus driver | BSD-3-Clause | © Nefarius Software Solutions e.U. | https://github.com/nefarius/ViGEmBus |
The ViGEmBus driver is not included in VIGILEYE. It is required only for virtual XInput controller output and is downloaded — only if the user chooses — from its official distribution source and installed separately. Its license applies to that component.
Built-in OS services used (not redistributed)
VIGILEYE also uses services built into Windows that are not redistributed with the app, including the Windows OCR engine (`Windows.Media.Ocr`) for the optional translation overlay and the Windows audio (WASAPI / Core Audio) APIs for the audio mixer. The optional translation features (live overlay and quick translate) send recognized text to the engine you select: the "Microsoft" engine to the Microsoft/Edge translation endpoint (after fetching a token from `edge.microsoft.com`), "DeepL" to the DeepL API, and the LLM engines (GPT / Claude / Grok) to the provider you choose; see `PRIVACY_POLICY.md`.
---
License notes / obligations
- MPL-2.0 (LibreHardwareMonitorLib): This is a file-level copyleft license.
The library is used unmodified in binary form; VIGILEYE's own source code is not subject to MPL-2.0. The corresponding source code for the covered files is available at the project URL above. The full Mozilla Public License 2.0 text is bundled with this distribution as `licenses/MPL-2.0.txt`.
- SIL OFL 1.1 (DotGothic16): The font is bundled and may be redistributed with
the application. The full license text is bundled as `licenses/DotGothic16-OFL.txt`.
- No GPL, LGPL, or AGPL licensed components are included.
---
License texts
MIT License
Applies to: Nefarius.ViGEm.Client, System.Management, Microsoft.Diagnostics.Tracing.TraceEvent, and the .NET runtime.
``` Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```
zlib License
Applies to: Sayers.SDL2.Core and the SDL2 native library.
``` This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
- 1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
```
BSD-3-Clause License
Applies to: ViGEmBus driver (optional, not bundled).
``` Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- 1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- 3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ```
Mozilla Public License 2.0 (reference)
Applies to: LibreHardwareMonitorLib. Full text bundled as `licenses/MPL-2.0.txt` (also at https://www.mozilla.org/MPL/2.0/).
``` This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. ```
SIL Open Font License 1.1 (reference)
Applies to: DotGothic16 font. Full text bundled as `licenses/DotGothic16-OFL.txt` (also at https://openfontlicense.org/).
``` Copyright 2020 The DotGothic16 Project Authors (https://github.com/fontworks-fonts/DotGothic16)
This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at https://openfontlicense.org/. ```