aboutsummaryrefslogtreecommitdiffstats
path: root/src/verit
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-26 11:41:30 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-26 11:41:30 +0200
commit74e568e4b7da72cefcf26af3cb189f9a43df647b (patch)
tree7c4eba3d5aa58cb65b96af5721bf37aa88c493c6 /src/verit
parent58a1bc372302ad51fe73323315255d0f431351f7 (diff)
parent18536f162cc9126e743627819dcd69434b91e683 (diff)
downloadsmtcoq-74e568e4b7da72cefcf26af3cb189f9a43df647b.tar.gz
smtcoq-74e568e4b7da72cefcf26af3cb189f9a43df647b.zip
Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10
Diffstat (limited to 'src/verit')
-rw-r--r--src/verit/verit.ml2
-rw-r--r--src/verit/verit.mli2
-rw-r--r--src/verit/veritLexer.mll2
-rw-r--r--src/verit/veritParser.mly2
-rw-r--r--src/verit/veritSyntax.ml2
-rw-r--r--src/verit/veritSyntax.mli2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/verit/verit.ml b/src/verit/verit.ml
index 3080372..eed1dca 100644
--- a/src/verit/verit.ml
+++ b/src/verit/verit.ml
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2019 *)
+(* Copyright (C) 2011 - 2021 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
diff --git a/src/verit/verit.mli b/src/verit/verit.mli
index 4b84b58..0560d77 100644
--- a/src/verit/verit.mli
+++ b/src/verit/verit.mli
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2019 *)
+(* Copyright (C) 2011 - 2021 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
diff --git a/src/verit/veritLexer.mll b/src/verit/veritLexer.mll
index f5b88bf..e6592bd 100644
--- a/src/verit/veritLexer.mll
+++ b/src/verit/veritLexer.mll
@@ -2,7 +2,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2019 *)
+(* Copyright (C) 2011 - 2021 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
diff --git a/src/verit/veritParser.mly b/src/verit/veritParser.mly
index c46b7c3..6829deb 100644
--- a/src/verit/veritParser.mly
+++ b/src/verit/veritParser.mly
@@ -2,7 +2,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2019 *)
+(* Copyright (C) 2011 - 2021 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
diff --git a/src/verit/veritSyntax.ml b/src/verit/veritSyntax.ml
index 8759a38..21c10e8 100644
--- a/src/verit/veritSyntax.ml
+++ b/src/verit/veritSyntax.ml
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2019 *)
+(* Copyright (C) 2011 - 2021 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
diff --git a/src/verit/veritSyntax.mli b/src/verit/veritSyntax.mli
index bd98ba6..64af070 100644
--- a/src/verit/veritSyntax.mli
+++ b/src/verit/veritSyntax.mli
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2019 *)
+(* Copyright (C) 2011 - 2021 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)