Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCooper <coopervk@gmail.com>2020-10-21 19:08:40 +0300
committerGitHub <noreply@github.com>2020-10-21 19:08:40 +0300
commit6edabe0525a17bda3613c2f4e5b28db568cb2c21 (patch)
tree33d1add0354b2b2938c2bd6ebf6dfb2ad9d7bedf
parent77f7bd1266371728b6bf4c2f0474231d4a2e93f0 (diff)
Replace licenseUrl with SPDX license identifier (#700)
-rw-r--r--Mono.Cecil.nuspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Cecil.nuspec b/Mono.Cecil.nuspec
index 9f6c4c3..7a59bce 100644
--- a/Mono.Cecil.nuspec
+++ b/Mono.Cecil.nuspec
@@ -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>