summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2009-10-03 23:53:41 -0700
committerRyan Williams <rdw@lindenlab.com>2009-10-03 23:53:41 -0700
commit86cdeeb9867a8687b48a7771f4101b31a1d612cf (patch)
tree9c62162112dc9201feaca8d7f9de3bdc4f163e38 /LICENSE
parent4eb5e05a327d720121d5302471dd32ed0da7a6f9 (diff)
downloadeventlet-86cdeeb9867a8687b48a7771f4101b31a1d612cf.tar.gz
Removed copyright headers from individual files, added LICENSE and AUTHORS files to give credit instead. Linked authors list into documentation.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE23
1 files changed, 23 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..4690445
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+Unless otherwise noted, the files in Eventlet are under the following MIT license:
+
+Copyright (c) 2005-2006, Bob Ippolito
+Copyright (c) 2007-2009, Linden Research, Inc.
+Copyright (c) 2008-2009, Individual Contributors (see AUTHORS)
+
+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.