Sfoglia il codice sorgente

Replacing deprecated <licenseUrl> with <license>

Source commit: 504773bd806c0eed2403bff62dfa2b50d8b7eb46
Martin Prikryl 6 anni fa
parent
commit
661e92929f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      deployment/WinSCPnet.nuspec

+ 1 - 1
deployment/WinSCPnet.nuspec

@@ -6,7 +6,7 @@
     <title>WinSCP .NET assembly</title>
     <authors>Martin Prikryl</authors>
     <owners>Martin Prikryl</owners>
-    <licenseUrl>https://www.mozilla.org/MPL/2.0/</licenseUrl>
+    <license type="expression">MPL-2.0</license>
     <projectUrl>https://winscp.net/eng/docs/library</projectUrl>
     <iconUrl>https://winscp.net/pad/winscp.png</iconUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>