aboutsummaryrefslogtreecommitdiff
path: root/clib
diff options
context:
space:
mode:
Diffstat (limited to 'clib')
-rw-r--r--clib/backtrace.ml2
-rw-r--r--clib/backtrace.mli2
-rw-r--r--clib/bigint.ml2
-rw-r--r--clib/bigint.mli2
-rw-r--r--clib/cArray.ml2
-rw-r--r--clib/cArray.mli2
-rw-r--r--clib/cEphemeron.ml2
-rw-r--r--clib/cEphemeron.mli2
-rw-r--r--clib/cList.ml2
-rw-r--r--clib/cList.mli2
-rw-r--r--clib/cMap.ml2
-rw-r--r--clib/cMap.mli2
-rw-r--r--clib/cObj.ml2
-rw-r--r--clib/cObj.mli2
-rw-r--r--clib/cSet.ml2
-rw-r--r--clib/cSet.mli2
-rw-r--r--clib/cSig.mli2
-rw-r--r--clib/cStack.ml2
-rw-r--r--clib/cStack.mli2
-rw-r--r--clib/cString.ml2
-rw-r--r--clib/cString.mli2
-rw-r--r--clib/cThread.ml2
-rw-r--r--clib/cThread.mli2
-rw-r--r--clib/cUnix.ml2
-rw-r--r--clib/cUnix.mli2
-rw-r--r--clib/dyn.ml2
-rw-r--r--clib/dyn.mli2
-rw-r--r--clib/exninfo.ml2
-rw-r--r--clib/exninfo.mli2
-rw-r--r--clib/hMap.ml2
-rw-r--r--clib/hMap.mli2
-rw-r--r--clib/hashcons.ml2
-rw-r--r--clib/hashcons.mli2
-rw-r--r--clib/hashset.ml2
-rw-r--r--clib/hashset.mli2
-rw-r--r--clib/heap.ml2
-rw-r--r--clib/heap.mli2
-rw-r--r--clib/iStream.ml2
-rw-r--r--clib/iStream.mli2
-rw-r--r--clib/int.ml2
-rw-r--r--clib/int.mli2
-rw-r--r--clib/minisys.ml2
-rw-r--r--clib/monad.ml2
-rw-r--r--clib/monad.mli2
-rw-r--r--clib/option.ml2
-rw-r--r--clib/option.mli2
-rw-r--r--clib/orderedType.ml2
-rw-r--r--clib/orderedType.mli2
-rw-r--r--clib/range.ml2
-rw-r--r--clib/range.mli2
-rw-r--r--clib/segmenttree.ml2
-rw-r--r--clib/segmenttree.mli2
-rw-r--r--clib/store.ml2
-rw-r--r--clib/store.mli2
-rw-r--r--clib/terminal.ml2
-rw-r--r--clib/terminal.mli2
-rw-r--r--clib/trie.ml2
-rw-r--r--clib/trie.mli2
-rw-r--r--clib/unicode.ml2
-rw-r--r--clib/unicode.mli2
-rw-r--r--clib/unionfind.ml2
-rw-r--r--clib/unionfind.mli2
62 files changed, 62 insertions, 62 deletions
diff --git a/clib/backtrace.ml b/clib/backtrace.ml
index 64faa5fd2e..81803a81a5 100644
--- a/clib/backtrace.ml
+++ b/clib/backtrace.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/backtrace.mli b/clib/backtrace.mli
index cd31511628..55c60e5483 100644
--- a/clib/backtrace.mli
+++ b/clib/backtrace.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/bigint.ml b/clib/bigint.ml
index 9e7b44ee9c..f8625c599e 100644
--- a/clib/bigint.ml
+++ b/clib/bigint.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/bigint.mli b/clib/bigint.mli
index 88297c353d..98b438e0a3 100644
--- a/clib/bigint.mli
+++ b/clib/bigint.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cArray.ml b/clib/cArray.ml
index 774e3a56a6..bff796ac33 100644
--- a/clib/cArray.ml
+++ b/clib/cArray.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cArray.mli b/clib/cArray.mli
index c1b29bb9d3..090d2bf627 100644
--- a/clib/cArray.mli
+++ b/clib/cArray.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cEphemeron.ml b/clib/cEphemeron.ml
index d7cc0a4dc2..a2a6933e36 100644
--- a/clib/cEphemeron.ml
+++ b/clib/cEphemeron.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cEphemeron.mli b/clib/cEphemeron.mli
index 96391e10fa..4c10a3d66f 100644
--- a/clib/cEphemeron.mli
+++ b/clib/cEphemeron.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cList.ml b/clib/cList.ml
index aa01f6e5b5..178916cd03 100644
--- a/clib/cList.ml
+++ b/clib/cList.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cList.mli b/clib/cList.mli
index a2fe0b759a..9125c3b68b 100644
--- a/clib/cList.mli
+++ b/clib/cList.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cMap.ml b/clib/cMap.ml
index 016d8bdeca..baac892b9e 100644
--- a/clib/cMap.ml
+++ b/clib/cMap.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cMap.mli b/clib/cMap.mli
index 9bbb8d50dd..bb2ee1d220 100644
--- a/clib/cMap.mli
+++ b/clib/cMap.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cObj.ml b/clib/cObj.ml
index e26f481155..edfd40baa9 100644
--- a/clib/cObj.ml
+++ b/clib/cObj.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cObj.mli b/clib/cObj.mli
index 27082f6857..fb931ab0d0 100644
--- a/clib/cObj.mli
+++ b/clib/cObj.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cSet.ml b/clib/cSet.ml
index b276df1abd..b111c43c0d 100644
--- a/clib/cSet.ml
+++ b/clib/cSet.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cSet.mli b/clib/cSet.mli
index ea99a79116..1924949133 100644
--- a/clib/cSet.mli
+++ b/clib/cSet.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cSig.mli b/clib/cSig.mli
index 0012bcef17..f83cffc628 100644
--- a/clib/cSig.mli
+++ b/clib/cSig.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cStack.ml b/clib/cStack.ml
index b86b0024dc..0432e29fad 100644
--- a/clib/cStack.ml
+++ b/clib/cStack.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cStack.mli b/clib/cStack.mli
index d6b8464e3f..de802160e7 100644
--- a/clib/cStack.mli
+++ b/clib/cStack.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cString.ml b/clib/cString.ml
index 423c08da13..60915efe86 100644
--- a/clib/cString.ml
+++ b/clib/cString.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cString.mli b/clib/cString.mli
index f68bd3bb65..8a4fe62a1c 100644
--- a/clib/cString.mli
+++ b/clib/cString.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cThread.ml b/clib/cThread.ml
index 5fa44b1eec..434b234ba1 100644
--- a/clib/cThread.ml
+++ b/clib/cThread.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cThread.mli b/clib/cThread.mli
index b090479c4c..63abf23945 100644
--- a/clib/cThread.mli
+++ b/clib/cThread.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cUnix.ml b/clib/cUnix.ml
index eedd878f93..c5f6bebb8e 100644
--- a/clib/cUnix.ml
+++ b/clib/cUnix.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/cUnix.mli b/clib/cUnix.mli
index 896ccd4ea7..17574b3c42 100644
--- a/clib/cUnix.mli
+++ b/clib/cUnix.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/dyn.ml b/clib/dyn.ml
index 22c49706be..ce87615fdd 100644
--- a/clib/dyn.ml
+++ b/clib/dyn.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/dyn.mli b/clib/dyn.mli
index 1bd78b2db8..4f823e58fb 100644
--- a/clib/dyn.mli
+++ b/clib/dyn.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/exninfo.ml b/clib/exninfo.ml
index 78ebd81f7e..34f76a2edd 100644
--- a/clib/exninfo.ml
+++ b/clib/exninfo.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/exninfo.mli b/clib/exninfo.mli
index 4a5a6095bb..30803e3e6a 100644
--- a/clib/exninfo.mli
+++ b/clib/exninfo.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/hMap.ml b/clib/hMap.ml
index db59ef47b0..f77068b477 100644
--- a/clib/hMap.ml
+++ b/clib/hMap.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/hMap.mli b/clib/hMap.mli
index ab2a6bbf15..c30019c2af 100644
--- a/clib/hMap.mli
+++ b/clib/hMap.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/hashcons.ml b/clib/hashcons.ml
index 4e5d6212a0..41419cf758 100644
--- a/clib/hashcons.ml
+++ b/clib/hashcons.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/hashcons.mli b/clib/hashcons.mli
index e97708cdf3..da45c006b8 100644
--- a/clib/hashcons.mli
+++ b/clib/hashcons.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/hashset.ml b/clib/hashset.ml
index 965cb67c72..debfc15c9a 100644
--- a/clib/hashset.ml
+++ b/clib/hashset.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/hashset.mli b/clib/hashset.mli
index 6ed93d5fe7..c93fa98fbd 100644
--- a/clib/hashset.mli
+++ b/clib/hashset.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/heap.ml b/clib/heap.ml
index 49034bbc2a..daade01cb7 100644
--- a/clib/heap.ml
+++ b/clib/heap.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/heap.mli b/clib/heap.mli
index ab0864c777..5bb6f83cec 100644
--- a/clib/heap.mli
+++ b/clib/heap.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/iStream.ml b/clib/iStream.ml
index 8daf2279c5..9555c46e24 100644
--- a/clib/iStream.ml
+++ b/clib/iStream.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/iStream.mli b/clib/iStream.mli
index e56f066c5e..9f88cd6b7a 100644
--- a/clib/iStream.mli
+++ b/clib/iStream.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/int.ml b/clib/int.ml
index 3924c152d6..ee4b3128d5 100644
--- a/clib/int.ml
+++ b/clib/int.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/int.mli b/clib/int.mli
index e02ca90916..fa35594d9b 100644
--- a/clib/int.mli
+++ b/clib/int.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/minisys.ml b/clib/minisys.ml
index bbcf46b97a..e5ee0e33b4 100644
--- a/clib/minisys.ml
+++ b/clib/minisys.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/monad.ml b/clib/monad.ml
index 8740cae053..82f1e358d7 100644
--- a/clib/monad.ml
+++ b/clib/monad.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/monad.mli b/clib/monad.mli
index d1d42eb81a..9d176259b1 100644
--- a/clib/monad.mli
+++ b/clib/monad.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/option.ml b/clib/option.ml
index 3e57fd5c85..fd88257238 100644
--- a/clib/option.ml
+++ b/clib/option.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/option.mli b/clib/option.mli
index e99c8015c4..27efc767f0 100644
--- a/clib/option.mli
+++ b/clib/option.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/orderedType.ml b/clib/orderedType.ml
index 922eb76ab9..b49ee1ebec 100644
--- a/clib/orderedType.ml
+++ b/clib/orderedType.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/orderedType.mli b/clib/orderedType.mli
index 3578ea0d83..9d084d65dc 100644
--- a/clib/orderedType.mli
+++ b/clib/orderedType.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/range.ml b/clib/range.ml
index 7271514fdc..f25e31ad8e 100644
--- a/clib/range.ml
+++ b/clib/range.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/range.mli b/clib/range.mli
index c14b0cf5c8..33b05a26ee 100644
--- a/clib/range.mli
+++ b/clib/range.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/segmenttree.ml b/clib/segmenttree.ml
index c3f1b44ef4..3518fc130d 100644
--- a/clib/segmenttree.ml
+++ b/clib/segmenttree.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/segmenttree.mli b/clib/segmenttree.mli
index 63c968f5d5..fa198f7ad6 100644
--- a/clib/segmenttree.mli
+++ b/clib/segmenttree.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/store.ml b/clib/store.ml
index 79e26908d7..bf26997287 100644
--- a/clib/store.ml
+++ b/clib/store.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/store.mli b/clib/store.mli
index 7cdd1d3bed..4834ee85c7 100644
--- a/clib/store.mli
+++ b/clib/store.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/terminal.ml b/clib/terminal.ml
index d243d6599e..e133911aa5 100644
--- a/clib/terminal.ml
+++ b/clib/terminal.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/terminal.mli b/clib/terminal.mli
index bc30b0016f..94df44f55f 100644
--- a/clib/terminal.mli
+++ b/clib/terminal.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/trie.ml b/clib/trie.ml
index 96de2b920c..0fc92c985d 100644
--- a/clib/trie.ml
+++ b/clib/trie.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/trie.mli b/clib/trie.mli
index dae346d3fb..ce02ce005a 100644
--- a/clib/trie.mli
+++ b/clib/trie.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/unicode.ml b/clib/unicode.ml
index a122e2c46a..e719309585 100644
--- a/clib/unicode.ml
+++ b/clib/unicode.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/unicode.mli b/clib/unicode.mli
index 23e168cdbe..ad6844f7b9 100644
--- a/clib/unicode.mli
+++ b/clib/unicode.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/unionfind.ml b/clib/unionfind.ml
index 980064a640..4de9fb8faa 100644
--- a/clib/unionfind.ml
+++ b/clib/unionfind.ml
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
diff --git a/clib/unionfind.mli b/clib/unionfind.mli
index e5a3a43862..4e2f91f5b1 100644
--- a/clib/unionfind.mli
+++ b/clib/unionfind.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* * The Coq Proof Assistant / The Coq Development Team *)
-(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)