Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5
diff --git a/Doc/includes/mp_distributing.py b/Doc/includes/mp_distributing.py
index 3e9ffd6..5ec718b 100644
--- a/Doc/includes/mp_distributing.py
+++ b/Doc/includes/mp_distributing.py
@@ -3,6 +3,9 @@
 #

 # Depends on `multiprocessing` package -- tested with `processing-0.60`

 #

+# Copyright (c) 2006-2008, R Oudkerk

+# All rights reserved.

+#

 

 __all__ = ['Cluster', 'Host', 'get_logger', 'current_process']