Skip to content

Commit

Permalink
Add EDL into BSD license category
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 28, 2023
1 parent c48a1d4 commit 2f8c8db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case class LicenseCategory(name: String, synonyms: Seq[String] = Nil) {

}
object LicenseCategory {
val BSD = LicenseCategory("BSD")
val BSD = LicenseCategory("BSD", Seq("EDL"))
val Apache = LicenseCategory("Apache", Seq("asf", "ALv2"))
val LGPL = LicenseCategory("LGPL", Seq("lesser general public license"))
object GPLClasspath extends LicenseCategory("GPL with Classpath Extension") {
Expand Down

0 comments on commit 2f8c8db

Please sign in to comment.