Re: [lock-free] Re: your MPMC queue - two problems?

2016-11-28 Thread Dmitry Vyukov
On Fri, Nov 25, 2016 at 1:50 PM, Miral Mirality  wrote:
> On 25/11/2016 19:46, "Dmitry Vyukov"  wrote:
>> > While uniform licensing is not strictly mandatory in Boost, AFAIK, I
>> > think
>> > technically to include the code in a Boost library would prefer Dmitry
>> > to
>> > allow relicensing it with the Boost license
>> > (http://www.boost.org/users/license.html).  It's very similar to the BSD
>> > license but not identical.
>>
>> How can I do it?
>
> Reading the license page and then formally stating that you're ok (or not)
> with it being used under those terms would probably be sufficient.


I hereby license and permit usage of my "Bounded MPMC queue"
(http://www.1024cores.net/home/lock-free-algorithms/queues/bounded-mpmc-queue)
under the terms of "Boost Software License - Version 1.0 - August
17th, 2003" (http://www.boost.org/users/license.html).

-- 

--- 
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 lock-free+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lock-free/CAEeQi3sPKKazgdkst3LWKZ9DH%2BYK2tk5idysWAa%3D2P_x5a9Fvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [lock-free] Re: your MPMC queue - two problems?

2016-11-25 Thread Miral Mirality
On 25/11/2016 19:46, "Dmitry Vyukov"  wrote:
> > While uniform licensing is not strictly mandatory in Boost, AFAIK, I
think
> > technically to include the code in a Boost library would prefer Dmitry
to
> > allow relicensing it with the Boost license
> > (http://www.boost.org/users/license.html).  It's very similar to the BSD
> > license but not identical.
>
> How can I do it?

Reading the license page and then formally stating that you're ok (or not)
with it being used under those terms would probably be sufficient.

-- 

--- 
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 lock-free+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lock-free/CACMQ5%3D8NUDe7xqTi%3DY_ai9VY6C6j1LCZqCG8N8mcLyPcC9-juw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [lock-free] Re: your MPMC queue - two problems?

2016-11-24 Thread Dmitry Vyukov
On Fri, Nov 25, 2016 at 6:08 AM, Gavin Lambert  wrote:
> On Monday, November 14, 2016 at 9:45:15 PM UTC+13, Dmitry Vyukov wrote:
>>
>> > BTW, is it OK for you that I use your mpmc queue in my boost library
>> > (source
>> > contains note about you authorship and link to your website)?
>>
>> +lock-free again
>>
>> I am perfectly OK with that. The licence is BSD as stated in the site
>> footer, so if you mention my authorship that's enough.
>
>
> While uniform licensing is not strictly mandatory in Boost, AFAIK, I think
> technically to include the code in a Boost library would prefer Dmitry to
> allow relicensing it with the Boost license
> (http://www.boost.org/users/license.html).  It's very similar to the BSD
> license but not identical.

How can I do it?

> If either of you are interested, I have an adaptation of the queue which
> supports allocator_traits, movable types, and exception safety (basic or
> noexcept, as appropriate, and BOOST_NO_EXCEPTIONS).
>
> It assumes at least C++11, though.  (Or technically, almost-C++11, since
> it's mostly tested in VS2013.)

-- 

--- 
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 lock-free+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lock-free/CAEeQi3s758cCqGg%3D62GzmpSD2ORhLdpNcCR58%2BShmpWwu5%3DC0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.