From f680d299693ee1b3bdede2757859d6ccd0cf29c8 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 5 Dec 2004 16:10:58 +0000 Subject: [PATCH] * sync strlfun.c * update licence * update to mksh 1.17 --- chvt.c | 7 +++---- rnd.c | 17 +++++++++-------- version.c | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/chvt.c b/chvt.c index 7822d5d..b0681a7 100644 --- a/chvt.c +++ b/chvt.c @@ -1,4 +1,4 @@ -/** $MirBSD: chvt.c,v 1.3 2004/11/10 20:08:21 tg Exp $ */ +/** $MirBSD: chvt.c,v 1.4 2004/12/05 16:10:58 tg Exp $ */ /*- * Copyright (c) 2004 @@ -17,15 +17,14 @@ * licious intent or gross negligence; in no event shall licensor, an * author or contributor be held liable for any damage, direct, indi- * rect or other, however caused, arising in any way out of the usage - * of covered work, even if advised of the possibility of such damage. + * of this work, even if advised of the possibility of such damage. */ #include "sh.h" #include #include "ksh_stat.h" -__RCSID("$MirBSD: chvt.c,v 1.3 2004/11/10 20:08:21 tg Exp $"); - +__RCSID("$MirBSD: chvt.c,v 1.4 2004/12/05 16:10:58 tg Exp $"); char * chvt(char *f) diff --git a/rnd.c b/rnd.c index d33cb9a..b1c99ee 100644 --- a/rnd.c +++ b/rnd.c @@ -1,15 +1,15 @@ -/** $MirBSD: rnd.c,v 1.7 2004/08/27 14:55:45 tg Stab $ */ +/** $MirBSD: rnd.c,v 1.8 2004/12/05 16:10:58 tg Exp $ */ /*- * Copyright (c) 2004 * Thorsten "mirabile" Glaser * * Licensee is hereby permitted to deal in this work without restric- - * tion, including unlimited rights to use, publically perform, modi- - * fy, merge, distribute, sell, give away or sublicence, provided the - * above copyright notices, these terms and the disclaimer are retai- - * ned in all redistributions, or reproduced in accompanying documen- - * tation or other materials provided with binary redistributions. + * 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. * * Licensor hereby provides this work "AS IS" and WITHOUT WARRANTY of * any kind, expressed or implied, to the maximum extent permitted by @@ -17,12 +17,14 @@ * licious intent or gross negligence; in no event shall licensor, an * author or contributor be held liable for any damage, direct, indi- * rect or other, however caused, arising in any way out of the usage - * of covered work, even if advised of the possibility of such damage. + * of this work, even if advised of the possibility of such damage. */ #include "sh.h" #include "proto.h" +__RCSID("$MirBSD: rnd.c,v 1.8 2004/12/05 16:10:58 tg Exp $"); + #ifndef HAVE_SRANDOM #undef HAVE_RANDOM #endif @@ -81,5 +83,4 @@ rnd_put(long newval) } rnd_state = 1; } - #endif /* def KSH */ diff --git a/version.c b/version.c index dd7d0fe..fb782d8 100644 --- a/version.c +++ b/version.c @@ -1,4 +1,4 @@ -/** $MirBSD: version.c,v 1.16 2004/11/10 17:22:13 tg Exp $ */ +/** $MirBSD: version.c,v 1.17 2004/12/05 16:10:58 tg Exp $ */ /* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */ /*- @@ -18,7 +18,7 @@ * licious intent or gross negligence; in no event shall licensor, an * author or contributor be held liable for any damage, direct, indi- * rect or other, however caused, arising in any way out of the usage - * of covered work, even if advised of the possibility of such damage. + * of this work, even if advised of the possibility of such damage. *- * value of $KSH_VERSION (or $SH_VERSION) */ @@ -26,7 +26,7 @@ #include "sh.h" const char ksh_version[] = - "@(#)PD KSH v5.2.14 MirOS $Revision: 1.16 $ in " + "@(#)PD KSH v5.2.14 MirOS $Revision: 1.17 $ in " #ifdef MIRBSD_NATIVE "native " #endif