diff options
| author | herbelin | 2008-04-24 07:19:57 +0000 |
|---|---|---|
| committer | herbelin | 2008-04-24 07:19:57 +0000 |
| commit | 960efee9230e8aff4817668f918039f768018f09 (patch) | |
| tree | 137658ff6942cf82e6e8fdb31cf1c147d7823139 | |
| parent | 37c82d53d56816c1f01062abd20c93e6a22ee924 (diff) | |
Ajout propriété svn:keywords aux nouveaux fichiers du commit 10840
(~/.subversion/config n'avait pas la ligne magique
"* = svn:keywords=Author Date Id Revision" dans la section [auto-props]).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10841 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | library/decl_kinds.mli | 2 | ||||
| -rw-r--r-- | library/decls.ml | 2 | ||||
| -rw-r--r-- | library/decls.mli | 2 | ||||
| -rw-r--r-- | library/heads.ml | 2 | ||||
| -rw-r--r-- | library/heads.mli | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/library/decl_kinds.mli b/library/decl_kinds.mli index c9485fa5b2..2ee4544427 100644 --- a/library/decl_kinds.mli +++ b/library/decl_kinds.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: decl_kinds.ml 10410 2007-12-31 13:11:55Z msozeau $ *) +(* $Id$ *) open Util open Libnames diff --git a/library/decls.ml b/library/decls.ml index d84703271f..8a67de4ec8 100644 --- a/library/decls.ml +++ b/library/decls.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id:$ *) +(* $Id$ *) (** This module registers tables for some non-logical informations associated declarations *) diff --git a/library/decls.mli b/library/decls.mli index 96654bcbdd..3ccff1f277 100644 --- a/library/decls.mli +++ b/library/decls.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: declare.mli 10741 2008-04-02 15:47:07Z msozeau $ i*) +(*i $Id$ i*) open Names open Sign diff --git a/library/heads.ml b/library/heads.ml index c341c835e0..ca1f1014fc 100644 --- a/library/heads.ml +++ b/library/heads.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id:$ *) +(* $Id$ *) open Pp open Util diff --git a/library/heads.mli b/library/heads.mli index 4a086b9dc5..203da612fe 100644 --- a/library/heads.mli +++ b/library/heads.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id:$ *) +(* $Id$ *) open Names open Term |
