summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorChick Markley2020-12-08 14:40:53 -0800
committerGitHub2020-12-08 22:40:53 +0000
commit315ff8c6f443e7d5379948bca25619fe3ffb2440 (patch)
tree5911146c6589ec9a0d5309ca1d65ccace4029fe4 /build.sc
parente8f90ef5011cf488c8eb49bd578fbb95ae841512 (diff)
Make Maven show chisel3 as apache-2.0 (#1695)
- fix build.sbt - fix build.sc
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
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/")