diff options
author | Rob Mensching <rob@firegiant.com> | 2025-03-19 16:26:36 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-03-19 17:55:00 -0700 |
commit | 4d3f7c8cf16db06932596beb27d8d025be501b95 (patch) | |
tree | ca9306b13294190a85de1fbd13ff0eac8da34602 /src/api | |
parent | 669057f49c207de597604f847fb6ec55f17df121 (diff) | |
download | wix-4d3f7c8cf16db06932596beb27d8d025be501b95.tar.gz wix-4d3f7c8cf16db06932596beb27d8d025be501b95.tar.bz2 wix-4d3f7c8cf16db06932596beb27d8d025be501b95.zip |
Introduce the Open Source Maintenance Fee EULA
This adds the EULA to all the binary releases
Closes 8974
Diffstat (limited to '')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec | 5 | ||||
-rw-r--r-- | src/api/burn/bextutil/bextutil.nuspec | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec b/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec index 8618c2f1..61c19117 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec | |||
@@ -7,8 +7,8 @@ | |||
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix.png</icon> | 9 | <icon>wix.png</icon> |
10 | <license type="expression">MS-RL</license> | 10 | <license type="file">OSMFEULA.txt</license> |
11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>true</requireLicenseAcceptance> |
12 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
13 | <projectUrl>$projectUrl$</projectUrl> | 13 | <projectUrl>$projectUrl$</projectUrl> |
14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
@@ -22,6 +22,7 @@ | |||
22 | </metadata> | 22 | </metadata> |
23 | 23 | ||
24 | <files> | 24 | <files> |
25 | <file src="$eulaTxt$" /> | ||
25 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 26 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
26 | 27 | ||
27 | <file src="$projectFolder$\build\WixToolset.BootstrapperApplicationApi.props" target="build\" /> | 28 | <file src="$projectFolder$\build\WixToolset.BootstrapperApplicationApi.props" target="build\" /> |
diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec index fb329d24..5bb3875c 100644 --- a/src/api/burn/bextutil/bextutil.nuspec +++ b/src/api/burn/bextutil/bextutil.nuspec | |||
@@ -7,8 +7,8 @@ | |||
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix.png</icon> | 9 | <icon>wix.png</icon> |
10 | <license type="expression">MS-RL</license> | 10 | <license type="file">OSMFEULA.txt</license> |
11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>true</requireLicenseAcceptance> |
12 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
13 | <projectUrl>$projectUrl$</projectUrl> | 13 | <projectUrl>$projectUrl$</projectUrl> |
14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
@@ -18,6 +18,7 @@ | |||
18 | </metadata> | 18 | </metadata> |
19 | 19 | ||
20 | <files> | 20 | <files> |
21 | <file src="$eulaTxt$" /> | ||
21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
22 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
23 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |