diff options
author | Jose <jose@zeroc.com> | 2018-12-14 17:34:02 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-12-14 17:34:02 +0100 |
commit | d026203ef24c1dba604b27c4c89e85a2961211c1 (patch) | |
tree | bb7861638c91cfbadaaa779ae0f3d04ca36370f2 /php | |
parent | Missing quotes (diff) | |
download | ice-d026203ef24c1dba604b27c4c89e85a2961211c1.tar.bz2 ice-d026203ef24c1dba604b27c4c89e85a2961211c1.tar.xz ice-d026203ef24c1dba604b27c4c89e85a2961211c1.zip |
NuGet licenseURL deprecated, Close #307
Diffstat (limited to 'php')
-rw-r--r-- | php/msbuild/zeroc.ice.php7.1.nuspec | 2 | ||||
-rw-r--r-- | php/msbuild/zeroc.ice.php7.2.nuspec | 2 | ||||
-rw-r--r-- | php/msbuild/zeroc.ice.php7.3.nuspec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/php/msbuild/zeroc.ice.php7.1.nuspec b/php/msbuild/zeroc.ice.php7.1.nuspec index bfee3cf10b0..8ca560c886c 100644 --- a/php/msbuild/zeroc.ice.php7.1.nuspec +++ b/php/msbuild/zeroc.ice.php7.1.nuspec @@ -6,7 +6,7 @@ <version>3.7.2</version> <authors>ZeroC</authors> <copyright>Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved</copyright> - <licenseUrl>https://raw.githubusercontent.com/zeroc-ice/ice/3.7/ICE_LICENSE</licenseUrl> + <license type="expression">GPL-2.0-only</license> <projectUrl>https://github.com/zeroc-ice/ice</projectUrl> <iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> diff --git a/php/msbuild/zeroc.ice.php7.2.nuspec b/php/msbuild/zeroc.ice.php7.2.nuspec index a0ca399dfcd..5125b1c32eb 100644 --- a/php/msbuild/zeroc.ice.php7.2.nuspec +++ b/php/msbuild/zeroc.ice.php7.2.nuspec @@ -6,7 +6,7 @@ <version>3.7.2</version> <authors>ZeroC</authors> <copyright>Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved</copyright> - <licenseUrl>https://raw.githubusercontent.com/zeroc-ice/ice/3.7/ICE_LICENSE</licenseUrl> + <license type="expression">GPL-2.0-only</license> <projectUrl>https://github.com/zeroc-ice/ice</projectUrl> <iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> diff --git a/php/msbuild/zeroc.ice.php7.3.nuspec b/php/msbuild/zeroc.ice.php7.3.nuspec index d926c413d25..0a492bf4cd0 100644 --- a/php/msbuild/zeroc.ice.php7.3.nuspec +++ b/php/msbuild/zeroc.ice.php7.3.nuspec @@ -6,7 +6,7 @@ <version>3.7.2</version> <authors>ZeroC</authors> <copyright>Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved</copyright> - <licenseUrl>https://raw.githubusercontent.com/zeroc-ice/ice/3.7/ICE_LICENSE</licenseUrl> + <license type="expression">GPL-2.0-only</license> <projectUrl>https://github.com/zeroc-ice/ice</projectUrl> <iconUrl>https://zeroc.com/images/logos/zeroc/zeroc_logo-64x64.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> |