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: 296
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