java - JDK license: modifying / copy of a JDK class allowed? -
i confused current (1.8) jdk license. actually, want copy class (from javax namespace) , enhance , use in project. licence cover this?
thanks
from oracle license @ http://www.oracle.com/technetwork/java/javase/terms/license/index.html: oracle grants non-exclusive, non-transferable, limited license without fees reproduce , distribute software, provided (i) distribute software complete , unmodified , bundled part of, , sole purpose of running, programs, (...) (iii) not distribute additional software intended replace component(s) of software.
what proposing not modify original jdk, inspiration source code write own class? since you're doing original jdk didn't do, , still bundle original oracle class, should ok. i'm not lawyer, , if you're worried, fire email oracle directly.
Comments
Post a Comment