aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ide/utf8.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/ide/utf8.v b/ide/utf8.v
index 049a1f2bcd..40da9757b2 100644
--- a/ide/utf8.v
+++ b/ide/utf8.v
@@ -1,3 +1,12 @@
+(* -*- coding:utf-8 -* *)
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
+
(* Logic *)
Notation "∀ x , P" :=
(forall x , P) (at level 200, x ident) : type_scope.