Commit Graph

719 Commits

Author SHA1 Message Date
Douglas Gregor
717aca0c2d Blanket permission from Francois Faure, per this personal communication:
X-Gmail-Received: 1256f3928974d00e55a8a005a2dd86ec183d8f4c
Delivered-To: doug.gregor@gmail.com
Received: by 10.65.236.1 with SMTP id n1cs6432qbr;
        Fri, 10 Mar 2006 01:06:00 -0800 (PST)
Received: by 10.64.150.1 with SMTP id x1mr309018qbd;
        Fri, 10 Mar 2006 01:06:00 -0800 (PST)
Return-Path: <Francois.Faure@imag.fr>
Received: from mx-serv.inrialpes.fr (mx-serv.inrialpes.fr [194.199.18.100])
        by mx.gmail.com with ESMTP id q14si1539847qbq.2006.03.10.01.06.00;
        Fri, 10 Mar 2006 01:06:00 -0800 (PST)
Received-SPF: pass (gmail.com: domain of Francois.Faure@imag.fr designates 194.199.18.100 as permitted sender)
Received: from amandier.inrialpes.fr (amandier.inrialpes.fr [194.199.18.76])
	by mx-serv.inrialpes.fr (8.13.0/8.13.0) with ESMTP id k2A95tp5013974
	for <doug.gregor@gmail.com>; Fri, 10 Mar 2006 10:05:56 +0100 (MET)
Received: from [194.199.26.26] (degel.inrialpes.fr [194.199.26.26])
	by amandier.inrialpes.fr (8.11.6/8.11.3/ImagV2) with ESMTP id k2A95sk21965
	for <doug.gregor@gmail.com>; Fri, 10 Mar 2006 10:05:54 +0100 (MET)
Message-ID: <44114174.90004@imag.fr>
Date: Fri, 10 Mar 2006 10:05:56 +0100
From: Francois Faure <Francois.Faure@imag.fr>
User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Douglas Gregor <doug.gregor@gmail.com>
Subject: Re: Licensing of Boost Graph Library contributions
References: <87C06209-FFFF-4F1C-95E8-D38EF53CC2A6@cs.indiana.edu>
In-Reply-To: <87C06209-FFFF-4F1C-95E8-D38EF53CC2A6@cs.indiana.edu>
Content-Type: multipart/mixed;
 boundary="------------030900070105010009020400"
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (mx-serv.inrialpes.fr [194.199.18.100]); Fri, 10 Mar 2006 10:05:56 +0100 (MET)
X-SMAUG-MailScanner: Found to be clean
X-SMAUG-MailScanner-From: francois.faure@imag.fr

This is a multi-part message in MIME format.
--------------030900070105010009020400
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hi Doug,
I consent to changing the license of  the code I submitted to the BGL to
use the Boost Software License, version 1.0 and later.
By the way, it seems that it is not referrenced at all in the
documentation. May I suggest you to set a link to adjacency_list_io.hpp
(marked with a star) in libs/graph/doc/table_of_contents.html near AT&T
Graphviz Read/Write Utilities ? The link text could be something like
"flexible input-output of adjacency lists on iostreams"
Yours,

  FF.


Douglas Gregor wrote:

> Hello François,
>
> We are trying to convert the entirety of the Boost Graph Library to
> use the new Boost Software License. You submitted some code to the
> BGL (e.g., the adjacency_list I/O routines) under the older Boost
> Graph license agreement. Would you consent to changing the license of
> this code to use the Boost Software License, version 1.0 and later?
> More information about the BSL is available here:
>
>     http://www.boost.org/more/license_info.html
>
> Thanks again for your contribution!
>
>     Cheers,
>     Doug Gregor
>     Boost Moderator/Graph Library maintainer
>
>
>

--------------030900070105010009020400
Content-Type: text/x-vcard; charset=utf-8;
 name="Francois.Faure.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="Francois.Faure.vcf"

begin:vcard
fn:Francois Faure
n:Faure;Francois
org:GRAVIR
adr:;;655 av. de l'Europe;Montbonnot;;38330;France
email;internet:Francois.Faure@imag.fr
tel;work:(+33 ) 4 76 61 54 33
tel;fax:(+33 ) 4 76 61 54 40
x-mozilla-html:TRUE
url:http://www-evasion.imag.fr/Membres/Francois.Faure
version:2.1
end:vcard


