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

Licensing mismatch #36958

Closed
hyandell opened this issue Nov 8, 2023 · 2 comments · Fixed by #38305
Closed

Licensing mismatch #36958

hyandell opened this issue Nov 8, 2023 · 2 comments · Fixed by #38305
Labels
area/hibernate-orm Hibernate ORM kind/bug Something isn't working
Milestone

Comments

@hyandell
Copy link

hyandell commented Nov 8, 2023

Describe the bug

I wanted to flag that the repository marks its licensing as Apache-2.0, but contains the following LGPL-2.1 licensed file:

https://github.com/quarkusio/quarkus/blob/main/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/cdi/QuarkusArcBeanContainer.java

I'm unsure if that's intended, so wanted to raise the issue.

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@hyandell hyandell added the kind/bug Something isn't working label Nov 8, 2023
@gastaldi gastaldi added area/hibernate-orm Hibernate ORM and removed triage/needs-triage labels Nov 8, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 8, 2023

/cc @Sanne (hibernate-orm), @gsmet (hibernate-orm), @yrodiere (hibernate-orm)

@Sanne
Copy link
Member

Sanne commented Jan 19, 2024

Thanks for spotting that, it's a mistake - I will fix the headers, I see there's a couple more in the Hibernate ORM extension.

This is probably caused as we work back and forth on the Hibernate codebase for such issues, and might have the wrong template enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants