aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/eqschemes.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-22 06:31:30 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-22 06:31:30 +0000
commitd6c87f235a98c05a26b4a0e87129335d034219af (patch)
tree0cdbf9db7dc808621befc220892b9b7e083cdfe0 /tactics/eqschemes.mli
parenta1f06f016be512c21cb475491ec9924eea7ff288 (diff)
New script dev/tools/change-header to automatically update Coq files headers.
Applied it to fix mli file headers. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13176 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/eqschemes.mli')
-rw-r--r--tactics/eqschemes.mli14
1 files changed, 7 insertions, 7 deletions
diff --git a/tactics/eqschemes.mli b/tactics/eqschemes.mli
index 3d0ea4790..cbd146659 100644
--- a/tactics/eqschemes.mli
+++ b/tactics/eqschemes.mli
@@ -1,10 +1,10 @@
-(***********************************************************************
- v * The Coq Proof Assistant / The Coq Development Team
- <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud
- \VV/ *************************************************************
- // * This file is distributed under the terms of the
- * GNU Lesser General Public License Version 2.1
- ***********************************************************************)
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
(** This file builds schemes relative to equality inductive types *)