Skip to content

Commit

Permalink
Merge pull request #4617 from lahma/license-expression
Browse files Browse the repository at this point in the history
Switch to using license expression
  • Loading branch information
OsirisTerje committed Feb 17, 2024
2 parents 5778f24 + f6acc7d commit 1ad9a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuget/framework/nunit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>$version$</version>
<authors>Charlie Poole, Rob Prouse</authors>
<owners>Charlie Poole, Rob Prouse</owners>
<license type="file">LICENSE.txt</license>
<license type="expression">MIT</license>
<projectUrl>https://nunit.org</projectUrl>
<repository type="git" url="https://github.com/nunit/nunit"/>
<icon>icon.png</icon>
Expand Down
2 changes: 1 addition & 1 deletion nuget/nunitlite/nunitlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>$version$</version>
<authors>Charlie Poole, Rob Prouse</authors>
<owners>Charlie Poole, Rob Prouse</owners>
<license type="file">LICENSE.txt</license>
<license type="expression">MIT</license>
<projectUrl>https://nunit.org</projectUrl>
<repository type="git" url="https://github.com/nunit/nunit"/>
<icon>icon.png</icon>
Expand Down

0 comments on commit 1ad9a85

Please sign in to comment.