Le 23/12/14 20:07, Stefan Seelmann a écrit : > * Two source files contain header with Oracle copyright and GPL license. > This code needs to be replaced. I hope no other code was taken from JDK > sources.
I want to be very clear here : copying existing code found on the internet is an ABSOLUTE no go. Even transforming some code that someone found on the internet is *NOT* permitted. In practice, the way to go is simply *NOT* to even open a file from code under a GPL or private license, if you want to implement some feature. Doing so would taint your code, and expose The ASF to potential legal threats.
