it's BSD licensed, so mentioning the original work is enough you don't need to follow the same license thanks
On Thu, Jun 19, 2014 at 4:30 AM, 'Nitsan Wakart' via Scalable Synchronization Algorithms <[email protected]> wrote: > While on this topic: > I have ported the MPMC queue implementation to Java. This relied heavily on > the original, but the code is a complete re-write from scratch due to the > differences in language concurrency support and memory layout. I have given > credit and provided a link in the class docs but am unsure regarding the > licensing... > Would you consider my code a modification of the original? Would you expect > it to follow the same license? > The code is here: > https://github.com/JCTools/JCTools/blob/master/jctools-core/src/main/java/org/jctools/queues/MpmcArrayQueue.java > Thanks (for your feedback and your invaluable website), > Nitsan > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Scalable Synchronization Algorithms" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/lock-free/b757df4a-f830-43ad-a179-06585701155a%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- Dmitry Vyukov All about lockfree/waitfree algorithms, multicore, scalability, parallel computing and related topics: http://www.1024cores.net -- --- You received this message because you are subscribed to the Google Groups "Scalable Synchronization Algorithms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/lock-free/CAEeQi3sAjtQBhdsKW4vn7qb5rJd1mF5CytKTcTmpr37W%3D_5kqQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
