aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChick Markley2020-09-28 10:40:49 -0700
committerGitHub2020-09-28 10:40:49 -0700
commit9038d89c38ca9ecf6ed702cd36a38cbef8652c8c (patch)
tree0a636d59ae0526a3e67f87e23e7117e46bbbdc3e
parent8a993e85e989e2d89b12fe154366597df3f903b9 (diff)
License reference in maven publishing info (#1907)
now points to apache 2.0
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index a371aa1b..3a743b79 100644
--- a/build.sbt
+++ b/build.sbt
@@ -98,8 +98,8 @@ lazy val publishSettings = Seq(
pomExtra := <url>http://chisel.eecs.berkeley.edu/</url>
<licenses>
<license>
- <name>BSD-style</name>
- <url>http://www.opensource.org/licenses/bsd-license.php</url>
+ <name>apache_v2</name>
+ <url>https://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>