From c21d8d6918d7510d92cc6fa4bef45adb4905a424 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Thu, 29 Aug 2024 16:50:14 +0100 Subject: [PATCH] fix: Add License to the POM files #1099 Signed-off-by: FabioPinheiro --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 6677a9fa11..ace4154ca6 100644 --- a/build.sbt +++ b/build.sbt @@ -7,6 +7,7 @@ inThisBuild( Seq( organization := "org.hyperledger", scalaVersion := "3.3.3", + licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")), fork := true, run / connectInput := true, releaseUseGlobalVersion := false,