Comparison

COPYING @ 12353:5ace23519e71

COPYING: An overdue update. Also add some clarity about third-party code.
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2022 15:00:30 +0000
parent 4304:73bf8aab8b77
child 12354:3ce3633527af
comparison
equal deleted inserted replaced
12352:bad813103cd4 12353:5ace23519e71
1 Copyright (c) 2008-2011 Matthew Wild 1 All source code in this project is released under the below MIT license. Some
2 Copyright (c) 2008-2011 Waqas Hussain 2 components are not authored by the Prosody maintainers, but such code is
3 itself either released under a MIT license or declared public domain.
4
5 ---
6
7 Copyright (C) 2008-2022 Matthew Wild
8 Copyright (C) 2008-2020 Waqas Hussain
9 Copyright (C) 2010-2022 Kim Alvefur
3 10
4 Permission is hereby granted, free of charge, to any person obtaining a copy 11 Permission is hereby granted, free of charge, to any person obtaining a copy
5 of this software and associated documentation files (the "Software"), to deal 12 of this software and associated documentation files (the "Software"), to deal
6 in the Software without restriction, including without limitation the rights 13 in the Software without restriction, including without limitation the rights
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 14 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 23 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 24 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 25 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 26 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 27 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
29 ---
30
31 util-src/encodings.c:
32 Parts included from Lua 5.3. Copyright (C) 1994-2015 Lua.org, PUC-Rio.
33
34 util-src/signal.c:
35 Copyright (C) 2007 Patrick J. Donnelly (batrick@batbytes.com)
36 See full copyright notice in the source file.
37
38 net/dns.lua:
39 public domain 20080404 lua@ztact.com
40