From 315ff8c6f443e7d5379948bca25619fe3ffb2440 Mon Sep 17 00:00:00 2001 From: Chick Markley Date: Tue, 8 Dec 2020 14:40:53 -0800 Subject: Make Maven show chisel3 as apache-2.0 (#1695) - fix build.sbt - fix build.sc--- build.sbt | 4 ++-- build.sc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index b8b46bb6..6eaf91b3 100644 --- a/build.sbt +++ b/build.sbt @@ -57,8 +57,8 @@ lazy val publishSettings = Seq ( pomExtra := http://chisel.eecs.berkeley.edu/ - BSD-style - http://www.opensource.org/licenses/bsd-license.php + apache-v2 + https://opensource.org/licenses/Apache-2.0 repo diff --git a/build.sc b/build.sc index 6cd7354f..851cd1c7 100644 --- a/build.sc +++ b/build.sc @@ -87,7 +87,7 @@ trait CommonModule extends CrossSbtModule with PublishModule { description = artifactName(), organization = "edu.berkeley.cs", url = "https://www.chisel-lang.org", - licenses = Seq(License.`BSD-3-Clause`), + licenses = Seq(License.`Apache-2.0`), versionControl = VersionControl.github("freechipsproject", "chisel3"), developers = Seq( Developer("jackbackrack", "Jonathan Bachrach", "https://eecs.berkeley.edu/~jrb/") -- cgit v1.2.3