1 /* |
1 ISC License |
2 * ISC License |
2 |
3 * |
3 Copyright (c) 2016-2021, Paragon Initiative Enterprises <security at paragonie dot com> |
4 * Copyright (c) 2016-2019 |
4 Copyright (c) 2013-2019, Frank Denis <j at pureftpd dot org> |
5 * Paragon Initiative Enterprises <security at paragonie dot com> |
5 |
6 * |
6 Permission to use, copy, modify, and/or distribute this software for any |
7 * Copyright (c) 2013-2019 |
7 purpose with or without fee is hereby granted, provided that the above |
8 * Frank Denis <j at pureftpd dot org> |
8 copyright notice and this permission notice appear in all copies. |
9 * |
9 |
10 * Permission to use, copy, modify, and/or distribute this software for any |
10 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
11 * purpose with or without fee is hereby granted, provided that the above |
11 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
12 * copyright notice and this permission notice appear in all copies. |
12 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
13 * |
13 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
14 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
14 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
15 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
15 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
16 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
18 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|
19 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
|
20 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
21 */ |
|