summaryrefslogtreecommitdiff
path: root/src/api/java
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-15 13:04:55 -0700
committerGitHub <noreply@github.com>2021-04-15 20:04:55 +0000
commit77bca094a140b35341257f125a55212ff0108250 (patch)
tree1d3369b9be5fc4c3e8cb279ae5ea662e59cbcb3e /src/api/java
parent63647b1d79df6f287ea6599958b16fce44b8271d (diff)
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.
Diffstat (limited to 'src/api/java')
-rw-r--r--src/api/java/genkinds.py.in6
1 files changed, 3 insertions, 3 deletions
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 *
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback