From 97734667b94484fda5ad315d2bcc37c70f68869c Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 19 Jul 2013 21:02:26 +0200 Subject: move license to separate file --- project/FlowBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/FlowBuild.scala') diff --git a/project/FlowBuild.scala b/project/FlowBuild.scala index f714b55..3d2da2f 100644 --- a/project/FlowBuild.scala +++ b/project/FlowBuild.scala @@ -16,7 +16,7 @@ object FlowBuild extends Build { organization := Organization, version := Version, scalaVersion := ScalaVersion, - licenses in lsync := Seq(("Apache 2", url("http://www.apache.org/licenses/LICENSE-2.0.html"))), + licenses := Seq(("BSD-3-Clause", url("http://opensource.org/licenses/BSD-3-Clause"))), resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/", scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")) -- cgit v1.2.3