summaryrefslogtreecommitdiffstats
path: root/Doc/includes/mp_distributing.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-28 19:33:33 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-28 19:33:33 (GMT)
commiteac8071e1682941e98d24d0e6f3c019e80617bd7 (patch)
treeb1c02c412a0dcaef687bed87f4980f639ba6956e /Doc/includes/mp_distributing.py
parent1f8b49f517bb97365f1848c308ef464fa5c54126 (diff)
downloadcpython-eac8071e1682941e98d24d0e6f3c019e80617bd7.zip
cpython-eac8071e1682941e98d24d0e6f3c019e80617bd7.tar.gz
cpython-eac8071e1682941e98d24d0e6f3c019e80617bd7.tar.bz2
Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5
Diffstat (limited to 'Doc/includes/mp_distributing.py')
-rw-r--r--Doc/includes/mp_distributing.py3
1 files changed, 3 insertions, 0 deletions
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']