Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5

This commit is contained in:
Christian Heimes 2008-11-28 19:33:33 +00:00
parent 1f8b49f517
commit eac8071e16
7 changed files with 21 additions and 0 deletions

View file

@ -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']