summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-01 16:49:56 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-01 16:49:56 +0000
commitf8625982203331b3403eeb05833ae4ca1b6621a9 (patch)
treefd54e53808f4bc99f395b95dfc682fedb8a32bb3 /src/library/scala/collection/immutable
parent374bd7f7b064482eb8ca6ee0b513f89c11e31acc (diff)
downloadscala-f8625982203331b3403eeb05833ae4ca1b6621a9.tar.gz
scala-f8625982203331b3403eeb05833ae4ca1b6621a9.tar.bz2
scala-f8625982203331b3403eeb05833ae4ca1b6621a9.zip
Removed LGPL licensing based upon Erik's permis...
Removed LGPL licensing based upon Erik's permission.
Diffstat (limited to 'src/library/scala/collection/immutable')
-rw-r--r--src/library/scala/collection/immutable/Tree.scala19
1 files changed, 1 insertions, 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