summaryrefslogtreecommitdiff
path: root/Binaries
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2015-04-06 10:28:21 -0700
committerGravatar qunyanm <unknown>2015-04-06 10:28:21 -0700
commitce0649d4207ab1edeea2b26141ad45af7a5ee796 (patch)
treedf258e2c9efb0c7d6f31dff64a6df04bf99c43d0 /Binaries
parent4d502277ed355fc739cf0c1856044c30645fcd13 (diff)
Add z3.exe and z3-license.txt to dafny binary and extension distribution.
Diffstat (limited to 'Binaries')
-rw-r--r--Binaries/PrepareDafnyZip.bat2
-rw-r--r--Binaries/Z3-LICENSE.txt10
-rw-r--r--Binaries/z3.exebin0 -> 6343680 bytes
3 files changed, 12 insertions, 0 deletions
diff --git a/Binaries/PrepareDafnyZip.bat b/Binaries/PrepareDafnyZip.bat
index 55bc807a..7d409d6e 100644
--- a/Binaries/PrepareDafnyZip.bat
+++ b/Binaries/PrepareDafnyZip.bat
@@ -25,6 +25,8 @@ for %%f in (
Provers.SMTLib.dll Provers.SMTLib.pdb
VCExpr.dll VCExpr.pdb
VCGeneration.dll VCGeneration.pdb
+ Z3.exe
+ Z3-LICENSE.txt
DafnyLanguageService.vsix
) do (
copy %%f %DEST_DIR%
diff --git a/Binaries/Z3-LICENSE.txt b/Binaries/Z3-LICENSE.txt
new file mode 100644
index 00000000..03eb7d00
--- /dev/null
+++ b/Binaries/Z3-LICENSE.txt
@@ -0,0 +1,10 @@
+Z3
+Copyright (c) Microsoft Corporation
+All rights reserved.
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
diff --git a/Binaries/z3.exe b/Binaries/z3.exe
new file mode 100644
index 00000000..72aa6ccd
--- /dev/null
+++ b/Binaries/z3.exe
Binary files differ