Skip to content

Commit 21ec415

Browse files
authored
Merge pull request #78 from mdedetrich/add-edl-in-bsd-category
2 parents 7f1995f + bc3dab4 commit 21ec415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/sbtlicensereport/license/LicenseCategory.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ case class LicenseCategory(name: String, synonyms: Seq[String] = Nil) {
1212

1313
}
1414
object LicenseCategory {
15-
val BSD = LicenseCategory("BSD", Seq("Go"))
15+
val BSD = LicenseCategory("BSD", Seq("EDL", "Eclipse Distribution License", "Go"))
1616
val Apache = LicenseCategory("Apache", Seq("asf", "ALv2", "APL2"))
1717
val LGPL = LicenseCategory("LGPL", Seq("lesser general public license"))
1818
object GPLClasspath extends LicenseCategory("GPL with Classpath Extension") {

0 commit comments

Comments
 (0)