-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
359 changed files
with
9,547 additions
and
2,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
The MIT License | ||
|
||
Copyright (c) 2008-2017 Zvonimir Rakamaric ([email protected]), | ||
Copyright (c) 2008-2018 Zvonimir Rakamaric ([email protected]), | ||
Michael Emmi ([email protected]) | ||
Modified work Copyright (c) 2013-2017 Montgomery Carter, | ||
Modified work Copyright (c) 2013-2018 Montgomery Carter, | ||
Pantazis Deligiannis, | ||
Dietrich Geisler, | ||
Arvind Haran, | ||
|
@@ -51,6 +51,6 @@ tools and packages, which come with their own licenses: | |
- LLVM, clang, LLVM runtime (http://llvm.org/) | ||
- mono (http://www.mono-project.com/) | ||
- Boogie (https://github.com/boogie-org/boogie/) | ||
- Corral (http://corral.codeplex.com/) | ||
- Corral (https://github.com/boogie-org/corral/) | ||
- Z3 (https://github.com/Z3Prover/z3/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
#!/bin/bash | ||
if [ -z "$BOOGIE" ] ; then | ||
echo "The required BOOGIE environment variable is not set. See SMACK documentation for details." | ||
exit 1 | ||
fi | ||
$BOOGIE "$@" |
Oops, something went wrong.