Skip to content

Commit

Permalink
Replace licenseUrl with SPDX license identifier (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdynamics committed Oct 21, 2020
1 parent 77f7bd1 commit 6edabe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mono.Cecil.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Mono.Cecil</title>
<authors>Jb Evain</authors>
<owners>Jb Evain</owners>
<licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>http://github.com/jbevain/cecil/</projectUrl>
<summary>Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format.</summary>
Expand Down

0 comments on commit 6edabe0

Please sign in to comment.