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

Applicability of licenses #272

Open
rahulmohang opened this issue Sep 18, 2023 · 1 comment
Open

Applicability of licenses #272

rahulmohang opened this issue Sep 18, 2023 · 1 comment

Comments

@rahulmohang
Copy link

rahulmohang commented Sep 18, 2023

Hi,

In the file, 'https://github.com/gradle-nexus/publish-plugin/blob/v1.3.0/LICENSE', there are a few licenses mentioned as from 'Gradle Subcomponents'. Do those licenses apply to any part of the source code of publish-plugin?

Should we be compliant to the licenses as well when using publish-plugin?

The reason for the question is that one of the licenses is LGPL v2.1 or later, and Apache v2.0 and LGPL v2.1 or later are incompatible to each other.

@szpak
Copy link
Contributor

szpak commented Sep 19, 2023

Hmm, good catch @rahulmohang . I wasn't aware of those records, the file is a leftover from https://github.com/marcphilipp/nexus-publish-plugin which is this project derived from.

GNPP itself is licensed under the terms of the Apache License 2.0. The other records refer to "the GNU Trove library included by the Kotlin embeddable compiler" (and some other classes used by it).

@marcphilipp Do you remember, if you put those entries on purpose, or rather it was copied from some Kotlin project and it is ok to replace the LICENSE file with the plain Apache 2.0 license?

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

No branches or pull requests

2 participants