Administrator Guide

XINETD
ORIGINAL LICENSE:
This software is
(c) Copyright 1992 by Panagiotis Tsirigotis
The author (Panagiotis Tsirigotis) grants permission to use, copy, and distribute this software and its documentation for any
purpose and without fee, provided that the above copyright notice extant in files in this distribution is not removed from files
included in any redistribution and that this copyright notice is also included in any redistribution.
Modifications to this software may be distributed, either by distributing the modified software or by distributing patches to the
original software, under the following additional terms:
1. The version number will be modified as follows:
a. The first 3 components of the version number
(i.e <number>.<number>.<number>) will remain unchanged.
b. A new component will be appended to the version number to indicate the modification level. The form of this component is up
to the author of the modifications.
2. The author of the modifications will include his/her name by appending it along with the new version number to this file and
will be responsible for any wrong behavior of the modified software.
The author makes no representations about the suitability of this software for any purpose. It is provided "as is" without any
express or implied warranty.
Modifications:
Version: 2.1.8.7-current
Copyright 1998-2001 by Rob Braun
Sensor Addition
Version: 2.1.8.9pre14a
Copyright 2001 by Steve Grubb
This is an exerpt from an email I recieved from the original author, allowing xinetd as maintained by me, to use the higher version
numbers:
I appreciate your maintaining the version string guidelines as specified in the copyright. But I did not mean them to last as long
as they did.
So, if you want, you may use any 2.N.* (N >= 3) version string for future xinetd versions that you release. Note that I am
excluding the 2.2.* line; using that would only create confusion. Naming the next release 2.3.0 would put to rest the confusion
about 2.2.1 and 2.1.8.*.
Zlib license
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.8, April 28th, 2013
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and
redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use
this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jean-loup Gailly Mark Adler
213