== Quote from Andrei Alexandrescu ([email protected])'s article
> dsimcha wrote:
> > Again, code:
> >
> > http://dsource.org/projects/scrapple/browser/trunk/parallelFuture/parallelFuture.d
> >
> > Docs:
> >
> > http://cis.jhu.edu/~dsimcha/parallelFuture.html
> What license is the library under?
> Andrei

Boost.  I borrowed a few lines of assembler for atomic ops from Tango, though.
These snippets are "standard" atomic ops code and are probably not 
copyrightable.
 Nevertheless, this section of code is clearly marked, and D2/Phobos should
eventually get a full-fledged atomics lib anyhow.  At that point, these ad-hoc
functions can be replaced with more generic functions and the issue will be
completely resolved.

Reply via email to