summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/expr/node_manager.h1
-rw-r--r--src/util/configuration_private.h8
2 files changed, 4 insertions, 5 deletions
diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h
index 8e61415e8..89e9ee316 100644
--- a/src/expr/node_manager.h
+++ b/src/expr/node_manager.h
@@ -39,7 +39,6 @@
#include "expr/node_value.h"
#include "context/context.h"
#include "util/subrange_bound.h"
-#include "util/configuration_private.h"
#include "util/tls.h"
#include "options/options.h"
diff --git a/src/util/configuration_private.h b/src/util/configuration_private.h
index b93a6dd5e..dec982e32 100644
--- a/src/util/configuration_private.h
+++ b/src/util/configuration_private.h
@@ -131,10 +131,10 @@ Copyright (C) 2009, 2010, 2011, 2012\n\
( IS_CLN_BUILD ? "\
This CVC4 library uses CLN as its multi-precision arithmetic library.\n\n\
CVC4 is open-source and is covered by the BSD license (modified).\n\
-However, CLN, the Class Library for Numbers, is covered by the GPL. Thus\n\
-this CVC4 library cannot be used in proprietary applications. Please\n\
-consult the CVC4 documentation for instructions about building a version\n\
-of CVC4 that links against GMP, and can be used in such applications.\n" : \
+However, CLN, the Class Library for Numbers, is covered by the GPLv3,\n\
+and so this \"combined\" work, CVC4+CLN, is covered by the GPLv3 as well\n\
+Please consult the CVC4 documentation for instructions about building\n\
+without CLN if you want to license CVC4 under the (modified) BSD license.\n" : \
"This CVC4 library uses GMP as its multi-precision arithmetic library.\n\n\
CVC4 is open-source and is covered by the BSD license (modified).\n\n\
THIS SOFTWARE PROVIDED AS-IS, WITHOUT ANY WARRANTIES. USE IT AT YOUR OWN RISK.\n" ) )
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback