summaryrefslogtreecommitdiff
path: root/examples/connect.py
diff options
context:
space:
mode:
authorDenis Bilenko <denis@ag-projects.com>2009-01-13 00:18:31 +0600
committerDenis Bilenko <denis@ag-projects.com>2009-01-13 00:18:31 +0600
commite2bb90729daed14140be4801ae2c41adfcb37c98 (patch)
treec7241f9222b9d678037646622a2cde7aa7ac57b0 /examples/connect.py
parentf05222f423f2c607a35d0ee8ce09b9286479315d (diff)
downloadeventlet-e2bb90729daed14140be4801ae2c41adfcb37c98.tar.gz
updated copyrights
Diffstat (limited to 'examples/connect.py')
-rw-r--r--examples/connect.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/connect.py b/examples/connect.py
index d7ff1b0..7cff938 100644
--- a/examples/connect.py
+++ b/examples/connect.py
@@ -1,3 +1,24 @@
+# Copyright (c) 2008-2009 AG Projects
+# Author: Denis Bilenko
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# THE SOFTWARE.
+
"""Spawn multiple workers and collect their results.
Demonstrates how to use eventlet.green package and proc module.