Skip to content

Commit 921e306

Browse files
committed
Fix license/copyright
[SVN r35234]
1 parent bed1d26 commit 921e306

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+183
-87
lines changed

doc/PyConDC_2003/default.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
:version: $Revision$
66
:copyright: This stylesheet has been placed in the public domain.
77
8+
boostinspect:nolicense
9+
810
Default cascading style sheet for the HTML output of Docutils.
911
*/
1012

doc/boost.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* Copyright David Abrahams 2006. Distributed under the Boost
2+
Software License, Version 1.0. (See accompanying
3+
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4+
*/
15
H1
26
{
37
FONT-SIZE: 200%

doc/polymorphism.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. Copyright David Abrahams 2006. Distributed under the Boost
2+
.. Software License, Version 1.0. (See accompanying
3+
.. file LICENSE_1_0.txt or copy at
4+
.. http://www.boost.org/LICENSE_1_0.txt)
5+
16
How Runtime Polymorphism is expressed in Boost.Python:
27
-----------------------------------------------------
38

doc/tutorial/doc/Jamfile.v2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Joel de Guzman 2006. Distributed under the Boost
2+
# Software License, Version 1.0. (See accompanying
3+
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
14
project boost/libs/python/doc/tutorial/doc ;
25

36
import boostbook : boostbook ;

doc/v2/callbacks.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. Copyright David Abrahams 2006. Distributed under the Boost
2+
.. Software License, Version 1.0. (See accompanying
3+
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4+
15
Here's the plan:
26

37
I aim to provide an interface similar to that of Boost.Python v1's

doc/v2/def_visitor.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,6 @@ <h2><a name="examples"></a>Example</h2>
132132
</p>
133133

134134

135-
<p><i>&copy; Copyright Joel de Guzman 2003. </i>
135+
<p><i>&copy; Copyright Joel de Guzman 2003. </i> Distributed under the Boost
136+
Software License, Version 1.0. (See accompanying
137+
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

doc/v2/default_call_policies.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ <h2><a name="examples"></a>Example</h2>
165165
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
166166

167167

168-
<p><i>&copy; Copyright <a href="../../../../people/dave_abrahams.htm">Dave
169-
Abrahams</a> 2002. </i>
168+
<p><i>&copy; Copyright <a href="../../../../people/dave_abrahams.htm">Dave
169+
Abrahams</a> 2002.</i> Distributed under the Boost Software License,
170+
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
171+
http://www.boost.org/LICENSE_1_0.txt)</p>
170172

doc/v2/feb2002.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ <h3><a name="miscellaneous">Miscellaneous</a></h3>
360360
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
361361

362362

363-
<p class="c3">&copy; Copyright <a href=
364-
"../../../../people/dave_abrahams.htm">Dave Abrahams</a>
365-
2002.
363+
<p class="c3">&copy; Copyright <a href=
364+
"../../../../people/dave_abrahams.htm">Dave Abrahams</a> 2002. Distributed
365+
under the Boost Software License, Version 1.0. (See accompanying file
366+
LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</p>
366367

doc/v2/module.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,7 @@ <h2><a name="examples"></a>Example(s)</h2>
104104

105105

106106
<p><i>&copy; Copyright <a href="../../../../people/dave_abrahams.htm">Dave
107-
Abrahams</a> 2002. </i>
107+
Abrahams</a> 2002. </i> Distributed
108+
under the Boost Software License, Version 1.0. (See accompanying file
109+
LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</p>
108110

doc/v2/pickle.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,9 @@ <h3><a href="../../test/pickle4.cpp"><tt>pickle4.cpp</tt></a></h3>
320320

321321
<hr>
322322

323-
&copy; Copyright Ralf W. Grosse-Kunstleve 2001-2004. Permission to copy,
324-
use, modify, sell and distribute this document is granted provided this
325-
copyright notice appears in all copies. This document is provided "as
326-
is" without express or implied warranty, and with no claim as to its
327-
suitability for any purpose.
323+
&copy; Copyright Ralf W. Grosse-Kunstleve 2001-2004. Distributed under
324+
the Boost Software License, Version 1.0. (See accompanying file
325+
LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
328326

329327
<p>
330328
Updated: Feb 2004.

0 commit comments

Comments
 (0)