mirror of
https://github.com/boostorg/more.git
synced 2025-03-23 13:10:09 +08:00
Correct, sync licence comment code
[SVN r34244]
This commit is contained in:
parent
eecc44c180
commit
36388d5c16
@ -262,14 +262,14 @@
|
||||
A comment line describing the contents of the file.<br>
|
||||
|
||||
<li>
|
||||
Comments describing copyright and licensing. The preferred form is:<br>
|
||||
<br>
|
||||
<code>// Copyright Jane Programmer 2002. Use, modification, and distribution
|
||||
are<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>
|
||||
|
||||
<p>Include a comment based on the following template, substituting
|
||||
appropriate text for the italicized portion:
|
||||
|
||||
<pre>// Copyright <i>2004 Jane Coder</i>.
|
||||
// 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)</pre>
|
||||
|
||||
Please leave an empty line before and after the copyright and license comments.
|
||||
It is fine if the copyright and license messages are on different lines, but
|
||||
there should be no other intervening text. Do not include "All rights reserved"
|
||||
@ -601,8 +601,7 @@ Automatic redirection failed, please go to
|
||||
code itself.</p>
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->
|
||||
04 November, 2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
|
||||
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->08 June, 2006<!--webbot bot="Timestamp" endspan i-checksum="19940" --></p>
|
||||
<p>
|
||||
© <a name="Copyright">Copyright</a> Beman Dawes 2003.</p>
|
||||
<p> Distributed under the Boost Software License, Version 1.0.
|
||||
@ -610,4 +609,4 @@ Automatic redirection failed, please go to
|
||||
copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
@ -142,11 +142,9 @@ header files?</b></p>
|
||||
<p>Include a comment based on the following template, substituting
|
||||
appropriate text for the italicized portion:
|
||||
|
||||
<pre>
|
||||
// Copyright <i>2004 Joe Coder</i>.
|
||||
// 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)
|
||||
<pre>// Copyright <i>2004 Jane Coder</i>.
|
||||
// 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)
|
||||
</pre>
|
||||
|
||||
<p>Other ways of licensing source files have been considered, but some
|
||||
@ -249,7 +247,7 @@ contributed analysis of Boost issues and drafts of various legal documents.
|
||||
Boost members reviewed drafts of the license. Beman Dawes wrote this web page.</p>
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->27 August, 2004<!--webbot bot="Timestamp" endspan i-checksum="39365" --></p>
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->08 June, 2006<!--webbot bot="Timestamp" endspan i-checksum="19940" --></p>
|
||||
|
||||
<p> © Copyright 2003-2004 Beman Dawes, Daniel Frey, David Abrahams.</p>
|
||||
<p> Distributed under the Boost Software License, Version 1.0.
|
||||
@ -259,4 +257,4 @@ copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user