Skip to content

fix: declare the MIT licence the repository already carries - #24

Merged
jcant0n merged 2 commits into
mainfrom
fix/declare-the-licence
Aug 7, 2026
Merged

fix: declare the MIT licence the repository already carries#24
jcant0n merged 2 commits into
mainfrom
fix/declare-the-licence

Conversation

@jcant0n

@jcant0n jcant0n commented Aug 7, 2026

Copy link
Copy Markdown
Member

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 read and confirmed MIT before writing it here, rather than assumed.

Verified on Cesium.NET by packing locally, where the nuspec then carried <license type="expression">MIT</license>.

jcant0n added 2 commits August 8, 2026 01:01
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.
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.
@jcant0n
jcant0n merged commit af6140b into main Aug 7, 2026
1 check passed
@jcant0n
jcant0n deleted the fix/declare-the-licence branch August 7, 2026 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant