Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8209559 | 8u202 | Kevin Rushforth | P2 | Resolved | Fixed | b01 |
JDK-8209650 | 8u201 | Kevin Rushforth | P2 | Closed | Fixed | b01 |
The FX sample applications in the apps/samples directory are released under a BSD license, unlike the javafx runtime and tests, which are released under a GPL v2 license (with Classpath exception).
The following two source files in the Ensemble directory mistakenly have a GPL v2 + Classpath header:
apps/samples/Ensemble8/src/app/java/ensemble/util/WebViewWrapper.java
apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/text/textformatter/TextFormatterApp.java
We need to fix this to conform to the intended license.
The following two source files in the Ensemble directory mistakenly have a GPL v2 + Classpath header:
apps/samples/Ensemble8/src/app/java/ensemble/util/WebViewWrapper.java
apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/text/textformatter/TextFormatterApp.java
We need to fix this to conform to the intended license.
- backported by
-
JDK-8209559 Incorrect copyright header for some Ensemble samples
- Resolved
-
JDK-8209650 Incorrect copyright header for some Ensemble samples
- Closed