From 6d936b27e6691d106338820c3b937249436a1c3e Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sat, 2 Jun 1990 00:40:37 -0800 Subject: [PATCH] new copyright notice SCCS-vsn: usr.bin/paste/paste.c 5.5 SCCS-vsn: usr.bin/printenv/printenv.c 5.4 SCCS-vsn: usr.bin/printf/printf.c 5.9 SCCS-vsn: usr.bin/quota/quota.c 5.11 SCCS-vsn: usr.bin/rdist/defs.h 5.8 SCCS-vsn: usr.bin/rdist/docmd.c 5.6 SCCS-vsn: usr.bin/renice/renice.c 5.3 SCCS-vsn: usr.bin/rdist/expand.c 5.6 SCCS-vsn: usr.bin/rdist/gram.y 5.6 SCCS-vsn: usr.bin/rdist/lookup.c 5.5 SCCS-vsn: usr.bin/rdist/main.c 5.5 SCCS-vsn: usr.bin/rdist/pathnames.h 5.3 SCCS-vsn: usr.bin/rdist/server.c 5.12 SCCS-vsn: usr.bin/rlogin/des_rw.c 5.4 SCCS-vsn: usr.bin/rlogin/kcmd.c 5.5 SCCS-vsn: usr.bin/rlogin/krcmd.c 1.4 SCCS-vsn: usr.bin/ruptime/ruptime.c 5.7 --- usr/src/usr.bin/paste/paste.c | 14 ++------------ usr/src/usr.bin/printenv/printenv.c | 14 ++------------ usr/src/usr.bin/printf/printf.c | 14 ++------------ usr/src/usr.bin/quota/quota.c | 14 ++------------ usr/src/usr.bin/rdist/defs.h | 14 ++------------ usr/src/usr.bin/rdist/docmd.c | 14 ++------------ usr/src/usr.bin/rdist/expand.c | 14 ++------------ usr/src/usr.bin/rdist/gram.y | 14 ++------------ usr/src/usr.bin/rdist/lookup.c | 14 ++------------ usr/src/usr.bin/rdist/main.c | 14 ++------------ usr/src/usr.bin/rdist/pathnames.h | 14 ++------------ usr/src/usr.bin/rdist/server.c | 14 ++------------ usr/src/usr.bin/renice/renice.c | 14 ++------------ usr/src/usr.bin/rlogin/des_rw.c | 12 +----------- usr/src/usr.bin/rlogin/kcmd.c | 12 +----------- usr/src/usr.bin/rlogin/krcmd.c | 12 +----------- usr/src/usr.bin/ruptime/ruptime.c | 14 ++------------ 17 files changed, 31 insertions(+), 201 deletions(-) diff --git a/usr/src/usr.bin/paste/paste.c b/usr/src/usr.bin/paste/paste.c index c966d027c6..3e6af949e9 100644 --- a/usr/src/usr.bin/paste/paste.c +++ b/usr/src/usr.bin/paste/paste.c @@ -5,17 +5,7 @@ * This code is derived from software contributed to Berkeley by * Adam S. Moskowitz of Menlo Consulting. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -25,7 +15,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)paste.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)paste.c 5.5 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/printenv/printenv.c b/usr/src/usr.bin/printenv/printenv.c index 4cc8f20fd1..3d59049373 100644 --- a/usr/src/usr.bin/printenv/printenv.c +++ b/usr/src/usr.bin/printenv/printenv.c @@ -2,17 +2,7 @@ * Copyright (c) 1987 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)printenv.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)printenv.c 5.4 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/printf/printf.c b/usr/src/usr.bin/printf/printf.c index 8035bcab64..3be45d6924 100644 --- a/usr/src/usr.bin/printf/printf.c +++ b/usr/src/usr.bin/printf/printf.c @@ -2,17 +2,7 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)printf.c 5.8 (Berkeley) %G%"; +static char sccsid[] = "@(#)printf.c 5.9 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/quota/quota.c b/usr/src/usr.bin/quota/quota.c index 0424c544a7..87095aa130 100644 --- a/usr/src/usr.bin/quota/quota.c +++ b/usr/src/usr.bin/quota/quota.c @@ -5,17 +5,7 @@ * This code is derived from software contributed to Berkeley by * Robert Elz at The University of Melbourne. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -25,7 +15,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)quota.c 5.10 (Berkeley) %G%"; +static char sccsid[] = "@(#)quota.c 5.11 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/usr.bin/rdist/defs.h b/usr/src/usr.bin/rdist/defs.h index 60b729ec1d..4bbbfeb0d6 100644 --- a/usr/src/usr.bin/rdist/defs.h +++ b/usr/src/usr.bin/rdist/defs.h @@ -2,19 +2,9 @@ * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)defs.h 5.7 (Berkeley) %G% + * @(#)defs.h 5.8 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/rdist/docmd.c b/usr/src/usr.bin/rdist/docmd.c index 3287e837b6..5ac37ecdfa 100644 --- a/usr/src/usr.bin/rdist/docmd.c +++ b/usr/src/usr.bin/rdist/docmd.c @@ -2,21 +2,11 @@ * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)docmd.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)docmd.c 5.6 (Berkeley) %G%"; #endif /* not lint */ #include "defs.h" diff --git a/usr/src/usr.bin/rdist/expand.c b/usr/src/usr.bin/rdist/expand.c index f57bafda39..663e503bbf 100644 --- a/usr/src/usr.bin/rdist/expand.c +++ b/usr/src/usr.bin/rdist/expand.c @@ -2,21 +2,11 @@ * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)expand.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)expand.c 5.6 (Berkeley) %G%"; #endif /* not lint */ #include "defs.h" diff --git a/usr/src/usr.bin/rdist/gram.y b/usr/src/usr.bin/rdist/gram.y index 49a6400366..6c4777555a 100644 --- a/usr/src/usr.bin/rdist/gram.y +++ b/usr/src/usr.bin/rdist/gram.y @@ -3,21 +3,11 @@ * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)gram.y 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)gram.y 5.6 (Berkeley) %G%"; #endif /* not lint */ #include "defs.h" diff --git a/usr/src/usr.bin/rdist/lookup.c b/usr/src/usr.bin/rdist/lookup.c index 85c4bb0f72..1415916cd6 100644 --- a/usr/src/usr.bin/rdist/lookup.c +++ b/usr/src/usr.bin/rdist/lookup.c @@ -2,21 +2,11 @@ * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)lookup.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)lookup.c 5.5 (Berkeley) %G%"; #endif /* not lint */ #include "defs.h" diff --git a/usr/src/usr.bin/rdist/main.c b/usr/src/usr.bin/rdist/main.c index c707890c84..a44595617a 100644 --- a/usr/src/usr.bin/rdist/main.c +++ b/usr/src/usr.bin/rdist/main.c @@ -2,17 +2,7 @@ * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 5.5 (Berkeley) %G%"; #endif /* not lint */ #include "defs.h" diff --git a/usr/src/usr.bin/rdist/pathnames.h b/usr/src/usr.bin/rdist/pathnames.h index b835e3b292..42605ad26f 100644 --- a/usr/src/usr.bin/rdist/pathnames.h +++ b/usr/src/usr.bin/rdist/pathnames.h @@ -2,19 +2,9 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% * - * @(#)pathnames.h 5.2 (Berkeley) %G% + * @(#)pathnames.h 5.3 (Berkeley) %G% */ #include diff --git a/usr/src/usr.bin/rdist/server.c b/usr/src/usr.bin/rdist/server.c index 2653756e74..95b6693b80 100644 --- a/usr/src/usr.bin/rdist/server.c +++ b/usr/src/usr.bin/rdist/server.c @@ -2,21 +2,11 @@ * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint -static char sccsid[] = "@(#)server.c 5.11 (Berkeley) %G%"; +static char sccsid[] = "@(#)server.c 5.12 (Berkeley) %G%"; #endif /* not lint */ #include "defs.h" diff --git a/usr/src/usr.bin/renice/renice.c b/usr/src/usr.bin/renice/renice.c index c9e5ac58b1..a14c82b382 100644 --- a/usr/src/usr.bin/renice/renice.c +++ b/usr/src/usr.bin/renice/renice.c @@ -2,17 +2,7 @@ * Copyright (c) 1983 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)renice.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)renice.c 5.3 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/usr.bin/rlogin/des_rw.c b/usr/src/usr.bin/rlogin/des_rw.c index 0b63afe37a..00bf818a81 100644 --- a/usr/src/usr.bin/rlogin/des_rw.c +++ b/usr/src/usr.bin/rlogin/des_rw.c @@ -2,17 +2,7 @@ * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ diff --git a/usr/src/usr.bin/rlogin/kcmd.c b/usr/src/usr.bin/rlogin/kcmd.c index d01aae07ff..9c500fca25 100644 --- a/usr/src/usr.bin/rlogin/kcmd.c +++ b/usr/src/usr.bin/rlogin/kcmd.c @@ -13,17 +13,7 @@ static char *rcsid_kcmd_c = * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/usr/src/usr.bin/rlogin/krcmd.c b/usr/src/usr.bin/rlogin/krcmd.c index cb56ca9903..0a30f1044e 100644 --- a/usr/src/usr.bin/rlogin/krcmd.c +++ b/usr/src/usr.bin/rlogin/krcmd.c @@ -13,17 +13,7 @@ static char *rcsid_kcmd_c = * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint diff --git a/usr/src/usr.bin/ruptime/ruptime.c b/usr/src/usr.bin/ruptime/ruptime.c index e97b877782..dbc50ab9f9 100644 --- a/usr/src/usr.bin/ruptime/ruptime.c +++ b/usr/src/usr.bin/ruptime/ruptime.c @@ -2,17 +2,7 @@ * Copyright (c) 1983 The Regents of the University of California. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted - * provided that the above copyright notice and this paragraph are - * duplicated in all such forms and that any documentation, - * advertising materials, and other materials related to such - * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the - * University may not be used to endorse or promote products derived - * from this software without specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ruptime.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)ruptime.c 5.7 (Berkeley) %G%"; #endif /* not lint */ #include -- 2.20.1