Hi, thanks for this project!
I noticed the licensing situation is slightly ambiguous:
Directory.Build.props declares <PackageLicenseExpression>MIT</PackageLicenseExpression>
- The NuGet package is published under the MIT license
- However, the repository itself has no
LICENSE file, so GitHub shows no license for the repo (and without a license file, the default is "all rights reserved")
Would you be willing to add a LICENSE file to the repo to make it explicit that the source code is also MIT-licensed, not just the NuGet package?
If adding a file is inconvenient, a confirmation in this issue of how the source code is licensed would also be helpful. Thanks!
Hi, thanks for this project!
I noticed the licensing situation is slightly ambiguous:
Directory.Build.propsdeclares<PackageLicenseExpression>MIT</PackageLicenseExpression>LICENSEfile, so GitHub shows no license for the repo (and without a license file, the default is "all rights reserved")Would you be willing to add a
LICENSEfile to the repo to make it explicit that the source code is also MIT-licensed, not just the NuGet package?If adding a file is inconvenient, a confirmation in this issue of how the source code is licensed would also be helpful. Thanks!