Skip to content

Commit

Permalink
license override no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 22, 2024
1 parent b483889 commit 68008b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions project/LicenseReport.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import sbt._
import sbtlicensereport.SbtLicenseReport
import sbtlicensereport.SbtLicenseReport.autoImportImpl._
import sbtlicensereport.license.{ DepModuleInfo, LicenseInfo, MarkDown }
import sbtlicensereport.license.{ DepModuleInfo, MarkDown }

object LicenseReport extends AutoPlugin {

Expand All @@ -32,11 +32,6 @@ object LicenseReport extends AutoPlugin {
case DepModuleInfo("org.apache.pekko", _, _) => true // Inter pekko project dependencies are pointless
case DepModuleInfo(_, "scala-library", _) => true // Scala library is part of Scala language
},
licenseOverrides := {
// This is here because of the workaround in project/plugins.sbt, i.e.
// https://github.com/sbt/sbt-license-report/issues/87
case DepModuleInfo("io.netty.incubator", "netty-incubator-codec-native-quic", _) => LicenseInfo.APACHE2
},
licenseReportColumns := Seq(
Column.Category,
Column.License,
Expand Down

0 comments on commit 68008b6

Please sign in to comment.