
Thorsten Ottosen wrote:
Beman Dawes skrev:
An inspection report will now be run on the daily release snapshot. See http://beta.boost.org/development/testing.html#Snapshots for the link.
There are far too many errors. We need to start a major effort to clean these up.
I have a general question. The report says that a stylesheet is missing license info:
ptr_container libs/ptr_container/doc/default.css: *L* libs/ptr_container/doc/intro.xml: *C*, *L* libs/ptr_container/doc/ptr_container.xml: *L* libs/ptr_container/test/Jamfile.v2: *C*, *L* libs/ptr_container/test/sequence_point.cpp: *C*, *L*
In the first file it reads:
* :Author: David Goodger :Contact: goodger@users.sourceforge.net :date: $Date: 2005/03/21 00:01:25 $ :version: $Revision: 1.1 $ :copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils. */
What am I supposed to write in this file to fix the problem?
License: public domain
?
Supply the string "boostinspect:nolicense" without the quotes somewhere in the file. --Beman