ntpd: relicense ntpd applet to ISC-style license

OpenNTPd is licensed under ISC-style license so it's good idea to keep
ntpd applet under same license to avoid mess, instead of having
our changes to be under GPL.

Names of original code's authors are added.

Signed-off-by: Adam Tkac <vonsch@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Adam Tkac 2015-01-04 17:46:08 +01:00 committed by Denys Vlasenko
parent db4d1051ca
commit 4bf88d9094

View File

@ -1,30 +1,43 @@
/* /*
* NTP client/server, based on OpenNTPD 3.9p1 * NTP client/server, based on OpenNTPD 3.9p1
* *
* Author: Adam Tkac <vonsch@gmail.com> * Busybox port author: Adam Tkac (C) 2009 <vonsch@gmail.com>
* *
* Licensed under GPLv2, see file LICENSE in this source tree. * OpenNTPd 3.9p1 copyright holders:
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
* Copyright (c) 2004 Alexander Guy <alexander.guy@andern.org>
*
* OpenNTPd code is licensed under ISC-style licence:
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
* IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
***********************************************************************
* *
* Parts of OpenNTPD clock syncronization code is replaced by * Parts of OpenNTPD clock syncronization code is replaced by
* code which is based on ntp-4.2.6, whuch carries the following * code which is based on ntp-4.2.6, which carries the following
* copyright notice: * copyright notice:
* *
*********************************************************************** * Copyright (c) University of Delaware 1992-2009
* * *
* Copyright (c) University of Delaware 1992-2009 * * Permission to use, copy, modify, and distribute this software and
* * * its documentation for any purpose with or without fee is hereby
* Permission to use, copy, modify, and distribute this software and * * granted, provided that the above copyright notice appears in all
* its documentation for any purpose with or without fee is hereby * * copies and that both the copyright notice and this permission
* granted, provided that the above copyright notice appears in all * * notice appear in supporting documentation, and that the name
* copies and that both the copyright notice and this permission * * University of Delaware not be used in advertising or publicity
* notice appear in supporting documentation, and that the name * * pertaining to distribution of the software without specific,
* University of Delaware not be used in advertising or publicity * * written prior permission. The University of Delaware makes no
* pertaining to distribution of the software without specific, * * representations about the suitability this software for any
* written prior permission. The University of Delaware makes no * * purpose. It is provided "as is" without express or implied warranty.
* representations about the suitability this software for any *
* purpose. It is provided "as is" without express or implied *
* warranty. *
* *
*********************************************************************** ***********************************************************************
*/ */