Skip to content

Commit

Permalink
Add APL2 license alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 28, 2023
1 parent c48a1d4 commit 59f985d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ case class LicenseCategory(name: String, synonyms: Seq[String] = Nil) {
}
object LicenseCategory {
val BSD = LicenseCategory("BSD")
val Apache = LicenseCategory("Apache", Seq("asf", "ALv2"))
val Apache = LicenseCategory("Apache", Seq("asf", "ALv2", "APL2"))
val LGPL = LicenseCategory("LGPL", Seq("lesser general public license"))
object GPLClasspath extends LicenseCategory("GPL with Classpath Extension") {
override def unapply(license: String): Boolean = {
Expand Down

0 comments on commit 59f985d

Please sign in to comment.