aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/IntMap/Map.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/IntMap/Map.v')
-rw-r--r--theories/IntMap/Map.v14
1 files changed, 7 insertions, 7 deletions
diff --git a/theories/IntMap/Map.v b/theories/IntMap/Map.v
index 68091d6f0..734e580f7 100644
--- a/theories/IntMap/Map.v
+++ b/theories/IntMap/Map.v
@@ -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 *)
+(************************************************************************)
(*i $Id$ i*)
(** Definition of finite sets as trees indexed by adresses *)