$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2006-09-23 12:47:46
Paul A Bristow wrote:
> So a licence info that works OK (for Quickbook) is, for example
>
> [/
> Copyright 2006 John Maddock and Paul A. Bristow.
> Distributed under the Boost Software License, Version 1.0.
> (See accompanying file LICENSE_1_0.txt or copy at
> http://www.boost.org/LICENSE_1_0.txt).
> ]
>
> Can you confirm that your check will accept this as valid?
>
Yes it will. The check is exactly the same as for other source types, I
just added '.qbk' to the list of file signatures that are checked.
Daniel