Documentation update: Boolector is using the MIT license now
authorClifford Wolf <clifford@clifford.at>
Tue, 23 Jul 2019 13:24:04 +0000 (15:24 +0200)
committerClifford Wolf <clifford@clifford.at>
Tue, 23 Jul 2019 13:24:04 +0000 (15:24 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
docs/source/quickstart.rst

index 55a1a8192728ac7e7838257859250f2916c31232..c7112695294235a92c7489ce8320d483d6ea29f4 100644 (file)
@@ -207,10 +207,8 @@ proof. This engine uses the array-theories provided by those solvers to
 efficiently model memories. Since this example uses large memories, the
 ``smtbmc`` engine is a good match.
 
-(``smtbmc boolector`` uses boolector as SMT solver. Note that boolector is
-only free-to-use for noncommercial purposes. Use ``smtbmc z3`` to use the
-permissively licensed solver Z3, or use ``smtbmc yices`` to use the
-copyleft licensed solver Yices 2 intead. Yices 2 is the default solver when
+(``smtbmc boolector`` selects Boolector as SMT solver, ``smtbmc z3`` selects
+Z3, and ``smtbmc yices`` selects Yices 2. Yices 2 is the default solver when
 no argument is used with ``smtbmc``.)
 
 Exercise: The engine ``abc bmc3`` does not provide abstract memory models.