aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-03-19 16:26:36 -0700
committerRob Mensching <rob@firegiant.com>2025-03-19 17:55:00 -0700
commit4d3f7c8cf16db06932596beb27d8d025be501b95 (patch)
treeca9306b13294190a85de1fbd13ff0eac8da34602 /src/tools
parent669057f49c207de597604f847fb6ec55f17df121 (diff)
downloadwix-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 'src/tools')
-rw-r--r--src/tools/WixToolset.Heat/WixToolset.Heat.nuspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec b/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec
index d3ee59f7..fea090c3 100644
--- a/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec
+++ b/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec
@@ -7,14 +7,15 @@
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$" />
15 </metadata> 15 </metadata>
16 16
17 <files> 17 <files>
18 <file src="$eulaTxt$" />
18 <file src="$projectFolder$\$id$.targets" target="build" /> 19 <file src="$projectFolder$\$id$.targets" target="build" />
19 <file src="$projectFolder$\..\..\internal\images\wix.png" /> 20 <file src="$projectFolder$\..\..\internal\images\wix.png" />
20 <file src="tools\**\*" target="tools" /> 21 <file src="tools\**\*" target="tools" />