aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdfn
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/ext/Bal/wixstdfn
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/ext/Bal/wixstdfn')
-rw-r--r--src/ext/Bal/wixstdfn/wixstdfn.nuspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ext/Bal/wixstdfn/wixstdfn.nuspec b/src/ext/Bal/wixstdfn/wixstdfn.nuspec
index f436f375..4ca6eadb 100644
--- a/src/ext/Bal/wixstdfn/wixstdfn.nuspec
+++ b/src/ext/Bal/wixstdfn/wixstdfn.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$\README.md" /> 26 <file src="$projectFolder$\README.md" />
26 <file src="$projectFolder$\build\$id$.props" target="build\" /> 27 <file src="$projectFolder$\build\$id$.props" target="build\" />
27 <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> 28 <file src="$projectFolder$\..\..\..\internal\images\wix.png" />