소스 검색

Reflect license file renaming to accomodate more operating systems, and list discussions of exact copyright/license comments wording.

[SVN r20215]
Beman Dawes 22 년 전
부모
커밋
627522ba2b
1개의 변경된 파일20개의 추가작업 그리고 10개의 파일을 삭제
  1. 20 10
      more/lib_guide.htm

+ 20 - 10
more/lib_guide.htm

@@ -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>
+&nbsp;<ul>
+      <li>A comment line describing the contents of the file.<br>
+&nbsp;</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>//&nbsp; Copyright Jane Programmer 2002. Use, modification and 
+      distribution is<br>
+      //&nbsp; subject to the Boost Software License, Version 1.0. (See 
+      accompanying<br>
+      //&nbsp; 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>
+&nbsp;</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>//&nbsp; 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>
 
 

粤ICP备19079148号