From 763cf4f37e10d9a0e8a2a0e9286c02708a60bf08 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 16 Jul 2004 20:01:26 +0000 Subject: Nouvelle en-tĂȘte git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5920 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories7/IntMap/Adalloc.v | 14 +++++++------- theories7/IntMap/Addec.v | 14 +++++++------- theories7/IntMap/Addr.v | 14 +++++++------- theories7/IntMap/Adist.v | 14 +++++++------- theories7/IntMap/Allmaps.v | 14 +++++++------- theories7/IntMap/Fset.v | 14 +++++++------- theories7/IntMap/Lsort.v | 14 +++++++------- theories7/IntMap/Map.v | 14 +++++++------- theories7/IntMap/Mapaxioms.v | 14 +++++++------- theories7/IntMap/Mapc.v | 14 +++++++------- theories7/IntMap/Mapcanon.v | 14 +++++++------- theories7/IntMap/Mapcard.v | 14 +++++++------- theories7/IntMap/Mapfold.v | 14 +++++++------- theories7/IntMap/Mapiter.v | 14 +++++++------- theories7/IntMap/Maplists.v | 14 +++++++------- theories7/IntMap/Mapsubset.v | 14 +++++++------- 16 files changed, 112 insertions(+), 112 deletions(-) (limited to 'theories7/IntMap') diff --git a/theories7/IntMap/Adalloc.v b/theories7/IntMap/Adalloc.v index 5dcd41c84a..b493efe3b8 100644 --- a/theories7/IntMap/Adalloc.v +++ b/theories7/IntMap/Adalloc.v @@ -1,10 +1,10 @@ -(***********************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*