aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2022-02-17 10:38:53 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2022-02-17 10:43:39 +0100
commita9e7740b79326a5eeca4bead2c6ad0b5e8010d35 (patch)
tree8f0a4f81f6b79ceaaf6e9a1d89e5c1158a3162d6 /examples
parent04964c70f5afd95d66fc76945e62dce773a3b3bc (diff)
parent2fdaf566e83897ed46127791d731f5788c22907c (diff)
downloadsmtcoq-a9e7740b79326a5eeca4bead2c6ad0b5e8010d35.tar.gz
smtcoq-a9e7740b79326a5eeca4bead2c6ad0b5e8010d35.zip
Merge remote-tracking branch 'origin/master' into coq-8.10
Diffstat (limited to 'examples')
-rw-r--r--examples/Example.v2
-rw-r--r--examples/InsertionSort.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Example.v b/examples/Example.v
index 06d5aba..b405206 100644
--- a/examples/Example.v
+++ b/examples/Example.v
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2021 *)
+(* Copyright (C) 2011 - 2022 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
diff --git a/examples/InsertionSort.v b/examples/InsertionSort.v
index 485ab7f..1f49a12 100644
--- a/examples/InsertionSort.v
+++ b/examples/InsertionSort.v
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2021 *)
+(* Copyright (C) 2011 - 2022 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)