Skip to content

Commit

Permalink
Merge pull request #70 from mdedetrich/add-alv2-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored May 13, 2023
2 parents 9ca61b6 + 16f7b39 commit 5adfc8c
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"))
val Apache = LicenseCategory("Apache", Seq("asf", "ALv2"))
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 5adfc8c

Please sign in to comment.