Skip to content

Commit 4230120

Browse files
committed
default to Apache 2 license
fixes #48
1 parent f7cf5ba commit 4230120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/ScalaModulePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ object ScalaModulePlugin extends AutoPlugin {
127127
scmInfo := Some(ScmInfo(url(s"https://github.com/scala/${repoName.value}"),s"scm:git:git://github.com/scala/${repoName.value}.git")),
128128
homepage := Some(url("http://www.scala-lang.org/")),
129129
organizationHomepage := Some(url("http://www.scala-lang.org/")),
130-
licenses := Seq("BSD 3-clause" -> url("http://opensource.org/licenses/BSD-3-Clause")),
130+
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
131131
startYear := Some(2002),
132132
pomIncludeRepository := { _ => false },
133133
pomExtra := (

0 commit comments

Comments
 (0)