From ff047e14f5e26a960481329b6601c5e316eee2cf Mon Sep 17 00:00:00 2001 From: Jonas Boner Date: Sun, 5 Apr 2009 22:20:05 +0200 Subject: [PATCH] deleted license file --- LICENSE | 11 ----------- buildfile | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100755 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100755 index 912b18b3ec..0000000000 --- a/LICENSE +++ /dev/null @@ -1,11 +0,0 @@ -Copyright (C) 2007-2009 Scalable Solutions. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * The names of its contributors may not, in any way, be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/buildfile b/buildfile index e9da0d8e3a..f623af185f 100644 --- a/buildfile +++ b/buildfile @@ -17,7 +17,7 @@ AKKA_UTIL_JAVA = 'se.scalablesolutions.akka:akka-util-java:jar:0.1' AKKA_API_JAVA = 'se.scalablesolutions.akka:akka-api-java:jar:0.1' SCALA = 'org.scala-lang:scala-library:jar:2.7.3' -SCALATEST = 'org.scalatest:scalatest:jar:0.9.5' +SCALATEST = 'org.scala-tools.testing:scalatest:jar:0.9.5' GUICEYFRUIT = ['org.guiceyfruit:guice-core:jar:2.0-SNAPSHOT', 'org.guiceyfruit:guice-jsr250:jar:2.0-SNAPSHOT'] JERSEY = ['com.sun.jersey:jersey-core:jar:1.0.1',