Skip to content

Commit

Permalink
add BSD license
Browse files Browse the repository at this point in the history
  • Loading branch information
henix committed Dec 6, 2014
1 parent 91a38bf commit 392821b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ organization in Global := "henix"

version in Global := "0.1"

licenses in Global := Seq("3-clause BSD" -> url("http://opensource.org/licenses/BSD-3-Clause"))

scalaVersion in Global := "2.11.4"

scalacOptions in Global ++= Seq("-deprecation", "-feature", "-Yno-adapted-args")
Expand Down

0 comments on commit 392821b

Please sign in to comment.