-
Notifications
You must be signed in to change notification settings - Fork 48
relicense under Apache 2.0 #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note that this probably needs a change in defaults: https://github.com/scala/sbt-scala-module/blob/7aee2b537d30f227f2bb27ac6b1c09d5e94dcdf1/src/main/scala/ScalaModulePlugin.scala#L130 |
ah, good catch. I opened scala/sbt-scala-module#48 on it |
in the meantime, we can + // this line could be removed after https://github.com/scala/sbt-scala-module/issues/48 is fixed
+ licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))), |
SethTisue
added a commit
that referenced
this issue
Feb 5, 2019
fixes #90 - change to Apache 2.0 license
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just like e.g. scala/scala-xml#242 and scala/scala-parser-combinators#184
The text was updated successfully, but these errors were encountered: