Skip to content

Commit

Permalink
Merge pull request #90 from akilegaspi/add-epl20-license
Browse files Browse the repository at this point in the history
Add a license info for EPL-2.0
  • Loading branch information
eed3si9n authored Jan 3, 2024
2 parents ecf25ca + 22774a9 commit e8dfc3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/scala/sbtlicensereport/license/LicenseInfo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ object LicenseInfo {
val BSD3 = LicenseInfo(LicenseCategory.BSD, "BSD 3-Clause", "http://opensource.org/licenses/BSD-3-Clause")
val MIT = LicenseInfo(LicenseCategory.MIT, "MIT License", "http://opensource.org/licenses/MIT")
val EPL = LicenseInfo(LicenseCategory.EPL, "Eclipse Public License", "https://www.eclipse.org/legal/epl-v10.html")
val EPL2 = LicenseInfo(
LicenseCategory.EPL,
"Eclipse Public License, Version 2.0 (EPL-2.0)",
"https://www.eclipse.org/legal/epl-v20.html"
)
val EDL = LicenseInfo(
LicenseCategory.BSD,
"Eclipse Distribution License 1.0",
Expand Down

0 comments on commit e8dfc3e

Please sign in to comment.