license. If you choose to link CVC4 against one of these libraries, the
resulting combined work is also covered under the GPLv3. If you want to make
sure you build a version of CVC4 that uses no GPLed libraries, configure CVC4
-with the "--bsd" option before building (which is the default). CVC4 can then
-be used in contexts where you want to use CVC4 under the terms of the
+with the "--no-gpl" option before building (which is the default). CVC4 can
+then be used in contexts where you want to use CVC4 under the terms of the
(modified) BSD license. See licenses/gpl-3.0.txt for more information.
CVC4 can be optionally configured to link against CLN, the Class Library for
./autogen.sh || echo "autoconf failed; does library_versions have something to match $version?"; \
mkdir "release-$version"; \
cd "release-$version"; \
- ../configure production-staticbinary --disable-shared --enable-unit-testing --with-portfolio --bsd '"$configantlr"'; \
+ ../configure production-staticbinary --disable-shared --enable-unit-testing --with-portfolio --no-gpl '"$configantlr"'; \
make dist '"$makeargs"'; \
tar xf "cvc4-$version.tar.gz"; \
cd "cvc4-$version"; \
- ./configure production-staticbinary --disable-shared --enable-unit-testing --with-portfolio --bsd '"$configantlr"'; \
+ ./configure production-staticbinary --disable-shared --enable-unit-testing --with-portfolio --no-gpl '"$configantlr"'; \
make check '"$makeargs"'; \
make distcheck '"$makeargs"'; \
'; then
<< "the GNU General Public License (GPL) version 3. Versions of CVC4\n"
<< "are available that are covered by the (modified) BSD license. If\n"
<< "you want to license CVC4 under this license, please configure CVC4\n"
- << "with the \"--bsd\" option before building from sources.\n\n";
+ << "with the \"--no-gpl\" option before building from sources.\n\n";
} else {
ss << "CVC4 is open-source and is covered by the BSD license (modified)."
<< "\n\n";