diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-04 15:03:02 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-04 15:03:02 +0000 |
commit | fe56effa55147a7deb8ee754c092af899e662c73 (patch) | |
tree | ae7ef975d4779514edc6630b5def706ed2b057c4 /COPYING | |
parent | 09bdd816594d43ef6b40a218f78cfee1a09891a3 (diff) | |
download | prosody-fe56effa55147a7deb8ee754c092af899e662c73.tar.gz prosody-fe56effa55147a7deb8ee754c092af899e662c73.zip |
util.struct: Import Roberto 'struct' library v0.3
Downloaded from http://www.inf.puc-rio.br/~roberto/struct/
This is for compatibility with Lua 5.2 (and 5.1). Eventually we can replace
this with string.pack/string.unpack which are available in 5.3+.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ util-src/signal.c: Copyright (C) 2007 Patrick J. Donnelly (batrick@batbytes.com) See full copyright notice in the source file. +util-src/struct.c: + Copyright (C) 2010-2018 Lua.org, PUC-Rio. All rights reserved. + See full copyright notice in the source file. + net/dns.lua: public domain 20080404 lua@ztact.com |