|
@@ -226,19 +226,29 @@ library, but a reasonable effort to comply is expected.</p>
|
|
|
</ul>
|
|
</ul>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>Begin all source files (including programs, headers, scripts, etc.) with:
|
|
<li>Begin all source files (including programs, headers, scripts, etc.) with:
|
|
|
- <ul>
|
|
|
|
|
- <li>A comment line describing the contents of the file.</li>
|
|
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>A comment line describing the contents of the file.<br>
|
|
|
|
|
+ </li>
|
|
|
<li>Comments describing copyright and licensing. The preferred form is:<br>
|
|
<li>Comments describing copyright and licensing. The preferred form is:<br>
|
|
|
<br>
|
|
<br>
|
|
|
- <code>// Copyright Jane Programmer, 2003.<br>
|
|
|
|
|
- // See accompanying license for terms and conditions of use.</code><br>
|
|
|
|
|
|
|
+ <code>// Copyright Jane Programmer 2002. Use, modification and
|
|
|
|
|
+ distribution is<br>
|
|
|
|
|
+ // subject to the Boost Software License, Version 1.0. (See
|
|
|
|
|
+ accompanying<br>
|
|
|
|
|
+ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)<br>
|
|
|
|
|
+ </code>
|
|
|
<br>
|
|
<br>
|
|
|
- See the <a href="license_info.html">license information page</a> for
|
|
|
|
|
- details.
|
|
|
|
|
-</li>
|
|
|
|
|
- <li>A comment line referencing your library on the Boost web site:<br>
|
|
|
|
|
|
|
+ Please leave an empty line before and after the copyright and license
|
|
|
|
|
+ comments.<br>
|
|
|
|
|
+ <br>
|
|
|
|
|
+ See <a href="license_info.html">license information page</a> for
|
|
|
|
|
+ more information about the Boost Software License.<br>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>A comment line referencing your library on the Boost web site. For
|
|
|
|
|
+ example:<br>
|
|
|
<br>
|
|
<br>
|
|
|
- <code>// See http://www.boost.org/libs/foo for documentation.</code><br>
|
|
|
|
|
|
|
+ <code>// See http://www.boost.org/libs/foo for library home page.</code><br>
|
|
|
<br>
|
|
<br>
|
|
|
where <code>foo</code> is the directory name (see below) for your library.
|
|
where <code>foo</code> is the directory name (see below) for your library.
|
|
|
As well as aiding users who come across a Boost file detached from its
|
|
As well as aiding users who come across a Boost file detached from its
|
|
@@ -470,7 +480,7 @@ itself.</p>
|
|
|
<p> See accompanying <a href="../LICENSE">license</a> for terms and conditions
|
|
<p> See accompanying <a href="../LICENSE">license</a> for terms and conditions
|
|
|
of use.</p>
|
|
of use.</p>
|
|
|
<p>Revised
|
|
<p>Revised
|
|
|
-<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->18 August, 2003<!--webbot bot="Timestamp" endspan i-checksum="34485" --></p>
|
|
|
|
|
|
|
+<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->29 September, 2003<!--webbot bot="Timestamp" endspan i-checksum="39351" --></p>
|
|
|
|
|
|
|
|
</body>
|
|
</body>
|
|
|
|
|
|