From 77bca094a140b35341257f125a55212ff0108250 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Thu, 15 Apr 2021 13:04:55 -0700 Subject: Rename occurrences of CVC4 to CVC5. (#6351) This renames everything but GitHub links and build system related macros. Switching the build system to cvc5 will be the last step in the renaming process. --- src/api/java/genkinds.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/api/java') diff --git a/src/api/java/genkinds.py.in b/src/api/java/genkinds.py.in index 51112cc7f..4252354e4 100644 --- a/src/api/java/genkinds.py.in +++ b/src/api/java/genkinds.py.in @@ -13,15 +13,15 @@ ## """ -This script reads CVC4/src/api/cpp/cvc5_kind.h and generates -cvc/Kind.java file which declare all the CVC4 kinds. +This script reads cvc5/src/api/cpp/cvc5_kind.h and generates +cvc/Kind.java file which declare all the cvc5 kinds. """ import argparse import os import sys -# get access to CVC4/src/api/parsekinds.py +# get access to cvc5/src/api/parsekinds.py sys.path.insert(0, os.path.abspath('${CMAKE_SOURCE_DIR}/src/api')) from parsekinds import * -- cgit v1.2.3