diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-31 17:27:46 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-31 17:27:46 +0000 |
commit | 28aacfaeddbfe047ab0fba29b6843facc5e5e06a (patch) | |
tree | 59387f63c46e7c4ef6d5609dad1e31bef8424bbd /stp/README | |
parent | c582aa704b9f0d2729e76251aeb4676d4cb866a6 (diff) | |
download | klee-28aacfaeddbfe047ab0fba29b6843facc5e5e06a.tar.gz |
Forgot to remove the actual stp directory.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@161056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'stp/README')
-rw-r--r-- | stp/README | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/stp/README b/stp/README deleted file mode 100644 index da0f9b96..00000000 --- a/stp/README +++ /dev/null @@ -1,26 +0,0 @@ -/******************************************************************** - * PROGRAM NAME: STP (Simple Theorem Prover) - * - * AUTHORS: Vijay Ganesh, David L. Dill - * - * BEGIN DATE: November, 2005 - * - * LICENSE: Please view LICENSE file in the home dir of this Program - ********************************************************************/ - -Install -------- -See INSTALL file in the home dir of this program - -Authors -------- -Vijay Ganesh, Stanford University, Stanford, CA, USA -David L. Dill, Stanford University, Stanford, CA, USA -Tim King, Stanford University, Stanford, CA, USA - -Makefiles and configuration scripts ------------------------------------- -Cristian Cadar, Stanford University, Stanford, CA, USA -Paul Twohey, Stanford University, Stanford, CA, USA -Sergey Berezin, ATG Synopsys, Mountain View, CA, USA -Clark Barrett, New York University, New York, NY, USA |