aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/FlowBuild.scala2
1 files changed, 1 insertions, 1 deletions
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"))