From e70bbe4791d53f009f88fbf3025a77f78649b42d Mon Sep 17 00:00:00 2001
From: Dave Abrahams
Date: Wed, 20 Sep 2006 22:49:18 +0000
Subject: [PATCH] Fix license/copyright.
Also port some "glaringly obvious" bugfixes from HEAD. Hope it
doesn't cause problems.
[SVN r35237]
---
doc/PyConDC_2003/default.css | 2 ++
doc/boost.css | 4 ++++
doc/polymorphism.txt | 5 +++++
doc/tutorial/doc/Jamfile.v2 | 3 +++
doc/v2/callbacks.txt | 4 ++++
doc/v2/def_visitor.html | 4 +++-
doc/v2/default_call_policies.html | 6 ++++--
doc/v2/feb2002.html | 7 ++++---
doc/v2/module.html | 4 +++-
doc/v2/pickle.html | 8 +++-----
doc/v2/pointee.html | 5 ++++-
doc/v2/ptr.html | 4 +++-
doc/v2/to_python_indirect.html | 4 +++-
doc/v2/to_python_value.html | 4 +++-
doc/v2/type_id.html | 4 +++-
doc/v2/wrapper.html | 4 +++-
example/Jamfile | 5 +++--
example/Jamfile.v2 | 6 +++---
example/README | 4 ++++
example/boost-build.jam | 5 +++--
example/test_getting_started1.py | 3 +++
example/test_getting_started2.py | 3 +++
example/test_std_pair.py | 3 +++
include/boost/python/detail/python22_fixed.h | 2 ++
include/boost/python/detail/wrap_python.hpp | 2 +-
include/boost/python/object/pointer_holder.hpp | 2 +-
.../boost/python/opaque_pointer_converter.hpp | 16 ++++++++++++----
.../python/suite/indexing/indexing_suite.hpp | 2 +-
include/boost/python/type_id.hpp | 2 +-
index.html | 3 +++
pyste/NEWS | 4 ++++
pyste/README | 4 ++++
pyste/TODO | 4 ++++
pyste/dist/create_build.py | 4 ++++
pyste/dist/setup.py | 4 ++++
pyste/doc/adding_new_methods.html | 7 +++----
pyste/doc/exporting_an_entire_header.html | 7 +++----
pyste/doc/global_variables.html | 7 +++----
pyste/doc/inserting_code.html | 7 +++----
pyste/doc/introduction.html | 7 +++----
pyste/doc/policies.html | 7 +++----
pyste/doc/pyste.txt | 5 +++++
pyste/doc/renaming_and_excluding.html | 7 +++----
pyste/doc/running_pyste.html | 7 +++----
pyste/doc/smart_pointers.html | 7 +++----
pyste/doc/templates.html | 7 +++----
pyste/doc/the_interface_files.html | 7 +++----
pyste/doc/theme/style.css | 8 ++++++++
pyste/doc/wrappers.html | 7 +++----
pyste/index.html | 7 +++----
pyste/install/pyste.py | 4 ++++
release_notes.txt | 6 ++++++
test/Jamfile | 3 +++
test/Jamfile.v2 | 3 +++
test/andreas_beyer.cpp | 3 +++
test/crossmod_exception.py | 7 ++-----
test/opaque.py | 14 +++++++++-----
test/pointer_vector.cpp | 3 +++
58 files changed, 202 insertions(+), 95 deletions(-)
diff --git a/doc/PyConDC_2003/default.css b/doc/PyConDC_2003/default.css
index 2e1fddb9..6a1adb08 100644
--- a/doc/PyConDC_2003/default.css
+++ b/doc/PyConDC_2003/default.css
@@ -5,6 +5,8 @@
:version: $Revision$
:copyright: This stylesheet has been placed in the public domain.
+boostinspect:nolicense
+
Default cascading style sheet for the HTML output of Docutils.
*/
diff --git a/doc/boost.css b/doc/boost.css
index cf5c8a97..6c3e9808 100644
--- a/doc/boost.css
+++ b/doc/boost.css
@@ -1,3 +1,7 @@
+/* Copyright David Abrahams 2006. 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)
+*/
H1
{
FONT-SIZE: 200%
diff --git a/doc/polymorphism.txt b/doc/polymorphism.txt
index c6f89416..38e2f691 100644
--- a/doc/polymorphism.txt
+++ b/doc/polymorphism.txt
@@ -1,3 +1,8 @@
+.. Copyright David Abrahams 2006. 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)
+
How Runtime Polymorphism is expressed in Boost.Python:
-----------------------------------------------------
diff --git a/doc/tutorial/doc/Jamfile.v2 b/doc/tutorial/doc/Jamfile.v2
index f115ceac..963f9346 100644
--- a/doc/tutorial/doc/Jamfile.v2
+++ b/doc/tutorial/doc/Jamfile.v2
@@ -1,3 +1,6 @@
+# Copyright Joel de Guzman 2006. 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)
project boost/libs/python/doc/tutorial/doc ;
import boostbook : boostbook ;
diff --git a/doc/v2/callbacks.txt b/doc/v2/callbacks.txt
index a58ca0ea..2795680f 100644
--- a/doc/v2/callbacks.txt
+++ b/doc/v2/callbacks.txt
@@ -1,3 +1,7 @@
+.. Copyright David Abrahams 2006. 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)
+
Here's the plan:
I aim to provide an interface similar to that of Boost.Python v1's
diff --git a/doc/v2/def_visitor.html b/doc/v2/def_visitor.html
index f480405a..08fa0c51 100644
--- a/doc/v2/def_visitor.html
+++ b/doc/v2/def_visitor.html
@@ -132,4 +132,6 @@ BOOST_PYTHON_MODULE(my_ext)
- © Copyright Joel de Guzman 2003.
\ No newline at end of file
+
© Copyright Joel de Guzman 2003. 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)
diff --git a/doc/v2/default_call_policies.html b/doc/v2/default_call_policies.html
index 2998769a..772b5c63 100644
--- a/doc/v2/default_call_policies.html
+++ b/doc/v2/default_call_policies.html
@@ -165,6 +165,8 @@ struct return_value_policy : Base
-
© Copyright Dave
- Abrahams 2002.
+
© Copyright Dave
+ Abrahams 2002. 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)
diff --git a/doc/v2/feb2002.html b/doc/v2/feb2002.html
index 8e59337b..a6b91c83 100644
--- a/doc/v2/feb2002.html
+++ b/doc/v2/feb2002.html
@@ -360,7 +360,8 @@
- © Copyright Dave Abrahams
- 2002.
+
© Copyright Dave Abrahams 2002. 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)
diff --git a/doc/v2/module.html b/doc/v2/module.html
index 04a5fbcd..024e477f 100644
--- a/doc/v2/module.html
+++ b/doc/v2/module.html
@@ -104,5 +104,7 @@ RuntimeError: Unidentifiable C++ Exception
© Copyright Dave
- Abrahams 2002.
+ Abrahams 2002. 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)
diff --git a/doc/v2/pickle.html b/doc/v2/pickle.html
index 6d083ab4..1daf5ddb 100644
--- a/doc/v2/pickle.html
+++ b/doc/v2/pickle.html
@@ -320,11 +320,9 @@ See also the
-© Copyright Ralf W. Grosse-Kunstleve 2001-2004. Permission to copy,
-use, modify, sell and distribute this document is granted provided this
-copyright notice appears in all copies. This document is provided "as
-is" without express or implied warranty, and with no claim as to its
-suitability for any purpose.
+© Copyright Ralf W. Grosse-Kunstleve 2001-2004. 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)
Updated: Feb 2004.
diff --git a/doc/v2/pointee.html b/doc/v2/pointee.html
index 45994190..4d817a45 100644
--- a/doc/v2/pointee.html
+++ b/doc/v2/pointee.html
@@ -112,5 +112,8 @@ BOOST_PYTHON_MODULE(pointee_demo)
© Copyright Dave
- Abrahams 2002.
+ Abrahams 2002. 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)
+
diff --git a/doc/v2/ptr.html b/doc/v2/ptr.html
index 39d7fc8f..05305893 100644
--- a/doc/v2/ptr.html
+++ b/doc/v2/ptr.html
@@ -259,5 +259,7 @@ void pass_as_arg(expensive_to_copy* x, PyObject* f)
© Copyright Dave
- Abrahams 2002.
+ Abrahams 2002. 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)
diff --git a/doc/v2/to_python_indirect.html b/doc/v2/to_python_indirect.html
index 159fef71..40be2976 100644
--- a/doc/v2/to_python_indirect.html
+++ b/doc/v2/to_python_indirect.html
@@ -190,5 +190,7 @@ struct reference_existing_object
© Copyright Dave
- Abrahams 2002.
+ Abrahams 2002. 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)
diff --git a/doc/v2/to_python_value.html b/doc/v2/to_python_value.html
index ccd9b5d3..9df49319 100644
--- a/doc/v2/to_python_value.html
+++ b/doc/v2/to_python_value.html
@@ -97,5 +97,7 @@ PyObject* operator()(argument_type x) const;
© Copyright Dave
- Abrahams 2002.
+ Abrahams 2002. 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)
diff --git a/doc/v2/type_id.html b/doc/v2/type_id.html
index 59025e0f..2641fe37 100755
--- a/doc/v2/type_id.html
+++ b/doc/v2/type_id.html
@@ -215,7 +215,9 @@ bool is_int(T x)
© Copyright Dave Abrahams 2002.
+ "../../../../people/dave_abrahams.htm">Dave Abrahams 2002. 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)<