Skip to content

Commit

Permalink
Change licence in SBT to Apache2.0
Browse files Browse the repository at this point in the history
Closes #60
  • Loading branch information
japgolly committed Oct 18, 2015
1 parent 88b5830 commit e7d6fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object ScalaCSS extends Build {
organization := "com.github.japgolly.scalacss",
version := "0.3.1-SNAPSHOT",
homepage := Some(url("https://github.com/japgolly/scalacss")),
licenses += ("LGPL v2.1+" -> url("http://www.gnu.org/licenses/lgpl-2.1.txt")),
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Scala211,
// Needs Shapeless for Scala 2.10
// crossScalaVersions := Seq("2.10.5", Scala211),
Expand Down

0 comments on commit e7d6fd8

Please sign in to comment.