From f0695f854ff6ae11b653661a6092fa25ce64f34a Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 22 Oct 2021 19:30:11 +0100 Subject: Add license to sbt project --- build.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bf44744..c8b9525 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,9 @@ ThisBuild / scmInfo := Some( // ) ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." -// ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) +ThisBuild / licenses := List( + "Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt") +) ThisBuild / homepage := Some( url("https://github.com/KRR-Oxford/RSAComb") ) -- cgit v1.2.3