Skip to content

Commit

Permalink
Switching to Apache 2 license
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-cros committed Sep 20, 2023
1 parent c3a5ca0 commit c8fd241
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 424 deletions.
411 changes: 201 additions & 210 deletions LICENSE

Large diffs are not rendered by default.

411 changes: 201 additions & 210 deletions LICENSE-binary

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
scmInfo := Some(ScmInfo(
browseUrl = url("https://github.com/galliaproject/gallia-clinvar"),
connection = "scm:git@github.com:galliaproject/gallia-clinvar.git")),
licenses := Seq("BSL 1.1" -> url("https://github.com/galliaproject/gallia-clinvar/blob/master/LICENSE")),
licenses := Seq("Apache 2" -> url("https://github.com/galliaproject/gallia-clinvar/blob/master/LICENSE")),
description := "A Scala library for data manipulation" )
.settings(GalliaCommonSettings.mainSettings:_*)

Expand Down
Binary file removed images/ct.png
Binary file not shown.
2 changes: 1 addition & 1 deletion project/GalliaCommonSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt.Keys._

// ===========================================================================
object GalliaCommonSettings {
val CurrentGalliaVersion = "0.4.0"
val CurrentGalliaVersion = "0.5.0"

// ---------------------------------------------------------------------------
val mainSettings = Seq(
Expand Down
4 changes: 2 additions & 2 deletions project/GalliaScalaVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._

// ===========================================================================
object GalliaScalaVersions {
val scala213 = "2.13.9"
val scala212 = "2.12.17"
val scala213 = "2.13.12"
val scala212 = "2.12.18"

// ---------------------------------------------------------------------------
val supported = List(
Expand Down

0 comments on commit c8fd241

Please sign in to comment.