Add MIT license

Open-source under MIT - free for any use including commercial, modify
+ redistribute freely, must preserve the copyright + license notice in
copies, and the standard AS-IS no-warranty / no-liability clauses.

Also sets PackageLicenseExpression=MIT on the project metadata so any
NuGet packages produced from this codebase get the right SPDX tag.
This commit is contained in:
2026-05-11 10:06:19 -04:00
parent 09e69e17f3
commit 897158a84d
3 changed files with 23 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
<PackageProjectUrl>https://jpaul.me</PackageProjectUrl>
<RepositoryUrl>https://github.com/recklessop/webhook-server</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>