Skip to content

Commit ce6d87b

Browse files
authored
Merge pull request #213 from ucb-bar/change-maven-license-info-to-apache
Change Maven License Info to Apache
2 parents 57a72f2 + 6d4d4d2 commit ce6d87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ val commonSettings = Seq(
5252
pomExtra := (<url>http://chisel.eecs.berkeley.edu/</url>
5353
<licenses>
5454
<license>
55-
<name>BSD-style</name>
56-
<url>http://www.opensource.org/licenses/bsd-license.php</url>
55+
<name>apache_v2</name>
56+
<url>https://opensource.org/licenses/Apache-2.0</url>
5757
<distribution>repo</distribution>
5858
</license>
5959
</licenses>

0 commit comments

Comments
 (0)