--------------030900070105010009020400--


[SVN r33311]
2006-03-10 14:59:31 +00:00
Douglas Gregor
711eea60ba Hello Doug,
That's fine with me! However it would be great if you the e-mail could be
changed to my actual one: wintermantel@even-ag.ch

Best regards,

Marc



Marc Wintermantel
Dr. Sc. Nat. ETH, Dipl. Phys. ETH
EVEN - Evolutionary Engineering AG               Tel: +41 (0)44 633 35 32

Leonhardstrasse 25               Fax: +41 (0)44 632 17 02
8092 Zurich              email: wintermantel@even-ag.ch
SWITZERLAND              http://even-ag.ch
- Hide quoted text -


> -----Original Message-----
> From: Douglas Gregor [mailto:doug.gregor@gmail.com]
> Sent: Donnerstag, 9. März 2006 17:48
> To: Wintermantel Marc
> Subject: Licensing of Boost Graph Library contributions
>
> Hello Marc,
>
> We are trying to convert the entirety of the Boost Graph
> Library to use the new Boost Software License. You submitted
> some code to the BGL (including profile and wavefront
> computations) under the older Boost Graph license agreement.
> Would you consent to changing the license of this code to use
> the Boost Software License, version 1.0 and later? More
> information about the BSL is available here:
>
>       http://www.boost.org/more/license_info.html
>
> Thanks again for your contribution!
>
>       Cheers,
>       Doug Gregor
>       Boost Moderator/Graph Library maintainer
>


