Software / code / prosody
Comparison
COPYING @ 12354:3ce3633527af
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+.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 04 Mar 2022 15:03:02 +0000 |
| parent | 12353:5ace23519e71 |
comparison
equal
deleted
inserted
replaced
| 12353:5ace23519e71 | 12354:3ce3633527af |
|---|---|
| 33 | 33 |
| 34 util-src/signal.c: | 34 util-src/signal.c: |
| 35 Copyright (C) 2007 Patrick J. Donnelly (batrick@batbytes.com) | 35 Copyright (C) 2007 Patrick J. Donnelly (batrick@batbytes.com) |
| 36 See full copyright notice in the source file. | 36 See full copyright notice in the source file. |
| 37 | 37 |
| 38 util-src/struct.c: | |
| 39 Copyright (C) 2010-2018 Lua.org, PUC-Rio. All rights reserved. | |
| 40 See full copyright notice in the source file. | |
| 41 | |
| 38 net/dns.lua: | 42 net/dns.lua: |
| 39 public domain 20080404 lua@ztact.com | 43 public domain 20080404 lua@ztact.com |
| 40 | 44 |