From 678fa006de24673b654fc057a165e79a2108a734 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sat, 10 Mar 2001 08:23:37 +0000 Subject: [PATCH] Copyright notice & minor fixes. [SVN r9536] --- doc/pickle.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/pickle.html b/doc/pickle.html index 39cb07dc..842112d3 100644 --- a/doc/pickle.html +++ b/doc/pickle.html @@ -8,7 +8,7 @@ c++boost.gif (8819 bytes) + width="277" height="86">

Boost.Python Pickle Support

@@ -229,12 +229,17 @@ Both __getinitargs__ and __getstate__ are not defined.

Example

-An example that shows how to provide pickle support is available in the +An example that shows how to configure pickle support is available in the boost/lib/python/example directory (getting_started3.cpp).
-
-Author: Ralf W. Grosse-Kunstleve, March 2001 -
+© Copyright Ralf W. Grosse-Kunstleve 2001. 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. + +

+Updated: March 10, 2001