Merge remote-tracking branch 'weiss/pr/3'
[nsca-ng.git] / COPYING
blobb469b6eeb337d994d151d20c72fe25a11fad0ed8
1 Unless otherwise noted, all files distributed as part of NSCA-ng are covered
2 by the copyright and license statement below.  Some files (outside the `src'
3 directory) are subject to different copyright and/or license terms, as
4 specified at the top of those files.  However, all NSCA-ng code is believed
5 to be covered by terms which are at least as permissive as the following
6 license.
8 | Copyright (c) 2013 Holger Weiss <holger@weiss.in-berlin.de>
9 | All rights reserved.
11 | Redistribution and use in source and binary forms, with or without
12 | modification, are permitted provided that the following conditions are
13 | met:
15 | 1. Redistributions of source code must retain the above copyright notice,
16 |    this list of conditions and the following disclaimer.
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.
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.
34 In addition to these copyright and license terms, binary redistributions may
35 be required to reproduce the following copyright notices, depending on which
36 source files are compiled.  The above license statement applies to all of
37 them.
39 If any files in the `lib/ev' directory are used during compilation:
41 | Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
42 |       Marc Alexander Lehmann <libev@schmorp.de>
43 | Copyright (c) 2011 Emanuele Giaquinta
45 If any files in the `lib/pidfile' directory are used during compilation:
47 | Copyright (c) 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
48 | Copyright (c) 2007 Dag-Erling Coidan Smoergrav
50 If the file `lib/pidfile/flock.c' is used during compilation:
52 | Copyright (c) 2001 The NetBSD Foundation, Inc.
54 If any files in the `python' directory (except for `uthash.h') are used:
56 | Copyright (c) 2014 Alexander Golovko
58 If any files in the `perl' directory are used:
60 | Copyright (c) 2015 Matthias Bethke
62 Additional requirements may be imposed by external libraries.