aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Non_terminating.v
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Non_terminating.v')
-rw-r--r--examples/Non_terminating.v12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/Non_terminating.v b/examples/Non_terminating.v
index 087301a..7dad08f 100644
--- a/examples/Non_terminating.v
+++ b/examples/Non_terminating.v
@@ -1,3 +1,15 @@
+(**************************************************************************)
+(* *)
+(* SMTCoq *)
+(* Copyright (C) 2011 - 2019 *)
+(* *)
+(* See file "AUTHORS" for the list of authors *)
+(* *)
+(* This file is distributed under the terms of the CeCILL-C licence *)
+(* *)
+(**************************************************************************)
+
+
Require Import SMTCoq.
Parameter g : Z -> Z.