Hi all,

Going way off topic here, but I know there are a few people here who know their way about licenses, so I figured I'd ask.

I am working on making a java.util.List implementation that would have better overall performance (random index lookup, random index insertions / removals) targeted at large data sets (10,000+ elements). Essentially, it would be a doubly linked list (a beefed up java.util.LinkedList), with the aim of course of increasing the speed of it's element-for-index lookups.

So, the question is: Can I just copy the source of java.util.LinkedList and start from there, or do I have to start from scratch? Is that an infringement of the license under which the Java source is released? The idea to release this as a part of JBND, which has a very liberal (improvised) license.

Thanks for any pointers,
F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to