From 5ce91151b760cbac1535036ebd391d2470ca475c Mon Sep 17 00:00:00 2001 From: jcant0n Date: Sat, 8 Aug 2026 01:01:28 +0200 Subject: [PATCH 1/2] fix: declare the MIT licence the repository already carries Every push to nuget.org warns "License missing" and the published package carries no licence expression, so nuget.org shows nothing where the licence link belongs and a compliance scanner has nothing to read. The repository has shipped an MIT LICENSE all along. One of eight: the same line was missing from every published Evergine.Bindings package. Each repository's own LICENSE was checked rather than assumed before writing MIT here. --- .../Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj b/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj index b0f3609..2147684 100644 --- a/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj +++ b/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -8,6 +8,7 @@ Low-level bindings for OpenXR used in Evergine https://github.com/EvergineTeam/OpenXR.NET icon.png + MIT README.md From 8fbe864458e8a654384c9a95d37cf9db9a45e169 Mon Sep 17 00:00:00 2001 From: jcant0n Date: Sat, 8 Aug 2026 01:03:30 +0200 Subject: [PATCH 2/2] fix: keep the byte order mark the file already had The first version of this change read the file as utf-8-sig and wrote it back as plain utf-8, which silently dropped the BOM and turned a one-line addition into a two-line diff. Restored: the only change is now the licence line. --- .../Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj b/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj index 2147684..a063310 100644 --- a/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj +++ b/OpenXRGen/Evergine.Bindings.OpenXR/Evergine.Bindings.OpenXR.csproj @@ -1,4 +1,4 @@ - + net10.0