Using public domain source code from JDK in my application
- by user2941369
Can I use source code from ThreadPoolExecutor.java taken from JDK 1.7 considering that the following clausule is at the beginning of the ThreadPoolExecutor.java:
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/licenses/publicdomain
*/
And just before that there is also:
/*
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/