summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-07-27 22:03:45 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-07-27 22:03:45 (GMT)
commitca5c7b0a957e651b12083a43e700a19d54fd1016 (patch)
treec781f240380368950df5335aab32978cd7121b0e /3rdParty/Lua/luasocket/LICENSE
parent6f26d9aa86f0909af13b23b1a925b8d492e74154 (diff)
downloadswift-contrib-ca5c7b0a957e651b12083a43e700a19d54fd1016.zip
swift-contrib-ca5c7b0a957e651b12083a43e700a19d54fd1016.tar.bz2
First bash at integrating luasocket into Sluift
Diffstat (limited to '3rdParty/Lua/luasocket/LICENSE')
-rw-r--r--3rdParty/Lua/luasocket/LICENSE20
1 files changed, 20 insertions, 0 deletions
diff --git a/3rdParty/Lua/luasocket/LICENSE b/3rdParty/Lua/luasocket/LICENSE
new file mode 100644
index 0000000..8c3cfe5
--- /dev/null
+++ b/3rdParty/Lua/luasocket/LICENSE
@@ -0,0 +1,20 @@
+LuaSocket 2.0.2 license
+Copyright © 2004-2007 Diego Nehab
+
+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.