2005-12-06 19:14:27 +01:00
|
|
|
$MirOS: src/bin/mksh/copyright,v 1.8 2005/12/06 18:14:27 tg Stab $
|
2005-07-05 23:32:42 +02:00
|
|
|
|
2005-08-21 15:02:17 +02:00
|
|
|
mksh is a collective work under the following licence:
|
2005-06-08 23:51:22 +02:00
|
|
|
|
|
|
|
/*-
|
|
|
|
* Copyright (c) 2002, 2003, 2004, 2005
|
|
|
|
* Thorsten "mirabile" Glaser <tg@66h.42h.de>
|
|
|
|
*
|
|
|
|
* Licensee is hereby permitted to deal in this work without restric-
|
|
|
|
* tion, including unlimited rights to use, publicly perform, modify,
|
|
|
|
* merge, distribute, sell, give away or sublicence, provided all co-
|
|
|
|
* pyright notices above, these terms and the disclaimer are retained
|
|
|
|
* in all redistributions or reproduced in accompanying documentation
|
|
|
|
* or other materials provided with binary redistributions.
|
|
|
|
*
|
|
|
|
* All advertising materials mentioning features or use of this soft-
|
|
|
|
* ware must display the following acknowledgement:
|
|
|
|
* This product includes material provided by Thorsten Glaser.
|
|
|
|
*
|
2005-12-06 19:14:27 +01:00
|
|
|
* Licensor offers the work "AS IS" and WITHOUT WARRANTY of any kind,
|
|
|
|
* express, or implied, to the maximum extent permitted by applicable
|
|
|
|
* law, without malicious intent or gross negligence; in no event may
|
|
|
|
* licensor, an author or contributor be held liable for any indirect
|
|
|
|
* or other damage, or direct damage except proven a consequence of a
|
|
|
|
* direct error of said person and intended use of this work, loss or
|
|
|
|
* other issues arising in any way out of its use, even if advised of
|
|
|
|
* the possibility of such damage or existence of a nontrivial bug.
|
2005-06-08 23:51:22 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
The author recognises the contributions of the pdksh authors who have
|
|
|
|
dedicated their work into the Public Domain.
|
|
|
|
|
2005-09-12 20:59:51 +02:00
|
|
|
The file "alloc.c" is covered by a 2-clause UCB-style BSD licence in-
|
|
|
|
stead, please look at the file for the complete terms.
|
2005-06-08 23:51:22 +02:00
|
|
|
|
2005-09-12 20:59:51 +02:00
|
|
|
On systems which use the GNU libc, an additional file (strlfun.c) has
|
|
|
|
to be built. It is covered by the ISC/OpenBSD licence.
|
2005-10-25 21:56:43 +02:00
|
|
|
|
2005-11-24 20:42:38 +01:00
|
|
|
On GNU/Cygwin, GNU/Linux, Solaris, setmode.c is compiled in, which is
|
|
|
|
covered by a three-clause UCB licence.
|