diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-04 15:00:30 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-04 15:00:30 +0000 |
commit | 09bdd816594d43ef6b40a218f78cfee1a09891a3 (patch) | |
tree | 4b156b2b4d94e4a9946bc13625c3dac99302bb4c /COPYING | |
parent | 0b44cfec12cfaae679fb68cc75835698a0bd2709 (diff) | |
download | prosody-09bdd816594d43ef6b40a218f78cfee1a09891a3.tar.gz prosody-09bdd816594d43ef6b40a218f78cfee1a09891a3.zip |
COPYING: An overdue update. Also add some clarity about third-party code.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,5 +1,12 @@ -Copyright (c) 2008-2011 Matthew Wild -Copyright (c) 2008-2011 Waqas Hussain +All source code in this project is released under the below MIT license. Some +components are not authored by the Prosody maintainers, but such code is +itself either released under a MIT license or declared public domain. + +--- + +Copyright (C) 2008-2022 Matthew Wild +Copyright (C) 2008-2020 Waqas Hussain +Copyright (C) 2010-2022 Kim Alvefur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,3 +25,16 @@ 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. + +--- + +util-src/encodings.c: + Parts included from Lua 5.3. Copyright (C) 1994-2015 Lua.org, PUC-Rio. + +util-src/signal.c: + Copyright (C) 2007 Patrick J. Donnelly (batrick@batbytes.com) + See full copyright notice in the source file. + +net/dns.lua: + public domain 20080404 lua@ztact.com + |