[SVN r33287]
2006-03-09 18:30:48 +00:00
Ronald Garcia
bf1bb84551 *** empty log message ***
[SVN r33261]
2006-03-07 21:12:43 +00:00
Anthony Williams
9c6f07050e Added threads-devel mailing list
[SVN r33230]
2006-03-06 09:17:56 +00:00
Ronald Garcia
1f00131fb4 *** empty log message ***
[SVN r33030]
2006-02-20 17:18:07 +00:00
Ronald Garcia
0b2e4e2097 *** empty log message ***
[SVN r32967]
2006-02-16 16:56:47 +00:00
Rene Rivera
0c7592753d Adjust Boost.Jam references to new root/tools/jam location.
[SVN r32873]
2006-02-12 23:18:46 +00:00
Ronald Garcia
5d93834bbf added The Free Network Archive of Boost-developer.
[SVN r32754]
2006-02-09 02:22:29 +00:00
Pavol Droba
fbb589e4bf Two typos fixed
[SVN r32711]
2006-02-07 16:26:28 +00:00
Ronald Garcia
6547133cec *** empty log message ***
[SVN r32681]
2006-02-06 22:30:38 +00:00
Ronald Garcia
a2ed3e0c4f *** empty log message ***
[SVN r32648]
2006-02-06 15:18:28 +00:00
Ronald Garcia
2ecd22efeb *** empty log message ***
[SVN r32646]
2006-02-06 15:16:35 +00:00
Hartmut Kaiser
2137cea158 Updated bibliography.
[SVN r32504]
2006-02-02 02:48:08 +00:00
Ronald Garcia
52013980a2 switch to fancy report url.
[SVN r32387]
2006-01-23 21:11:48 +00:00
Ronald Garcia
2ead2bab57 Some needed updates.
[SVN r32386]
2006-01-23 21:03:42 +00:00
Ronald Garcia
26c50abf9a Fred Bertsch will manage Shmem library.
[SVN r32383]
2006-01-23 20:19:55 +00:00
Ronald Garcia
7a3bdaf6f9 Initial Revision.
[SVN r32365]
2006-01-20 22:33:19 +00:00
Ronald Garcia
89cc11b531 *** empty log message ***
[SVN r32361]
2006-01-19 19:34:13 +00:00
Ronald Garcia
5760e00b4d updated a bunch of stuff.
[SVN r32358]
2006-01-19 17:07:44 +00:00
Ronald Garcia
6300fa19b1 *** empty log message ***
[SVN r32321]
2006-01-15 00:48:08 +00:00
Ronald Garcia
7388f34301 *** empty log message ***
[SVN r32226]
2006-01-05 03:33:48 +00:00
Ronald Garcia
7a4093c274 Updated the text.
[SVN r32159]
2005-12-24 20:33:48 +00:00
Ronald Garcia
61399fef75 Fixed booboo.
[SVN r32158]
2005-12-24 20:31:58 +00:00
Ronald Garcia
3d39a29a94 some updates.
[SVN r32157]
2005-12-24 20:18:55 +00:00
Ronald Garcia
26508d2b63 Update to review manager directions.
[SVN r32153]
2005-12-24 19:34:51 +00:00
Douglas Gregor
f7e59c6a9a Bibliography updates from Esther Schindler
[SVN r32117]
2005-12-20 19:54:00 +00:00
Douglas Gregor
6001d4fda7 Merged from Version_1_33_1
[SVN r31949]
2005-12-08 03:23:02 +00:00
Ronald Garcia
3fa8550079 added review manager for fixed strings.
[SVN r31914]
2005-12-05 13:38:15 +00:00
Dave Abrahams
f29b55d358 Fix Boost-Build list references
[SVN r31911]
2005-12-05 02:39:08 +00:00
Ronald Garcia
6d4f8828c1 changed link to fusion download.
[SVN r31882]
2005-12-02 16:13:02 +00:00
Ronald Garcia
4fc76bba6f removed interfaces from the queue.
[SVN r31859]
2005-12-01 14:49:55 +00:00
Ronald Garcia
e4ddcab6c5 update author.
[SVN r31858]
2005-12-01 14:46:00 +00:00
Ronald Garcia
98ee633863 added dates for asio review.
[SVN r31848]
2005-12-01 01:42:33 +00:00
Ronald Garcia
780eeabae2 Added url for Fusion.
[SVN r31847]
2005-12-01 01:40:31 +00:00
Ronald Garcia
9154d310e5 updated the queue. renamed FSM.
[SVN r31807]
2005-11-28 21:06:40 +00:00
Ronald Garcia
f7c5df9b9f doh!
[SVN r31761]
2005-11-23 20:30:40 +00:00
Ronald Garcia
ffd8690a51 Added links for the libraries in the queue.
[SVN r31760]
2005-11-23 20:28:35 +00:00
Ronald Garcia
36c4708037 Added shmem and fusion
[SVN r31759]
2005-11-23 20:22:16 +00:00
Thomas Witt
9f412a5d9d Corrected/added references to root/Jamfile.v2
[SVN r31726]
2005-11-21 18:54:00 +00:00
Ronald Garcia
1366d3e18f formal_review_process: added Ronald Garcia as a review wizard.
submission_process: added link to the formal review schedule.


[SVN r31722]
2005-11-21 15:00:44 +00:00
Ronald Garcia
ecd0d2a423 Changed status of Output Formatters in lieu of information from John Torjo.
[SVN r31677]
2005-11-16 15:18:29 +00:00
Ronald Garcia
658d9c9c37 *** empty log message ***
[SVN r31676]
2005-11-16 15:01:46 +00:00
Ronald Garcia
5508dce88c *** empty log message ***
[SVN r31626]
2005-11-12 04:21:44 +00:00
Ronald Garcia
8d7d0dd246 Updated info based on info in Tom Brinkman's 8-14-2005 note.
[SVN r31548]
2005-11-03 14:55:55 +00:00
Ronald Garcia
b7245526d2 Updated info.
[SVN r31429]
2005-10-23 15:02:35 +00:00
Ronald Garcia
ecc50dcb1c Updated the content.
[SVN r31410]
2005-10-20 16:58:35 +00:00
Larry Joe Evans
ae45fe660c Provide link to determine who has write access to main cvs.
[SVN r31248]
2005-10-09 17:21:02 +00:00
Fredrik Blomqvist
fcadd61c76 added ref. to Björn Karlsson's book
[SVN r31245]
2005-10-09 14:47:54 +00:00
John Maddock
dfff470004 Added two new open source libraries.
[SVN r31220]
2005-10-07 15:56:16 +00:00
Beman Dawes
f28c0e3431 Fix archives link (Larry West)
[SVN r31157]
2005-10-01 12:16:10 +00:00