vkhorikov / CSharpFunctionalExtensions

Functional extensions for C#
MIT License
2.39k stars 300 forks source link

Switch to license expression for package license #522

Closed Greybird closed 10 months ago

Greybird commented 10 months ago

In order to ease retrieval of license by tooling aiming to check them, as well as ensuring that a change to the master branch license would not be retroactively applied to older packages, I would propose to use PackageLicenseExpression to pack the nuget package, rather than rely on a reference to the LICENSE file in the master branch of the repository.

vkhorikov commented 10 months ago

Sure why not. I don't really intend to ever make this library non-MIT, but we can as well embed this implicit promise explicitly.