Helper libraries used by this project

Project source follows the dlssg-to-fsr3 repository's GPLv3 license
(LICENSE.md). The NVIDIA runtime DLL and extracted/recompiled NVIDIA kernel
assets are separate third-party material from this user's local installation;
they are not relicensed by LICENSE.md. The bundled runtime is an unmodified
nvngx_dlssg.dll 310.1.0.0 with SHA256:
c989c0ebd9cd21dbf3db0becd857aa1f218068d94da371d924331a6f0fb97525

DirectX helper header d3dx12.h
Copyright (c) Microsoft Corporation. All rights reserved.
SPDX-License-Identifier: MIT

Microsoft Research Detours 4.0.1
Copyright (c) Microsoft Corporation. All rights reserved.

JSON for Modern C++ 3.11.2
Copyright (c) 2013-2022 Niels Lohmann
SPDX-License-Identifier: MIT

The following MIT notice applies to the helper libraries identified above.
Their original attribution is also retained in third_party/detours/detours.h,
third_party/json/json.h and third_party/directx/d3dx12.h. This license does not
describe the NVIDIA runtime or extracted NVIDIA kernel assets.

MIT License

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.
