1Unless otherwise noted, all files distributed as part of NSCA-ng are covered
2by the copyright and license statement below.  Some files (outside the `src'
3directory) are subject to different copyright and/or license terms, as
4specified at the top of those files.  However, all NSCA-ng code is believed
5to be covered by terms which are at least as permissive as the following
6license.
7
8| Copyright (c) 2013 Holger Weiss <holger@weiss.in-berlin.de>
9| All rights reserved.
10|
11| Redistribution and use in source and binary forms, with or without
12| modification, are permitted provided that the following conditions are
13| met:
14|
15| 1. Redistributions of source code must retain the above copyright notice,
16|    this list of conditions and the following disclaimer.
17|
18| 2. Redistributions in binary form must reproduce the above copyright
19|    notice, this list of conditions and the following disclaimer in the
20|    documentation and/or other materials provided with the distribution.
21|
22| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
23| IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
24| THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
25| PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
26| CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
27| EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
28| PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
29| PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
30| LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
31| NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
34In addition to these copyright and license terms, binary redistributions may
35be required to reproduce the following copyright notices, depending on which
36source files are compiled.  The above license statement applies to all of
37them.
38
39If any files in the `lib/ev' directory are used during compilation:
40
41| Copyright (c) 2007-2018 Marc Alexander Lehmann <libev@schmorp.de>
42| Copyright (c) 2011 Emanuele Giaquinta
43
44If any files in the `lib/pidfile' directory are used during compilation:
45
46| Copyright (c) 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
47| Copyright (c) 2007 Dag-Erling Coidan Smoergrav
48
49If the file `lib/pidfile/flock.c' is used during compilation:
50
51| Copyright (c) 2001 The NetBSD Foundation, Inc.
52
53If any files in the `python' directory (except for `uthash.h') are used:
54
55| Copyright (c) 2014 Alexander Golovko
56
57If any files in the `perl' directory are used:
58
59| Copyright (c) 2015 Matthias Bethke
60
61Additional requirements may be imposed by external libraries.
62