mop licence
This commit is contained in:
12
Build.sh
12
Build.sh
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $MirBSD: Build.sh,v 1.6 2004/05/25 22:19:30 tg Exp $
|
# $MirBSD: Build.sh,v 1.7 2004/06/02 15:06:49 tg Exp $
|
||||||
#-
|
#-
|
||||||
# Copyright (c) 2004
|
# Copyright (c) 2004
|
||||||
# Thorsten Glaser <x86@ePost.de>
|
# Thorsten "mirabile" Glaser <x86@ePost.de>
|
||||||
#
|
#
|
||||||
# Licensee is hereby permitted to deal in this work without restric-
|
# Licensee is hereby permitted to deal in this work without restric-
|
||||||
# tion, including unlimited rights to use, publically perform, modi-
|
# tion, including unlimited rights to use, publically perform, modi-
|
||||||
@ -14,10 +14,10 @@
|
|||||||
# Licensor hereby provides this work "AS IS" and WITHOUT WARRANTY of
|
# Licensor hereby provides this work "AS IS" and WITHOUT WARRANTY of
|
||||||
# any kind, expressed or implied, to the maximum extent permitted by
|
# any kind, expressed or implied, to the maximum extent permitted by
|
||||||
# applicable law, but with the warranty of being written without ma-
|
# applicable law, but with the warranty of being written without ma-
|
||||||
# licious intent or gross negligence; in no event shall an author or
|
# licious intent or gross negligence; in no event shall licensor, an
|
||||||
# contributor be held liable for any direct, indirect or other dama-
|
# author or contributor be held liable for any damage, direct, indi-
|
||||||
# ge, however caused, arising in any way out of the usage of covered
|
# rect or other, however caused, arising in any way out of the usage
|
||||||
# work, even if advised of the possibility of such damage.
|
# of covered work, even if advised of the possibility of such damage.
|
||||||
#-
|
#-
|
||||||
# Build the more||less portable mirbsdksh on most operating systems.
|
# Build the more||less portable mirbsdksh on most operating systems.
|
||||||
# Notes for building on various operating systems:
|
# Notes for building on various operating systems:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$MirBSD: CONTRIBUTORS,v 1.3 2004/04/17 01:00:24 tg Exp $
|
$MirBSD: CONTRIBUTORS,v 1.4 2004/06/02 15:06:49 tg Stab $
|
||||||
$OpenBSD: CONTRIBUTORS,v 1.9 1999/07/14 13:37:23 millert Exp $
|
$OpenBSD: CONTRIBUTORS,v 1.9 1999/07/14 13:37:23 millert Exp $
|
||||||
|
|
||||||
This is a partial history of this shell gleened from old change logs and
|
This is a partial history of this shell gleened from old change logs and
|
||||||
@ -28,6 +28,7 @@ Release history:
|
|||||||
Released versions: 5.0 .. 5.2
|
Released versions: 5.0 .. 5.2
|
||||||
* Thorsten Glaser (tg@66h.42h.de) releases mirbsdksh and is the guy
|
* Thorsten Glaser (tg@66h.42h.de) releases mirbsdksh and is the guy
|
||||||
to blame for all mirbsdksh-specific or MirOS-specific bugs.
|
to blame for all mirbsdksh-specific or MirOS-specific bugs.
|
||||||
|
Released versions: 5.2.14 MirOS 1.1-1.x
|
||||||
|
|
||||||
Major contributions:
|
Major contributions:
|
||||||
* John R MacMillan (@yonge.csri.toronto.edu:chance!john@sq.sq.com), ?:
|
* John R MacMillan (@yonge.csri.toronto.edu:chance!john@sq.sq.com), ?:
|
||||||
|
12
rnd.c
12
rnd.c
@ -1,7 +1,7 @@
|
|||||||
/* $MirBSD: rnd.c,v 1.4 2004/05/24 22:05:25 tg Exp $
|
/* $MirBSD: rnd.c,v 1.5 2004/06/02 15:06:50 tg Exp $
|
||||||
*-
|
*-
|
||||||
* Copyright (c) 2004
|
* Copyright (c) 2004
|
||||||
* Thorsten Glaser <x86@ePost.de>
|
* Thorsten "mirabile" Glaser <x86@ePost.de>
|
||||||
*
|
*
|
||||||
* Licensee is hereby permitted to deal in this work without restric-
|
* Licensee is hereby permitted to deal in this work without restric-
|
||||||
* tion, including unlimited rights to use, publically perform, modi-
|
* tion, including unlimited rights to use, publically perform, modi-
|
||||||
@ -13,10 +13,10 @@
|
|||||||
* Licensor hereby provides this work "AS IS" and WITHOUT WARRANTY of
|
* Licensor hereby provides this work "AS IS" and WITHOUT WARRANTY of
|
||||||
* any kind, expressed or implied, to the maximum extent permitted by
|
* any kind, expressed or implied, to the maximum extent permitted by
|
||||||
* applicable law, but with the warranty of being written without ma-
|
* applicable law, but with the warranty of being written without ma-
|
||||||
* licious intent or gross negligence; in no event shall an author or
|
* licious intent or gross negligence; in no event shall licensor, an
|
||||||
* contributor be held liable for any direct, indirect or other dama-
|
* author or contributor be held liable for any damage, direct, indi-
|
||||||
* ge, however caused, arising in any way out of the usage of covered
|
* rect or other, however caused, arising in any way out of the usage
|
||||||
* work, even if advised of the possibility of such damage.
|
* of covered work, even if advised of the possibility of such damage.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sh.h"
|
#include "sh.h"
|
||||||
|
Reference in New Issue
Block a user