diff options
| author | herbelin | 2004-07-16 20:01:26 +0000 |
|---|---|---|
| committer | herbelin | 2004-07-16 20:01:26 +0000 |
| commit | 763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 (patch) | |
| tree | 006f610487a8a2557176d085852d3e443c547493 /library/library.ml | |
| parent | 3e430c449809e6db5c20c2b5b57fafdd5a230fd3 (diff) | |
Nouvelle en-tĂȘte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/library.ml')
| -rw-r--r-- | library/library.ml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/library.ml b/library/library.ml index 1d5fcd010f..864d84777b 100644 --- a/library/library.ml +++ b/library/library.ml @@ -1,10 +1,10 @@ -(***********************************************************************) -(* 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 *) -(***********************************************************************) +(************************************************************************) +(* 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 *) +(************************************************************************) (* $Id$ *) @@ -99,7 +99,7 @@ let load_path_of_logical_path dir = let get_full_load_path () = List.combine (fst !load_path) (snd !load_path) -(***********************************************************************) +(************************************************************************) (*s Modules on disk contain the following informations (after the magic number, and before the digest). *) @@ -631,7 +631,7 @@ let import_library export (loc,qid) = (loc,"import_library", str ((string_of_qualid qid)^" is not a module")) -(***********************************************************************) +(************************************************************************) (*s [save_library s] saves the library [m] to the disk. *) let start_library f = |
