diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-22 17:37:41 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-22 17:37:41 -0800 |
commit | 70a2e1db1dd4e4aa0c01e2dfb50499123d69967c (patch) | |
tree | ffe20a9284cfa95918a9995fcb74c36afe7ffece /src/luasec/luasocket/LICENSE | |
parent | fe9708fd29d8def5245ba300b671824f23d429e4 (diff) | |
download | teliva-70a2e1db1dd4e4aa0c01e2dfb50499123d69967c.tar.gz |
delete most of the embedded luasocket in luasec
Hilariously, I wasn't linking against it in the first place.
Diffstat (limited to 'src/luasec/luasocket/LICENSE')
-rw-r--r-- | src/luasec/luasocket/LICENSE | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/luasec/luasocket/LICENSE b/src/luasec/luasocket/LICENSE deleted file mode 100644 index eadb747..0000000 --- a/src/luasec/luasocket/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -LuaSocket 3.0-RC1 license -Copyright (C) 2004-2013 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. |