src/Tools/Metis/src/KeyMap.sml
changeset 39349 2d0a4361c3ef
parent 39348 6f9c9899f99f
child 39353 7f11d833d65b
--- a/src/Tools/Metis/src/KeyMap.sml	Mon Sep 13 21:09:43 2010 +0200
+++ b/src/Tools/Metis/src/KeyMap.sml	Mon Sep 13 21:11:59 2010 +0200
@@ -1,6 +1,6 @@
 (* ========================================================================= *)
 (* FINITE MAPS WITH A FIXED KEY TYPE                                         *)
-(* Copyright (c) 2004 Joe Hurd, distributed under the GNU GPL version 2      *)
+(* Copyright (c) 2004 Joe Hurd, distributed under the BSD License            *)
 (* ========================================================================= *)
 
 functor KeyMap (Key : Ordered) :> KeyMap where type key = Key.t =