Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EDL into BSD license category #78

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

mdedetrich
Copy link
Contributor

@mdedetrich mdedetrich commented Jul 28, 2023

See
image

and

image

Note that EDL is an interesting because its actually an alias for BSD license, see https://www.eclipse.org/org/documents/edl-v10.php specifically

OSI Approved
The Eclipse Distribution License is an OSI Approved Open Source License by means of the New BSD License.

and

SPDX License Identifier
BSD-3 Clause

Its also already listed in sbt-license-report as being BSD based (see

val EDL = LicenseInfo(
LicenseCategory.BSD,
"Eclipse Distribution License 1.0",
"http://www.eclipse.org/org/documents/edl-v10.php"
)
)

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mdedetrich
Copy link
Contributor Author

@eed3si9n Are you fixing the conflict or should I rebase onto main?

@eed3si9n
Copy link
Member

@eed3si9n Are you fixing the conflict or should I rebase onto main?

I can do it.

@eed3si9n eed3si9n merged commit 21ec415 into sbt:main Jul 29, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants