diff options
| author | Federico Igne <git@federicoigne.com> | 2021-10-22 19:30:11 +0100 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-10-22 19:30:11 +0100 |
| commit | f0695f854ff6ae11b653661a6092fa25ce64f34a (patch) | |
| tree | b61c42ea02400c50736a916a4821e2f903c45bfe | |
| parent | 30b283eda26c3924407bb554522da6bddc7662f0 (diff) | |
| download | RSAComb-f0695f854ff6ae11b653661a6092fa25ce64f34a.tar.gz RSAComb-f0695f854ff6ae11b653661a6092fa25ce64f34a.zip | |
Add license to sbt project
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -22,7 +22,9 @@ ThisBuild / scmInfo := Some( | |||
| 22 | // ) | 22 | // ) |
| 23 | 23 | ||
| 24 | ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." | 24 | ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." |
| 25 | // ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) | 25 | ThisBuild / licenses := List( |
| 26 | "Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt") | ||
| 27 | ) | ||
| 26 | ThisBuild / homepage := Some( | 28 | ThisBuild / homepage := Some( |
| 27 | url("https://github.com/KRR-Oxford/RSAComb") | 29 | url("https://github.com/KRR-Oxford/RSAComb") |
| 28 | ) | 30 | ) |
