rzo1 opened a new pull request, #158: URL: https://github.com/apache/openjpa/pull/158
Fixes the leftovers flagged in https://issues.apache.org/jira/browse/OPENJPA-2999: the `Copyright (c) [2024]` template bracket is gone and the orphaned CDDL sentence no longer contradicts the paragraph above it. While checking which statement was the stale one, it turned out neither was quite right: the schema files we actually ship carry two different licenses — `orm.xsd`/`orm_2_0.xsd`/`persistence.xsd`/`persistence_2_0.xsd` are Sun/CDDL 1.0, while everything from 2.1 through 3.2 is Oracle under `EPL-2.0 OR BSD-3-Clause` (EPL 2.0 / EDL 1.0). None of them are under EFSL 1.1 — that license covers the specification document, not the schemas. The section now states both cases explicitly and the dead `glassfish.dev.java.net` / `java.net` links were replaced with live ones. Docs only, no code change. Worth a second opinion on the licensing wording since this is legal text — and note that `NOTICE`, `openjpa*/src/main/appended-resources/META-INF/NOTICE.vm` still mention only the CDDL schemas, which is a separate inconsistency I left alone here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
