diff options
Diffstat (limited to 'toplevel/usage.mli')
-rw-r--r-- | toplevel/usage.mli | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/toplevel/usage.mli b/toplevel/usage.mli index 23e807c16..a667f3052 100644 --- a/toplevel/usage.mli +++ b/toplevel/usage.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 *) +(************************************************************************) (** {6 Prints the version number on the standard output and exits (with 0). } *) |