Hi there, Yep, I've written it pretty much all myself. There are two (IMHO minor) sources of external influence (besides the official JDK7 beta docs):
* There has been one occasion when someone contributed a patch which extended the WindowsPathWatchService implementation to handle more than 63 watched directories. I modified it a fair bit before it went in. * For a while I had a modified version of WatchDir.java [1] example in the test driver. The code is part of the Java tutorial [2] on Sun/Oracle's web site (look for 'WatchDir example' on the page to find the link). Other than that there is no external influence I can think of. Is that clean enough? Cheers, Uwe On Sun, Feb 27, 2011 at 9:25 PM, chris.gray-at-k-embedded-java.com | harmony.apache.org/Allow_neo-media| <c0dt0lg...@sneakemail.com> wrote: > > 2011/2/27 Ray Chen <clrayc...@gmail.com> > > > >> Hi Jimmy, > >> Thank you for the information! > >> I have a question here, jpathwatch is in GPL license, can harmony use > >> that? > >> I am not an legal expert, just curious. > >> > >> > > Good question Ray, and I think it's OK if the owner hold the copyright > and > > re-license it. ACQ and ICLA should be the legal insurance. > > GPL + classpath exception FWIW. (Personally I am baffled by the classpath > exception; I haven't a clue what "this library" or "independent modules" > translate to in Java terminology). > > If Uwe is sole author then he can just add the option to use the code > under ASL. > > > Chris > > >