aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-19 21:02:26 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-19 21:02:26 +0200
commit97734667b94484fda5ad315d2bcc37c70f68869c (patch)
treec9c1f820316788d9279bb23183841e0b605a248e /project
parentc80a8e478568b60242a19149ea2d599b58ed792b (diff)
downloadakka-serial-97734667b94484fda5ad315d2bcc37c70f68869c.tar.gz
akka-serial-97734667b94484fda5ad315d2bcc37c70f68869c.tar.bz2
akka-serial-97734667b94484fda5ad315d2bcc37c70f68869c.zip
move license to separate file
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"))