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 @@
+ 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