Boost logo

Boost :

Subject: Re: [boost] LLVM license compatibility with BSL
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2010-11-17 13:55:19


----- Original Message -----
From: "Anthony Williams" <anthony.ajw_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, November 16, 2010 11:28 PM
Subject: Re: [boost] LLVM license compatibility with BSL

> Howard Hinnant <howard.hinnant_at_[hidden]> writes:
>
>> We have just managed to change the license under which llvm/libc++ is
>> released. It is now dual licensed under *both* the UIUC and MIT
>> license. The code can be used under either license (see the top of
>> the file), LICENSE.txt contains the full wording of both licenses.
>> The MIT license does not contain the binary redistribution clause.
>>
>> More details here:
>>
>> http://llvm.org/docs/DeveloperPolicy.html#license
>>
>> It is our hope that this will ease the concerns expressed here
>> regarding compatibility with the boost license.
>
> That is good news for boost.

+1. Thank you so much Howard.

So if I want to use a file from llvm/libc++ in Boost I need to preserv the llvm/libc++ comment.

//===-------------------------- finename ----------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

Should I add the LICENSE.TXT file? and if yes,where it should be placed?

Should I add the comment including Copyright and Boost License?

//===----------------------------------------------------------------------===//
// Copyright xxxx Author name
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
//===----------------------------------------------------------------------===//

Best,
Vicente


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk