From f8625982203331b3403eeb05833ae4ca1b6621a9 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Thu, 1 May 2008 16:49:56 +0000 Subject: Removed LGPL licensing based upon Erik's permis... Removed LGPL licensing based upon Erik's permission. --- src/library/scala/collection/immutable/Tree.scala | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/library/scala/collection/immutable/Tree.scala b/src/library/scala/collection/immutable/Tree.scala index 3aace5ca99..3853e23cd9 100644 --- a/src/library/scala/collection/immutable/Tree.scala +++ b/src/library/scala/collection/immutable/Tree.scala @@ -17,24 +17,7 @@ ** Balanced Trees. These have no storage overhead compared to plain ** unbalanced binary trees, and their performance is in general better ** than AVL trees. -** --------------------------------------------------------------------- -** This library is free software; you can redistribute it and/or modify -** it under the terms of the GNU Lesser General Public License as -** published by the Free Software Foundation; either version 2 of the -** License, or (at your option) any later version. -** -** This library is distributed in the hope that it will be useful, but -** WITHOUT ANY WARRANTY; without even the implied warranty of -** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -** Lesser General Public License for more details. -** -** You should have received a copy of the GNU Lesser General Public -** License along with this library; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -** USA -** -** Author contact: "erik"+"."+"stenman"+"@"+"epfl"+"."+"ch" -** --------------------------------------------------------------------- +* */ package scala.collection.immutable -- cgit v1.2.3