From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-09-15 08:30:23


Beman Dawes wrote:
>
> Physically, that means editing all source files to reflect the new
> license. Here is what the start of C++ source files should look like:
>
> // foo library header
>
> // Copyright Jane Programmer, 2003.
> // See accompanying license for terms and conditions of use.

Shouldn't this be:

// See Boost Software License Version 1.0 for terms and conditions of use.