-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching to Apache 2 license (2) + bumped version
- Loading branch information
1 parent
aaa74e1
commit 3ddd009
Showing
4 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ lazy val root = (project in file(".")) | |
scmInfo := Some(ScmInfo( | ||
browseUrl = url("https://github.com/galliaproject/gallia-core"), | ||
connection = "scm:[email protected]:galliaproject/gallia-core.git")), | ||
licenses := Seq("BSL 1.1" -> url("https://github.com/galliaproject/gallia-core/blob/master/LICENSE")), | ||
licenses := Seq("Apache 2" -> url("https://github.com/galliaproject/gallia-core/blob/master/LICENSE")), | ||
description := "A Scala library for data manipulation" ) | ||
.settings(GalliaCommonSettings.mainSettings:_*) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters