diff --git a/bin/cat/cat.c b/bin/cat/cat.c index f37b46dde6c0..5d955e56a7a9 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -1,4 +1,4 @@ -/* $NetBSD: cat.c,v 1.46 2007/01/13 11:51:59 cbiere Exp $ */ +/* $NetBSD: cat.c,v 1.47 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -39,12 +39,12 @@ #include #if !defined(lint) __COPYRIGHT( -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +"@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #else -__RCSID("$NetBSD: cat.c,v 1.46 2007/01/13 11:51:59 cbiere Exp $"); +__RCSID("$NetBSD: cat.c,v 1.47 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/chio/chio.c b/bin/chio/chio.c index d060d0520497..0f4038bb1810 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,4 +1,4 @@ -/* $NetBSD: chio.c,v 1.29 2008/04/28 20:22:51 martin Exp $ */ +/* $NetBSD: chio.c,v 1.30 2008/07/20 00:52:39 lukem Exp $ */ /*- * Copyright (c) 1996, 1998, 1999 The NetBSD Foundation, Inc. @@ -38,8 +38,8 @@ #ifndef lint __COPYRIGHT( "@(#) Copyright (c) 1996, 1998, 1999\ - The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$NetBSD: chio.c,v 1.29 2008/04/28 20:22:51 martin Exp $"); + The NetBSD Foundation, Inc. All rights reserved."); +__RCSID("$NetBSD: chio.c,v 1.30 2008/07/20 00:52:39 lukem Exp $"); #endif #include diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index df06fe20c4c2..5882ab91d8c6 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -1,4 +1,4 @@ -/* $NetBSD: chmod.c,v 1.33 2005/10/01 20:09:18 christos Exp $ */ +/* $NetBSD: chmod.c,v 1.34 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -32,15 +32,15 @@ #include #ifndef lint __COPYRIGHT( -"@(#) Copyright (c) 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +"@(#) Copyright (c) 1989, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #else -__RCSID("$NetBSD: chmod.c,v 1.33 2005/10/01 20:09:18 christos Exp $"); +__RCSID("$NetBSD: chmod.c,v 1.34 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/cp/cp.c b/bin/cp/cp.c index f43b351b7b4a..4590df52d337 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -1,4 +1,4 @@ -/* $NetBSD: cp.c,v 1.50 2008/05/26 22:45:33 dholland Exp $ */ +/* $NetBSD: cp.c,v 1.51 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1988, 1993, 1994 @@ -35,15 +35,15 @@ #include #ifndef lint __COPYRIGHT( -"@(#) Copyright (c) 1988, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +"@(#) Copyright (c) 1988, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)cp.c 8.5 (Berkeley) 4/29/95"; #else -__RCSID("$NetBSD: cp.c,v 1.50 2008/05/26 22:45:33 dholland Exp $"); +__RCSID("$NetBSD: cp.c,v 1.51 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/csh/csh.c b/bin/csh/csh.c index 15d853529d2c..dead0bc9d4cc 100644 --- a/bin/csh/csh.c +++ b/bin/csh/csh.c @@ -1,4 +1,4 @@ -/* $NetBSD: csh.c,v 1.40 2007/07/16 18:26:09 christos Exp $ */ +/* $NetBSD: csh.c,v 1.41 2008/07/20 00:52:39 lukem Exp $ */ /*- * Copyright (c) 1980, 1991, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93"; #else -__RCSID("$NetBSD: csh.c,v 1.40 2007/07/16 18:26:09 christos Exp $"); +__RCSID("$NetBSD: csh.c,v 1.41 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/date/date.c b/bin/date/date.c index 75b9adcc06f0..ea252073209b 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -1,4 +1,4 @@ -/* $NetBSD: date.c,v 1.51 2008/02/24 04:49:45 dholland Exp $ */ +/* $NetBSD: date.c,v 1.52 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1985, 1987, 1988, 1993 @@ -32,15 +32,15 @@ #include #ifndef lint __COPYRIGHT( -"@(#) Copyright (c) 1985, 1987, 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +"@(#) Copyright (c) 1985, 1987, 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: date.c,v 1.51 2008/02/24 04:49:45 dholland Exp $"); +__RCSID("$NetBSD: date.c,v 1.52 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/dd/dd.c b/bin/dd/dd.c index b407e4999e1f..8c2fa1e97fcf 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -1,4 +1,4 @@ -/* $NetBSD: dd.c,v 1.41 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: dd.c,v 1.42 2008/07/20 00:52:39 lukem Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -35,15 +35,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: dd.c,v 1.41 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: dd.c,v 1.42 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/df/df.c b/bin/df/df.c index a8437049718e..ff0fd2f19e28 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -1,4 +1,4 @@ -/* $NetBSD: df.c,v 1.82 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: df.c,v 1.83 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1980, 1990, 1993, 1994 @@ -37,15 +37,15 @@ #include #ifndef lint __COPYRIGHT( -"@(#) Copyright (c) 1980, 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +"@(#) Copyright (c) 1980, 1990, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)df.c 8.7 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: df.c,v 1.82 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: df.c,v 1.83 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c index 2ec454a04bc0..baf3851616c2 100644 --- a/bin/domainname/domainname.c +++ b/bin/domainname/domainname.c @@ -1,4 +1,4 @@ -/* $NetBSD: domainname.c,v 1.13 2004/04/19 08:24:56 kleink Exp $ */ +/* $NetBSD: domainname.c,v 1.14 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: domainname.c,v 1.13 2004/04/19 08:24:56 kleink Exp $"); +__RCSID("$NetBSD: domainname.c,v 1.14 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/echo/echo.c b/bin/echo/echo.c index d8737ebd56ee..a4c333e2914f 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -1,4 +1,4 @@ -/* $NetBSD: echo.c,v 1.16 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: echo.c,v 1.17 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -32,15 +32,15 @@ #include #ifndef lint __COPYRIGHT( -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +"@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: echo.c,v 1.16 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: echo.c,v 1.17 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/ed/main.c b/bin/ed/main.c index 4490ab555641..d8233fd11fb7 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.19 2006/10/16 00:00:48 christos Exp $ */ +/* $NetBSD: main.c,v 1.20 2008/07/20 00:52:39 lukem Exp $ */ /* main.c: This file contains the main control and user-interface routines for the ed line editor. */ @@ -31,15 +31,15 @@ #include #ifndef lint __COPYRIGHT( -"@(#) Copyright (c) 1993 Andrew Moore, Talke Studio. \n\ - All rights reserved.\n"); +"@(#) Copyright (c) 1993 Andrew Moore, Talke Studio.\ + All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char *rcsid = "@(#)main.c,v 1.1 1994/02/01 00:34:42 alm Exp"; #else -__RCSID("$NetBSD: main.c,v 1.19 2006/10/16 00:00:48 christos Exp $"); +__RCSID("$NetBSD: main.c,v 1.20 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index e78e7baa76d0..c7b0ef1ebd3d 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -1,4 +1,4 @@ -/* $NetBSD: hostname.c,v 1.15 2003/08/07 09:05:13 agc Exp $ */ +/* $NetBSD: hostname.c,v 1.16 2008/07/20 00:52:39 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)hostname.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: hostname.c,v 1.15 2003/08/07 09:05:13 agc Exp $"); +__RCSID("$NetBSD: hostname.c,v 1.16 2008/07/20 00:52:39 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/kill/kill.c b/bin/kill/kill.c index dbbcb7f8c5ea..0f340a12a3df 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -1,4 +1,4 @@ -/* $NetBSD: kill.c,v 1.24 2006/03/17 22:30:11 christos Exp $ */ +/* $NetBSD: kill.c,v 1.25 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1988, 1993, 1994 @@ -31,15 +31,15 @@ #include #if !defined(lint) && !defined(SHELL) -__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: kill.c,v 1.24 2006/03/17 22:30:11 christos Exp $"); +__RCSID("$NetBSD: kill.c,v 1.25 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/ln/ln.c b/bin/ln/ln.c index d54c5e8b3c46..c24a11ba6156 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -1,4 +1,4 @@ -/* $NetBSD: ln.c,v 1.33 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: ln.c,v 1.34 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1987, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #else -__RCSID("$NetBSD: ln.c,v 1.33 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: ln.c,v 1.34 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/ls/ls.c b/bin/ls/ls.c index d39aa643f61a..7d2bc6de8335 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -1,4 +1,4 @@ -/* $NetBSD: ls.c,v 1.63 2006/12/14 20:09:36 he Exp $ */ +/* $NetBSD: ls.c,v 1.64 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)ls.c 8.7 (Berkeley) 8/5/94"; #else -__RCSID("$NetBSD: ls.c,v 1.63 2006/12/14 20:09:36 he Exp $"); +__RCSID("$NetBSD: ls.c,v 1.64 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index ecd8234275b5..78d4c3b5e914 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -1,4 +1,4 @@ -/* $NetBSD: mkdir.c,v 1.36 2005/10/01 20:22:29 christos Exp $ */ +/* $NetBSD: mkdir.c,v 1.37 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1983, 1992, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1992, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94"; #else -__RCSID("$NetBSD: mkdir.c,v 1.36 2005/10/01 20:22:29 christos Exp $"); +__RCSID("$NetBSD: mkdir.c,v 1.37 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/mt/mt.c b/bin/mt/mt.c index 9570c456c7ea..4006e878b479 100644 --- a/bin/mt/mt.c +++ b/bin/mt/mt.c @@ -1,4 +1,4 @@ -/* $NetBSD: mt.c,v 1.45 2008/06/27 08:17:43 dogcow Exp $ */ +/* $NetBSD: mt.c,v 1.46 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: mt.c,v 1.45 2008/06/27 08:17:43 dogcow Exp $"); +__RCSID("$NetBSD: mt.c,v 1.46 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 70ed127a3da1..5fd2bbc32ba6 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -1,4 +1,4 @@ -/* $NetBSD: mv.c,v 1.40 2008/05/25 15:01:24 christos Exp $ */ +/* $NetBSD: mv.c,v 1.41 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: mv.c,v 1.40 2008/05/25 15:01:24 christos Exp $"); +__RCSID("$NetBSD: mv.c,v 1.41 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 0d0e22040f74..1fce6a2ac589 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -1,4 +1,4 @@ -/* $NetBSD: pax.c,v 1.44 2007/10/05 07:22:23 lukem Exp $ */ +/* $NetBSD: pax.c,v 1.45 2008/07/20 00:52:40 lukem Exp $ */ /*- * Copyright (c) 1992 Keith Muller. @@ -39,12 +39,12 @@ #include #if !defined(lint) -__COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1992, 1993\ + The Regents of the University of California. All rights reserved."); #if 0 static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #else -__RCSID("$NetBSD: pax.c,v 1.44 2007/10/05 07:22:23 lukem Exp $"); +__RCSID("$NetBSD: pax.c,v 1.45 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 378647e19114..8d13db61a00c 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -1,4 +1,4 @@ -/* $NetBSD: ps.c,v 1.68 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: ps.c,v 1.69 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -60,15 +60,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: ps.c,v 1.68 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: ps.c,v 1.69 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index 9556de8e4948..5522baee5362 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -1,4 +1,4 @@ -/* $NetBSD: pwd.c,v 1.20 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: pwd.c,v 1.21 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1991, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; #else -__RCSID("$NetBSD: pwd.c,v 1.20 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: pwd.c,v 1.21 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index c518a5b38b54..88ce27b620ae 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -1,4 +1,4 @@ -/* $NetBSD: rcp.c,v 1.46 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: rcp.c,v 1.47 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1983, 1990, 1992, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1990, 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1990, 1992, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: rcp.c,v 1.46 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: rcp.c,v 1.47 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 74357c63257c..386ccc539b0d 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -1,4 +1,4 @@ -/* $NetBSD: rm.c,v 1.47 2008/05/26 14:12:06 christos Exp $ */ +/* $NetBSD: rm.c,v 1.48 2008/07/20 00:52:40 lukem Exp $ */ /*- * Copyright (c) 1990, 1993, 1994, 2003 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)rm.c 8.8 (Berkeley) 4/27/95"; #else -__RCSID("$NetBSD: rm.c,v 1.47 2008/05/26 14:12:06 christos Exp $"); +__RCSID("$NetBSD: rm.c,v 1.48 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index ea24be2474ba..f1fbbf3a25be 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -1,4 +1,4 @@ -/* $NetBSD: rmdir.c,v 1.24 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: rmdir.c,v 1.25 2008/07/20 00:52:40 lukem Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: rmdir.c,v 1.24 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: rmdir.c,v 1.25 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/sh/main.c b/bin/sh/main.c index 97ddbd0456f4..aa2f399f5490 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.50 2005/10/10 21:14:42 christos Exp $ */ +/* $NetBSD: main.c,v 1.51 2008/07/20 00:52:40 lukem Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1991, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.7 (Berkeley) 7/19/95"; #else -__RCSID("$NetBSD: main.c,v 1.50 2005/10/10 21:14:42 christos Exp $"); +__RCSID("$NetBSD: main.c,v 1.51 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index c99eedfe6d7f..943057b22afe 100644 --- a/bin/sleep/sleep.c +++ b/bin/sleep/sleep.c @@ -1,4 +1,4 @@ -/* $NetBSD: sleep.c,v 1.21 2007/08/18 00:41:52 hubertf Exp $ */ +/* $NetBSD: sleep.c,v 1.22 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1988, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)sleep.c 8.3 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: sleep.c,v 1.21 2007/08/18 00:41:52 hubertf Exp $"); +__RCSID("$NetBSD: sleep.c,v 1.22 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/stty/stty.c b/bin/stty/stty.c index bcc6f7ff6da9..182bc33ea707 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -1,4 +1,4 @@ -/* $NetBSD: stty.c,v 1.20 2008/05/26 14:21:08 christos Exp $ */ +/* $NetBSD: stty.c,v 1.21 2008/07/20 00:52:40 lukem Exp $ */ /*- * Copyright (c) 1989, 1991, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1991, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #else -__RCSID("$NetBSD: stty.c,v 1.20 2008/05/26 14:21:08 christos Exp $"); +__RCSID("$NetBSD: stty.c,v 1.21 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 46f86bfd688b..2b9c3678394f 100644 --- a/bin/sync/sync.c +++ b/bin/sync/sync.c @@ -1,4 +1,4 @@ -/* $NetBSD: sync.c,v 1.12 2003/08/07 09:05:43 agc Exp $ */ +/* $NetBSD: sync.c,v 1.13 2008/07/20 00:52:40 lukem Exp $ */ /* * Copyright (c) 1987, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1987, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: sync.c,v 1.12 2003/08/07 09:05:43 agc Exp $"); +__RCSID("$NetBSD: sync.c,v 1.13 2008/07/20 00:52:40 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/adventure/main.c b/games/adventure/main.c index 9a46e0eaa710..1975db0193b6 100644 --- a/games/adventure/main.c +++ b/games/adventure/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.19 2005/07/01 00:03:36 jmc Exp $ */ +/* $NetBSD: main.c,v 1.20 2008/07/20 01:03:20 lukem Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -36,15 +36,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1991, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: main.c,v 1.19 2005/07/01 00:03:36 jmc Exp $"); +__RCSID("$NetBSD: main.c,v 1.20 2008/07/20 01:03:20 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index 7e6c22298588..1488bf65c74a 100644 --- a/games/arithmetic/arithmetic.c +++ b/games/arithmetic/arithmetic.c @@ -1,4 +1,4 @@ -/* $NetBSD: arithmetic.c,v 1.22 2007/12/15 19:44:38 perry Exp $ */ +/* $NetBSD: arithmetic.c,v 1.23 2008/07/20 01:03:20 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: arithmetic.c,v 1.22 2007/12/15 19:44:38 perry Exp $"); +__RCSID("$NetBSD: arithmetic.c,v 1.23 2008/07/20 01:03:20 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/atc/main.c b/games/atc/main.c index 58d7fc81e19f..e47388a53c1d 100644 --- a/games/atc/main.c +++ b/games/atc/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.18 2008/01/31 05:19:44 dholland Exp $ */ +/* $NetBSD: main.c,v 1.19 2008/07/20 01:03:20 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -43,15 +43,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1990, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: main.c,v 1.18 2008/01/31 05:19:44 dholland Exp $"); +__RCSID("$NetBSD: main.c,v 1.19 2008/07/20 01:03:20 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/backgammon/teachgammon/teach.c b/games/backgammon/teachgammon/teach.c index 5a39fb2fb9df..8df8730c2f1c 100644 --- a/games/backgammon/teachgammon/teach.c +++ b/games/backgammon/teachgammon/teach.c @@ -1,4 +1,4 @@ -/* $NetBSD: teach.c,v 1.18 2007/12/15 19:44:39 perry Exp $ */ +/* $NetBSD: teach.c,v 1.19 2008/07/20 01:03:20 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: teach.c,v 1.18 2007/12/15 19:44:39 perry Exp $"); +__RCSID("$NetBSD: teach.c,v 1.19 2008/07/20 01:03:20 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/banner/banner.c b/games/banner/banner.c index 7fed9a68bcda..b442d3062ff4 100644 --- a/games/banner/banner.c +++ b/games/banner/banner.c @@ -1,4 +1,4 @@ -/* $NetBSD: banner.c,v 1.16 2006/11/22 16:15:42 reed Exp $ */ +/* $NetBSD: banner.c,v 1.17 2008/07/20 01:03:20 lukem Exp $ */ /* * Copyright (c) 1980, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; #else -__RCSID("$NetBSD: banner.c,v 1.16 2006/11/22 16:15:42 reed Exp $"); +__RCSID("$NetBSD: banner.c,v 1.17 2008/07/20 01:03:20 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/battlestar/battlestar.c b/games/battlestar/battlestar.c index f26e88140b02..47465799e2e1 100644 --- a/games/battlestar/battlestar.c +++ b/games/battlestar/battlestar.c @@ -1,4 +1,4 @@ -/* $NetBSD: battlestar.c,v 1.15 2005/07/01 06:04:54 jmc Exp $ */ +/* $NetBSD: battlestar.c,v 1.16 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)battlestar.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: battlestar.c,v 1.15 2005/07/01 06:04:54 jmc Exp $"); +__RCSID("$NetBSD: battlestar.c,v 1.16 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 172811f7d1a1..c683e4e9e4b3 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -1,4 +1,4 @@ -/* $NetBSD: bcd.c,v 1.14 2005/07/01 06:04:46 jmc Exp $ */ +/* $NetBSD: bcd.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94"; #else -__RCSID("$NetBSD: bcd.c,v 1.14 2005/07/01 06:04:46 jmc Exp $"); +__RCSID("$NetBSD: bcd.c,v 1.15 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/boggle/boggle/bog.c b/games/boggle/boggle/bog.c index f46befdd2a24..fb9ff52018a8 100644 --- a/games/boggle/boggle/bog.c +++ b/games/boggle/boggle/bog.c @@ -1,4 +1,4 @@ -/* $NetBSD: bog.c,v 1.21 2006/08/09 14:29:40 christos Exp $ */ +/* $NetBSD: bog.c,v 1.22 2008/07/20 01:03:21 lukem Exp $ */ /*- * Copyright (c) 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)bog.c 8.2 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: bog.c,v 1.21 2006/08/09 14:29:40 christos Exp $"); +__RCSID("$NetBSD: bog.c,v 1.22 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/caesar/caesar.c b/games/caesar/caesar.c index 831c5538bb7b..1a6a8ea23f6d 100644 --- a/games/caesar/caesar.c +++ b/games/caesar/caesar.c @@ -1,4 +1,4 @@ -/* $NetBSD: caesar.c,v 1.21 2005/11/19 18:01:42 christos Exp $ */ +/* $NetBSD: caesar.c,v 1.22 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -40,15 +40,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: caesar.c,v 1.21 2005/11/19 18:01:42 christos Exp $"); +__RCSID("$NetBSD: caesar.c,v 1.22 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/canfield/canfield/canfield.c b/games/canfield/canfield/canfield.c index a16ce2e82b90..54111c02194f 100644 --- a/games/canfield/canfield/canfield.c +++ b/games/canfield/canfield/canfield.c @@ -1,4 +1,4 @@ -/* $NetBSD: canfield.c,v 1.23 2007/12/15 19:44:39 perry Exp $ */ +/* $NetBSD: canfield.c,v 1.24 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)canfield.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: canfield.c,v 1.23 2007/12/15 19:44:39 perry Exp $"); +__RCSID("$NetBSD: canfield.c,v 1.24 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/canfield/cfscores/cfscores.c b/games/canfield/cfscores/cfscores.c index fe1f77674b51..14725bae0763 100644 --- a/games/canfield/cfscores/cfscores.c +++ b/games/canfield/cfscores/cfscores.c @@ -1,4 +1,4 @@ -/* $NetBSD: cfscores.c,v 1.14 2008/01/28 02:37:50 dholland Exp $ */ +/* $NetBSD: cfscores.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)cfscores.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: cfscores.c,v 1.14 2008/01/28 02:37:50 dholland Exp $"); +__RCSID("$NetBSD: cfscores.c,v 1.15 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/ching/castching/castching.c b/games/ching/castching/castching.c index e0f767c44236..9024806d3b16 100644 --- a/games/ching/castching/castching.c +++ b/games/ching/castching/castching.c @@ -1,4 +1,4 @@ -/* $NetBSD: castching.c,v 1.1 2005/06/30 13:30:33 perry Exp $ */ +/* $NetBSD: castching.c,v 1.2 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -38,15 +38,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)ching.cno.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: castching.c,v 1.1 2005/06/30 13:30:33 perry Exp $"); +__RCSID("$NetBSD: castching.c,v 1.2 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/ching/printching/printching.c b/games/ching/printching/printching.c index 3f70d9417822..42c5dc3c0f1a 100644 --- a/games/ching/printching/printching.c +++ b/games/ching/printching/printching.c @@ -1,4 +1,4 @@ -/* $NetBSD: printching.c,v 1.2 2005/06/30 13:44:48 martin Exp $ */ +/* $NetBSD: printching.c,v 1.3 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -38,15 +38,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)ching.phx.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: printching.c,v 1.2 2005/06/30 13:44:48 martin Exp $"); +__RCSID("$NetBSD: printching.c,v 1.3 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c index a60832ae081c..1699d768ffed 100644 --- a/games/cribbage/crib.c +++ b/games/cribbage/crib.c @@ -1,4 +1,4 @@ -/* $NetBSD: crib.c,v 1.20 2005/07/02 08:32:32 jmc Exp $ */ +/* $NetBSD: crib.c,v 1.21 2008/07/20 01:03:21 lukem Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: crib.c,v 1.20 2005/07/02 08:32:32 jmc Exp $"); +__RCSID("$NetBSD: crib.c,v 1.21 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/dm/dm.c b/games/dm/dm.c index 24833da5a544..d025ec40b275 100644 --- a/games/dm/dm.c +++ b/games/dm/dm.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm.c,v 1.25 2008/07/13 20:07:48 dholland Exp $ */ +/* $NetBSD: dm.c,v 1.26 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1987, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1987, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)dm.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: dm.c,v 1.25 2008/07/13 20:07:48 dholland Exp $"); +__RCSID("$NetBSD: dm.c,v 1.26 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/factor/factor.c b/games/factor/factor.c index 2f25d7718c4d..4c7f50d2d6ee 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -1,4 +1,4 @@ -/* $NetBSD: factor.c,v 1.17 2007/12/15 19:44:40 perry Exp $ */ +/* $NetBSD: factor.c,v 1.18 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: factor.c,v 1.17 2007/12/15 19:44:40 perry Exp $"); +__RCSID("$NetBSD: factor.c,v 1.18 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/fish/fish.c b/games/fish/fish.c index a324504bea3a..becedf6aa148 100644 --- a/games/fish/fish.c +++ b/games/fish/fish.c @@ -1,4 +1,4 @@ -/* $NetBSD: fish.c,v 1.18 2007/12/15 19:44:40 perry Exp $ */ +/* $NetBSD: fish.c,v 1.19 2008/07/20 01:03:21 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1990, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)fish.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: fish.c,v 1.18 2007/12/15 19:44:40 perry Exp $"); +__RCSID("$NetBSD: fish.c,v 1.19 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c index e7bb04c59e6b..f3ebc2f09c4c 100644 --- a/games/fortune/fortune/fortune.c +++ b/games/fortune/fortune/fortune.c @@ -1,4 +1,4 @@ -/* $NetBSD: fortune.c,v 1.50 2007/12/15 19:44:40 perry Exp $ */ +/* $NetBSD: fortune.c,v 1.51 2008/07/20 01:03:21 lukem Exp $ */ /*- * Copyright (c) 1986, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1986, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1986, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: fortune.c,v 1.50 2007/12/15 19:44:40 perry Exp $"); +__RCSID("$NetBSD: fortune.c,v 1.51 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 15509370e2ae..6961512b0249 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -1,4 +1,4 @@ -/* $NetBSD: strfile.c,v 1.25 2007/12/18 08:45:03 dogcow Exp $ */ +/* $NetBSD: strfile.c,v 1.26 2008/07/20 01:03:21 lukem Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -35,15 +35,15 @@ #ifdef __NetBSD__ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: strfile.c,v 1.25 2007/12/18 08:45:03 dogcow Exp $"); +__RCSID("$NetBSD: strfile.c,v 1.26 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ #endif /* __NetBSD__ */ diff --git a/games/fortune/unstr/unstr.c b/games/fortune/unstr/unstr.c index 8d87d9f8127f..652079608558 100644 --- a/games/fortune/unstr/unstr.c +++ b/games/fortune/unstr/unstr.c @@ -1,4 +1,4 @@ -/* $NetBSD: unstr.c,v 1.12 2007/12/15 19:44:40 perry Exp $ */ +/* $NetBSD: unstr.c,v 1.13 2008/07/20 01:03:21 lukem Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1991, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: unstr.c,v 1.12 2007/12/15 19:44:40 perry Exp $"); +__RCSID("$NetBSD: unstr.c,v 1.13 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/gomoku/main.c b/games/gomoku/main.c index e707e47ebfa0..58257483cc01 100644 --- a/games/gomoku/main.c +++ b/games/gomoku/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.13 2007/12/15 19:44:40 perry Exp $ */ +/* $NetBSD: main.c,v 1.14 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1994 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: main.c,v 1.13 2007/12/15 19:44:40 perry Exp $"); +__RCSID("$NetBSD: main.c,v 1.14 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/hangman/main.c b/games/hangman/main.c index 9ac368b4ba20..93b981e45d5a 100644 --- a/games/hangman/main.c +++ b/games/hangman/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.12 2007/12/15 19:44:41 perry Exp $ */ +/* $NetBSD: main.c,v 1.13 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: main.c,v 1.12 2007/12/15 19:44:41 perry Exp $"); +__RCSID("$NetBSD: main.c,v 1.13 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/mille/mille.c b/games/mille/mille.c index a8d01c1183bc..62a455862336 100644 --- a/games/mille/mille.c +++ b/games/mille/mille.c @@ -1,4 +1,4 @@ -/* $NetBSD: mille.c,v 1.14 2007/12/15 19:44:41 perry Exp $ */ +/* $NetBSD: mille.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1982, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1982, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1982, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: mille.c,v 1.14 2007/12/15 19:44:41 perry Exp $"); +__RCSID("$NetBSD: mille.c,v 1.15 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/mille/table.c b/games/mille/table.c index d22017327e7e..73ac4f0bab61 100644 --- a/games/mille/table.c +++ b/games/mille/table.c @@ -1,4 +1,4 @@ -/* $NetBSD: table.c,v 1.7 2004/01/27 20:30:30 jsm Exp $ */ +/* $NetBSD: table.c,v 1.8 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1982, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1982, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1982, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: table.c,v 1.7 2004/01/27 20:30:30 jsm Exp $"); +__RCSID("$NetBSD: table.c,v 1.8 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/monop/monop.c b/games/monop/monop.c index e4faa86ef5a0..6a9455811b58 100644 --- a/games/monop/monop.c +++ b/games/monop/monop.c @@ -1,4 +1,4 @@ -/* $NetBSD: monop.c,v 1.23 2008/02/24 06:03:35 dholland Exp $ */ +/* $NetBSD: monop.c,v 1.24 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)monop.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: monop.c,v 1.23 2008/02/24 06:03:35 dholland Exp $"); +__RCSID("$NetBSD: monop.c,v 1.24 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/morse/morse.c b/games/morse/morse.c index 293ec92789a3..e6c6ea6d2f16 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -1,4 +1,4 @@ -/* $NetBSD: morse.c,v 1.14 2008/01/28 06:18:23 dholland Exp $ */ +/* $NetBSD: morse.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: morse.c,v 1.14 2008/01/28 06:18:23 dholland Exp $"); +__RCSID("$NetBSD: morse.c,v 1.15 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/number/number.c b/games/number/number.c index e66c92c13ff7..9b551144d991 100644 --- a/games/number/number.c +++ b/games/number/number.c @@ -1,4 +1,4 @@ -/* $NetBSD: number.c,v 1.11 2007/12/15 19:44:42 perry Exp $ */ +/* $NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $ */ /* * Copyright (c) 1988, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)number.c 8.3 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: number.c,v 1.11 2007/12/15 19:44:42 perry Exp $"); +__RCSID("$NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/pig/pig.c b/games/pig/pig.c index 9dcae6cd2cbc..8ccd8fc37930 100644 --- a/games/pig/pig.c +++ b/games/pig/pig.c @@ -1,4 +1,4 @@ -/* $NetBSD: pig.c,v 1.12 2007/12/15 19:44:42 perry Exp $ */ +/* $NetBSD: pig.c,v 1.13 2008/07/20 01:03:21 lukem Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1992, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)pig.c 8.2 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: pig.c,v 1.12 2007/12/15 19:44:42 perry Exp $"); +__RCSID("$NetBSD: pig.c,v 1.13 2008/07/20 01:03:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/pom/pom.c b/games/pom/pom.c index c7c241767510..75ae84eda080 100644 --- a/games/pom/pom.c +++ b/games/pom/pom.c @@ -1,4 +1,4 @@ -/* $NetBSD: pom.c,v 1.16 2007/12/15 19:44:42 perry Exp $ */ +/* $NetBSD: pom.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -33,15 +33,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pom.c,v 1.16 2007/12/15 19:44:42 perry Exp $"); +__RCSID("$NetBSD: pom.c,v 1.17 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index 8b000330406a..194476db122e 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -1,4 +1,4 @@ -/* $NetBSD: ppt.c,v 1.16 2004/01/27 20:30:30 jsm Exp $ */ +/* $NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: ppt.c,v 1.16 2004/01/27 20:30:30 jsm Exp $"); +__RCSID("$NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/primes/primes.c b/games/primes/primes.c index a93e7110270b..c1ff52cc6761 100644 --- a/games/primes/primes.c +++ b/games/primes/primes.c @@ -1,4 +1,4 @@ -/* $NetBSD: primes.c,v 1.15 2008/02/02 18:15:14 matt Exp $ */ +/* $NetBSD: primes.c,v 1.16 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)primes.c 8.5 (Berkeley) 5/10/95"; #else -__RCSID("$NetBSD: primes.c,v 1.15 2008/02/02 18:15:14 matt Exp $"); +__RCSID("$NetBSD: primes.c,v 1.16 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/quiz/quiz.c b/games/quiz/quiz.c index 1582ede766aa..545c706871c7 100644 --- a/games/quiz/quiz.c +++ b/games/quiz/quiz.c @@ -1,4 +1,4 @@ -/* $NetBSD: quiz.c,v 1.22 2007/12/15 19:44:42 perry Exp $ */ +/* $NetBSD: quiz.c,v 1.23 2008/07/20 01:03:22 lukem Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -35,15 +35,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1991, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: quiz.c,v 1.22 2007/12/15 19:44:42 perry Exp $"); +__RCSID("$NetBSD: quiz.c,v 1.23 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/rain/rain.c b/games/rain/rain.c index 31164882aa88..5256faa1233e 100644 --- a/games/rain/rain.c +++ b/games/rain/rain.c @@ -1,4 +1,4 @@ -/* $NetBSD: rain.c,v 1.19 2007/12/15 19:44:43 perry Exp $ */ +/* $NetBSD: rain.c,v 1.20 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: rain.c,v 1.19 2007/12/15 19:44:43 perry Exp $"); +__RCSID("$NetBSD: rain.c,v 1.20 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/random/random.c b/games/random/random.c index 27cdc98f51f9..4400e97f8a2e 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -1,4 +1,4 @@ -/* $NetBSD: random.c,v 1.11 2007/12/15 19:44:43 perry Exp $ */ +/* $NetBSD: random.c,v 1.12 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1994 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)random.c 8.6 (Berkeley) 6/1/94"; #else -__RCSID("$NetBSD: random.c,v 1.11 2007/12/15 19:44:43 perry Exp $"); +__RCSID("$NetBSD: random.c,v 1.12 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/robots/main.c b/games/robots/main.c index 584693e5abbb..fbcc496cab3c 100644 --- a/games/robots/main.c +++ b/games/robots/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.22 2007/12/15 19:44:43 perry Exp $ */ +/* $NetBSD: main.c,v 1.23 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: main.c,v 1.22 2007/12/15 19:44:43 perry Exp $"); +__RCSID("$NetBSD: main.c,v 1.23 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/rogue/main.c b/games/rogue/main.c index d2de354f9863..fb8843643bb9 100644 --- a/games/rogue/main.c +++ b/games/rogue/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.8 2008/01/14 03:50:01 dholland Exp $ */ +/* $NetBSD: main.c,v 1.9 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -34,15 +34,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: main.c,v 1.8 2008/01/14 03:50:01 dholland Exp $"); +__RCSID("$NetBSD: main.c,v 1.9 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/sail/main.c b/games/sail/main.c index 5f030bdc09c5..d0511ea2f76e 100644 --- a/games/sail/main.c +++ b/games/sail/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.21 2003/08/07 09:37:43 agc Exp $ */ +/* $NetBSD: main.c,v 1.22 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: main.c,v 1.21 2003/08/07 09:37:43 agc Exp $"); +__RCSID("$NetBSD: main.c,v 1.22 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/snake/snake/snake.c b/games/snake/snake/snake.c index 2e1161a72912..6d7ebb87ab1e 100644 --- a/games/snake/snake/snake.c +++ b/games/snake/snake/snake.c @@ -1,4 +1,4 @@ -/* $NetBSD: snake.c,v 1.23 2007/12/15 19:44:43 perry Exp $ */ +/* $NetBSD: snake.c,v 1.24 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)snake.c 8.2 (Berkeley) 1/7/94"; #else -__RCSID("$NetBSD: snake.c,v 1.23 2007/12/15 19:44:43 perry Exp $"); +__RCSID("$NetBSD: snake.c,v 1.24 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/snake/snscore/snscore.c b/games/snake/snscore/snscore.c index 05f1bd0e1ee7..b09d5180e95a 100644 --- a/games/snake/snscore/snscore.c +++ b/games/snake/snscore/snscore.c @@ -1,4 +1,4 @@ -/* $NetBSD: snscore.c,v 1.16 2006/03/17 23:15:02 abs Exp $ */ +/* $NetBSD: snscore.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93"; #else -__RCSID("$NetBSD: snscore.c,v 1.16 2006/03/17 23:15:02 abs Exp $"); +__RCSID("$NetBSD: snscore.c,v 1.17 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/tetris/tetris.c b/games/tetris/tetris.c index c071fb5271cd..b2dbcfbfee2a 100644 --- a/games/tetris/tetris.c +++ b/games/tetris/tetris.c @@ -1,4 +1,4 @@ -/* $NetBSD: tetris.c,v 1.18 2007/12/15 19:44:43 perry Exp $ */ +/* $NetBSD: tetris.c,v 1.19 2008/07/20 01:03:22 lukem Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -36,8 +36,8 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1992, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ /* diff --git a/games/trek/main.c b/games/trek/main.c index 8bb090d4784b..dc987ef9e0db 100644 --- a/games/trek/main.c +++ b/games/trek/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.12 2004/01/27 20:30:31 jsm Exp $ */ +/* $NetBSD: main.c,v 1.13 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: main.c,v 1.12 2004/01/27 20:30:31 jsm Exp $"); +__RCSID("$NetBSD: main.c,v 1.13 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/worm/worm.c b/games/worm/worm.c index f678e3710dea..0e5c79208f78 100644 --- a/games/worm/worm.c +++ b/games/worm/worm.c @@ -1,4 +1,4 @@ -/* $NetBSD: worm.c,v 1.26 2007/12/15 19:44:45 perry Exp $ */ +/* $NetBSD: worm.c,v 1.27 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: worm.c,v 1.26 2007/12/15 19:44:45 perry Exp $"); +__RCSID("$NetBSD: worm.c,v 1.27 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/worms/worms.c b/games/worms/worms.c index bf0c97017ca0..e6b852297805 100644 --- a/games/worms/worms.c +++ b/games/worms/worms.c @@ -1,4 +1,4 @@ -/* $NetBSD: worms.c,v 1.17 2007/12/15 19:44:45 perry Exp $ */ +/* $NetBSD: worms.c,v 1.18 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)worms.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: worms.c,v 1.17 2007/12/15 19:44:45 perry Exp $"); +__RCSID("$NetBSD: worms.c,v 1.18 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/games/wump/wump.c b/games/wump/wump.c index 2bd2f7b315a7..ed4e67faf719 100644 --- a/games/wump/wump.c +++ b/games/wump/wump.c @@ -1,4 +1,4 @@ -/* $NetBSD: wump.c,v 1.22 2008/01/28 01:06:19 dholland Exp $ */ +/* $NetBSD: wump.c,v 1.23 2008/07/20 01:03:22 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -35,15 +35,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: wump.c,v 1.22 2008/01/28 01:06:19 dholland Exp $"); +__RCSID("$NetBSD: wump.c,v 1.23 2008/07/20 01:03:22 lukem Exp $"); #endif #endif /* not lint */