Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Fix settings so maven reports treadle as apache-2.0 (#284) (#285)
Browse files Browse the repository at this point in the history
- Fixes mill's build.sc to refer to apache license

(cherry picked from commit 94b673a)

Co-authored-by: Chick Markley <chick@qrhino.com>
  • Loading branch information
mergify[bot] and chick authored Dec 9, 2020
1 parent 7d9258d commit ff85039
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
// SPDX-License-Identifier: Apache-2.0

// Build script for mill 0.6.0
import mill._
import mill.scalalib._
import mill.scalalib.publish._
import coursier.maven.MavenRepository
import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION`
import mill.contrib.buildinfo.BuildInfo

object treadle extends mill.Cross[treadleCrossModule]("2.11.12", "2.12.11")

Expand Down Expand Up @@ -76,7 +70,7 @@ trait CommonModule extends ScalaModule with SbtModule 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", "treadle"),
developers = Seq(
Developer("jackbackrack", "Jonathan Bachrach", "https://eecs.berkeley.edu/~jrb/")
Expand Down

0 comments on commit ff85039

Please sign in to comment.