Using public domain source code from JDK in my application

Posted by user2941369 on Programmers See other posts from Programmers or by user2941369
Published on 2013-10-31T12:55:27Z Indexed on 2013/10/31 16:15 UTC
Read the original article Hit count: 249

Filed under:
|
|

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.
 */

© Programmers or respective owner

Related posts about java

Related posts about legal