From 6543a91fea12634a6f49cec26c9b6d718b6a380a Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 20 Jul 2008 01:20:21 +0000 Subject: [PATCH] Remove the \n and tabs from the __COPYRIGHT() strings. (Tweak some to use a consistent format.) --- sbin/badsect/badsect.c | 8 ++++---- sbin/ccdconfig/ccdconfig.c | 9 ++++----- sbin/cgdconfig/cgdconfig.c | 9 ++++----- sbin/clri/clri.c | 8 ++++---- sbin/disklabel/main.c | 8 ++++---- sbin/dmesg/dmesg.c | 8 ++++---- sbin/dump/ffs_inode.c | 8 ++++---- sbin/dump/main.c | 8 ++++---- sbin/dump_lfs/lfs_inode.c | 8 ++++---- sbin/fsck_ext2fs/main.c | 8 ++++---- sbin/fsck_ffs/main.c | 8 ++++---- sbin/ifconfig/ifconfig.c | 8 ++++---- sbin/init/init.c | 8 ++++---- sbin/mknod/mknod.c | 7 ++++--- sbin/mount/mount.c | 8 ++++---- sbin/mount_cd9660/mount_cd9660.c | 8 ++++---- sbin/mount_ext2fs/mount_ext2fs.c | 8 ++++---- sbin/mount_fdesc/mount_fdesc.c | 8 ++++---- sbin/mount_ffs/mount_ffs.c | 8 ++++---- sbin/mount_filecore/mount_filecore.c | 7 +++---- sbin/mount_hfs/mount_hfs.c | 7 +++---- sbin/mount_lfs/mount_lfs.c | 8 ++++---- sbin/mount_nfs/getnfsargs.c | 8 ++++---- sbin/mount_nfs/mount_nfs.c | 8 ++++---- sbin/mount_null/mount_null.c | 8 ++++---- sbin/mount_overlay/mount_overlay.c | 8 ++++---- sbin/mount_portal/mount_portal.c | 8 ++++---- sbin/mount_procfs/mount_procfs.c | 8 ++++---- sbin/mount_ptyfs/mount_ptyfs.c | 8 ++++---- sbin/mount_sysvbfs/mount_sysvbfs.c | 8 ++++---- sbin/mount_umap/mount_umap.c | 8 ++++---- sbin/mount_union/mount_union.c | 8 ++++---- sbin/newfs/newfs.c | 8 ++++---- sbin/newfs_ext2fs/newfs_ext2fs.c | 8 ++++---- sbin/newfs_lfs/newfs.c | 8 ++++---- sbin/reboot/reboot.c | 8 ++++---- sbin/restore/main.c | 8 ++++---- sbin/route/route.c | 8 ++++---- sbin/routed/main.c | 9 ++++----- sbin/routed/rtquery/rtquery.c | 9 ++++----- sbin/savecore/savecore.c | 8 ++++---- sbin/shutdown/shutdown.c | 8 ++++---- sbin/slattach/slattach.c | 8 ++++---- sbin/sysctl/sysctl.c | 9 ++++----- sbin/ttyflags/ttyflags.c | 8 ++++---- sbin/tunefs/tunefs.c | 8 ++++---- sbin/umount/umount.c | 8 ++++---- 47 files changed, 186 insertions(+), 192 deletions(-) diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 9d580cd7e96b..6b4bdb74938d 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -1,4 +1,4 @@ -/* $NetBSD: badsect.c,v 1.29 2004/08/08 02:51:19 christos Exp $ */ +/* $NetBSD: badsect.c,v 1.30 2008/07/20 01:20:21 lukem Exp $ */ /* * Copyright (c) 1981, 1983, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1981, 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1981, 1983, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)badsect.c 8.2 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: badsect.c,v 1.29 2004/08/08 02:51:19 christos Exp $"); +__RCSID("$NetBSD: badsect.c,v 1.30 2008/07/20 01:20:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index 2dde723ca5c5..11770629236a 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -1,4 +1,4 @@ -/* $NetBSD: ccdconfig.c,v 1.47 2008/04/28 20:23:07 martin Exp $ */ +/* $NetBSD: ccdconfig.c,v 1.48 2008/07/20 01:20:21 lukem Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -31,10 +31,9 @@ #include #ifndef lint -__COPYRIGHT( -"@(#) Copyright (c) 1996, 1997\ - The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$NetBSD: ccdconfig.c,v 1.47 2008/04/28 20:23:07 martin Exp $"); +__COPYRIGHT("@(#) Copyright (c) 1996, 1997\ + The NetBSD Foundation, Inc. All rights reserved."); +__RCSID("$NetBSD: ccdconfig.c,v 1.48 2008/07/20 01:20:21 lukem Exp $"); #endif #include diff --git a/sbin/cgdconfig/cgdconfig.c b/sbin/cgdconfig/cgdconfig.c index 23877ff88a8c..add57c6092ee 100644 --- a/sbin/cgdconfig/cgdconfig.c +++ b/sbin/cgdconfig/cgdconfig.c @@ -1,4 +1,4 @@ -/* $NetBSD: cgdconfig.c,v 1.23 2008/05/11 03:15:21 elric Exp $ */ +/* $NetBSD: cgdconfig.c,v 1.24 2008/07/20 01:20:21 lukem Exp $ */ /*- * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. @@ -31,10 +31,9 @@ #include #ifndef lint -__COPYRIGHT( -"@(#) Copyright (c) 2002, 2003\ - The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$NetBSD: cgdconfig.c,v 1.23 2008/05/11 03:15:21 elric Exp $"); +__COPYRIGHT("@(#) Copyright (c) 2002, 2003\ + The NetBSD Foundation, Inc. All rights reserved."); +__RCSID("$NetBSD: cgdconfig.c,v 1.24 2008/07/20 01:20:21 lukem Exp $"); #endif #include diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 977938498afb..7e73b17ca4cd 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -1,4 +1,4 @@ -/* $NetBSD: clri.c,v 1.19 2005/01/20 15:50:47 xtraeme Exp $ */ +/* $NetBSD: clri.c,v 1.20 2008/07/20 01:20: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[] = "@(#)clri.c 8.3 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: clri.c,v 1.19 2005/01/20 15:50:47 xtraeme Exp $"); +__RCSID("$NetBSD: clri.c,v 1.20 2008/07/20 01:20:21 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/disklabel/main.c b/sbin/disklabel/main.c index f5d7cc8942ba..7c0922a877ec 100644 --- a/sbin/disklabel/main.c +++ b/sbin/disklabel/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.18 2008/04/28 20:23:08 martin Exp $ */ +/* $NetBSD: main.c,v 1.19 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -67,8 +67,8 @@ #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 @@ -76,7 +76,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\ static char sccsid[] = "@(#)disklabel.c 8.4 (Berkeley) 5/4/95"; /* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */ #else -__RCSID("$NetBSD: main.c,v 1.18 2008/04/28 20:23:08 martin Exp $"); +__RCSID("$NetBSD: main.c,v 1.19 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c index ce4b0913c827..bf01c6deccc2 100644 --- a/sbin/dmesg/dmesg.c +++ b/sbin/dmesg/dmesg.c @@ -1,4 +1,4 @@ -/* $NetBSD: dmesg.c,v 1.25 2006/10/16 02:43:19 christos Exp $ */ +/* $NetBSD: dmesg.c,v 1.26 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -30,15 +30,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[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93"; #else -__RCSID("$NetBSD: dmesg.c,v 1.25 2006/10/16 02:43:19 christos Exp $"); +__RCSID("$NetBSD: dmesg.c,v 1.26 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/dump/ffs_inode.c b/sbin/dump/ffs_inode.c index 557c54606826..939eb836622c 100644 --- a/sbin/dump/ffs_inode.c +++ b/sbin/dump/ffs_inode.c @@ -1,4 +1,4 @@ -/* $NetBSD: ffs_inode.c,v 1.17 2006/12/18 20:07:32 christos Exp $ */ +/* $NetBSD: ffs_inode.c,v 1.18 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1980, 1991, 1993, 1994 @@ -31,12 +31,12 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint -__RCSID("$NetBSD: ffs_inode.c,v 1.17 2006/12/18 20:07:32 christos Exp $"); +__RCSID("$NetBSD: ffs_inode.c,v 1.18 2008/07/20 01:20:22 lukem Exp $"); #endif /* not lint */ #include diff --git a/sbin/dump/main.c b/sbin/dump/main.c index a76750e6a6db..82cfd5d729da 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.63 2006/10/26 20:02:30 hannken Exp $ */ +/* $NetBSD: main.c,v 1.64 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1980, 1991, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/1/95"; #else -__RCSID("$NetBSD: main.c,v 1.63 2006/10/26 20:02:30 hannken Exp $"); +__RCSID("$NetBSD: main.c,v 1.64 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/dump_lfs/lfs_inode.c b/sbin/dump_lfs/lfs_inode.c index e86d73343f41..58d3f2825798 100644 --- a/sbin/dump_lfs/lfs_inode.c +++ b/sbin/dump_lfs/lfs_inode.c @@ -1,4 +1,4 @@ -/* $NetBSD: lfs_inode.c,v 1.13 2006/09/28 23:23:01 perseant Exp $ */ +/* $NetBSD: lfs_inode.c,v 1.14 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1980, 1991, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/1/95"; #else -__RCSID("$NetBSD: lfs_inode.c,v 1.13 2006/09/28 23:23:01 perseant Exp $"); +__RCSID("$NetBSD: lfs_inode.c,v 1.14 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/fsck_ext2fs/main.c b/sbin/fsck_ext2fs/main.c index 0da11dfc2889..2ee8e071a2c6 100644 --- a/sbin/fsck_ext2fs/main.c +++ b/sbin/fsck_ext2fs/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.28 2008/03/16 23:17:55 lukem Exp $ */ +/* $NetBSD: main.c,v 1.29 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1980, 1986, 1993 @@ -60,15 +60,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 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) 1/23/94"; #else -__RCSID("$NetBSD: main.c,v 1.28 2008/03/16 23:17:55 lukem Exp $"); +__RCSID("$NetBSD: main.c,v 1.29 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index aa66848efe36..b82451c19d31 100644 --- a/sbin/fsck_ffs/main.c +++ b/sbin/fsck_ffs/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.67 2008/02/23 21:41:48 christos Exp $ */ +/* $NetBSD: main.c,v 1.68 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1980, 1986, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/14/95"; #else -__RCSID("$NetBSD: main.c,v 1.67 2008/02/23 21:41:48 christos Exp $"); +__RCSID("$NetBSD: main.c,v 1.68 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index f390a8f0bdab..4ad6b8bd9dcc 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $NetBSD: ifconfig.c,v 1.211 2008/07/15 21:27:58 dyoung Exp $ */ +/* $NetBSD: ifconfig.c,v 1.212 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc. @@ -61,9 +61,9 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); -__RCSID("$NetBSD: ifconfig.c,v 1.211 2008/07/15 21:27:58 dyoung Exp $"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ + The Regents of the University of California. All rights reserved."); +__RCSID("$NetBSD: ifconfig.c,v 1.212 2008/07/20 01:20:22 lukem Exp $"); #endif /* not lint */ #include diff --git a/sbin/init/init.c b/sbin/init/init.c index 0d32fed5d28f..810546531a11 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.95 2008/03/18 15:38:57 christos Exp $ */ +/* $NetBSD: init.c,v 1.96 2008/07/20 01:20:22 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[] = "@(#)init.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: init.c,v 1.95 2008/03/18 15:38:57 christos Exp $"); +__RCSID("$NetBSD: init.c,v 1.96 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c index b1f3f718a981..bd99818d87a8 100644 --- a/sbin/mknod/mknod.c +++ b/sbin/mknod/mknod.c @@ -1,4 +1,4 @@ -/* $NetBSD: mknod.c,v 1.37 2008/04/28 20:23:09 martin Exp $ */ +/* $NetBSD: mknod.c,v 1.38 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -35,8 +35,9 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.\n"); -__RCSID("$NetBSD: mknod.c,v 1.37 2008/04/28 20:23:09 martin Exp $"); +__COPYRIGHT("@(#) Copyright (c) 1998\ + The NetBSD Foundation, Inc. All rights reserved."); +__RCSID("$NetBSD: mknod.c,v 1.38 2008/07/20 01:20:22 lukem Exp $"); #endif /* not lint */ #include diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index a11ac2c8320c..63adfd3a53ed 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount.c,v 1.84 2007/07/17 23:56:01 christos Exp $ */ +/* $NetBSD: mount.c,v 1.85 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1980, 1989, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1989, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #else -__RCSID("$NetBSD: mount.c,v 1.84 2007/07/17 23:56:01 christos Exp $"); +__RCSID("$NetBSD: mount.c,v 1.85 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index d1f6dcdfdda6..7c3019942c52 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_cd9660.c,v 1.26 2007/07/16 17:06:52 pooka Exp $ */ +/* $NetBSD: mount_cd9660.c,v 1.27 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -38,15 +38,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[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95"; #else -__RCSID("$NetBSD: mount_cd9660.c,v 1.26 2007/07/16 17:06:52 pooka Exp $"); +__RCSID("$NetBSD: mount_cd9660.c,v 1.27 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_ext2fs/mount_ext2fs.c b/sbin/mount_ext2fs/mount_ext2fs.c index e6f792641a6e..6343800d8436 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.c +++ b/sbin/mount_ext2fs/mount_ext2fs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_ext2fs.c,v 1.19 2007/07/16 17:06:52 pooka Exp $ */ +/* $NetBSD: mount_ext2fs.c,v 1.20 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_ext2fs.c,v 1.19 2007/07/16 17:06:52 pooka Exp $"); +__RCSID("$NetBSD: mount_ext2fs.c,v 1.20 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_fdesc/mount_fdesc.c b/sbin/mount_fdesc/mount_fdesc.c index 71a22e941930..2faf41a1a5e7 100644 --- a/sbin/mount_fdesc/mount_fdesc.c +++ b/sbin/mount_fdesc/mount_fdesc.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_fdesc.c,v 1.21 2007/07/16 17:06:53 pooka Exp $ */ +/* $NetBSD: mount_fdesc.c,v 1.22 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -69,15 +69,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[] = "@(#)mount_fdesc.c 8.3 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_fdesc.c,v 1.21 2007/07/16 17:06:53 pooka Exp $"); +__RCSID("$NetBSD: mount_fdesc.c,v 1.22 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_ffs/mount_ffs.c b/sbin/mount_ffs/mount_ffs.c index f65c9494aa01..9c46df364ba4 100644 --- a/sbin/mount_ffs/mount_ffs.c +++ b/sbin/mount_ffs/mount_ffs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_ffs.c,v 1.22 2007/07/16 17:06:53 pooka Exp $ */ +/* $NetBSD: mount_ffs.c,v 1.23 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_ffs.c,v 1.22 2007/07/16 17:06:53 pooka Exp $"); +__RCSID("$NetBSD: mount_ffs.c,v 1.23 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_filecore/mount_filecore.c b/sbin/mount_filecore/mount_filecore.c index 8f82d9d1b41e..7ffa3c15882f 100644 --- a/sbin/mount_filecore/mount_filecore.c +++ b/sbin/mount_filecore/mount_filecore.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_filecore.c,v 1.17 2007/07/16 17:06:53 pooka Exp $ */ +/* $NetBSD: mount_filecore.c,v 1.18 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 The Regents of the University of California. @@ -74,9 +74,8 @@ #include #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\ - The Regents of the University of California.\n\ - Copyright (c) 1998 Andrew McMurry\n\ - All rights reserved.\n"); + The Regents of the University of California.\ + Copyright (c) 1998 Andrew McMurry. All rights reserved."); #endif /* not lint */ #include diff --git a/sbin/mount_hfs/mount_hfs.c b/sbin/mount_hfs/mount_hfs.c index 8a92e11927b3..b8244edc3989 100644 --- a/sbin/mount_hfs/mount_hfs.c +++ b/sbin/mount_hfs/mount_hfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_hfs.c,v 1.6 2007/12/15 20:36:11 perry Exp $ */ +/* $NetBSD: mount_hfs.c,v 1.7 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 2005, 2007 The NetBSD Foundation, Inc. @@ -60,12 +60,11 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 2005 Yevgeny Binder\n\ - All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 2005 Yevgeny Binder. All rights reserved."); #endif /* not lint */ #ifndef lint -__RCSID("$NetBSD: mount_hfs.c,v 1.6 2007/12/15 20:36:11 perry Exp $"); +__RCSID("$NetBSD: mount_hfs.c,v 1.7 2008/07/20 01:20:22 lukem Exp $"); #endif /* not lint */ #include diff --git a/sbin/mount_lfs/mount_lfs.c b/sbin/mount_lfs/mount_lfs.c index eac4757575e6..4fe266461472 100644 --- a/sbin/mount_lfs/mount_lfs.c +++ b/sbin/mount_lfs/mount_lfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_lfs.c,v 1.31 2007/07/17 12:39:24 pooka Exp $ */ +/* $NetBSD: mount_lfs.c,v 1.32 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)mount_lfs.c 8.4 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_lfs.c,v 1.31 2007/07/17 12:39:24 pooka Exp $"); +__RCSID("$NetBSD: mount_lfs.c,v 1.32 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_nfs/getnfsargs.c b/sbin/mount_nfs/getnfsargs.c index f1f222d83dc4..f0d71627a610 100644 --- a/sbin/mount_nfs/getnfsargs.c +++ b/sbin/mount_nfs/getnfsargs.c @@ -1,4 +1,4 @@ -/* $NetBSD: getnfsargs.c,v 1.10 2007/08/05 22:09:12 yamt Exp $ */ +/* $NetBSD: getnfsargs.c,v 1.11 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -34,15 +34,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[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: getnfsargs.c,v 1.10 2007/08/05 22:09:12 yamt Exp $"); +__RCSID("$NetBSD: getnfsargs.c,v 1.11 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c index ab370df2b1ea..c54549147e23 100644 --- a/sbin/mount_nfs/mount_nfs.c +++ b/sbin/mount_nfs/mount_nfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_nfs.c,v 1.61 2007/11/30 16:13:15 yamt Exp $ */ +/* $NetBSD: mount_nfs.c,v 1.62 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -34,15 +34,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[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: mount_nfs.c,v 1.61 2007/11/30 16:13:15 yamt Exp $"); +__RCSID("$NetBSD: mount_nfs.c,v 1.62 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index 807dcc263e42..334a6d91ebb5 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_null.c,v 1.17 2007/07/16 17:06:54 pooka Exp $ */ +/* $NetBSD: mount_null.c,v 1.18 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -34,15 +34,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[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_null.c,v 1.17 2007/07/16 17:06:54 pooka Exp $"); +__RCSID("$NetBSD: mount_null.c,v 1.18 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_overlay/mount_overlay.c b/sbin/mount_overlay/mount_overlay.c index 4abd8c594437..dc594ab83708 100644 --- a/sbin/mount_overlay/mount_overlay.c +++ b/sbin/mount_overlay/mount_overlay.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_overlay.c,v 1.11 2007/07/16 17:06:54 pooka Exp $ */ +/* $NetBSD: mount_overlay.c,v 1.12 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -34,15 +34,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[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_overlay.c,v 1.11 2007/07/16 17:06:54 pooka Exp $"); +__RCSID("$NetBSD: mount_overlay.c,v 1.12 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index 010a2f478b28..d4910d8b7e9a 100644 --- a/sbin/mount_portal/mount_portal.c +++ b/sbin/mount_portal/mount_portal.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_portal.c,v 1.32 2007/07/16 17:06:54 pooka Exp $ */ +/* $NetBSD: mount_portal.c,v 1.33 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -34,15 +34,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[] = "@(#)mount_portal.c 8.6 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_portal.c,v 1.32 2007/07/16 17:06:54 pooka Exp $"); +__RCSID("$NetBSD: mount_portal.c,v 1.33 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_procfs/mount_procfs.c b/sbin/mount_procfs/mount_procfs.c index 7d416cb0501e..d73882955c2f 100644 --- a/sbin/mount_procfs/mount_procfs.c +++ b/sbin/mount_procfs/mount_procfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_procfs.c,v 1.21 2007/07/16 17:06:54 pooka Exp $ */ +/* $NetBSD: mount_procfs.c,v 1.22 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -69,15 +69,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[] = "@(#)mount_procfs.c 8.4 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_procfs.c,v 1.21 2007/07/16 17:06:54 pooka Exp $"); +__RCSID("$NetBSD: mount_procfs.c,v 1.22 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_ptyfs/mount_ptyfs.c b/sbin/mount_ptyfs/mount_ptyfs.c index 7541538c6f3a..f4d99e461532 100644 --- a/sbin/mount_ptyfs/mount_ptyfs.c +++ b/sbin/mount_ptyfs/mount_ptyfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_ptyfs.c,v 1.8 2007/07/16 17:06:54 pooka Exp $ */ +/* $NetBSD: mount_ptyfs.c,v 1.9 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -69,15 +69,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[] = "@(#)mount_ptyfs.c 8.3 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: mount_ptyfs.c,v 1.8 2007/07/16 17:06:54 pooka Exp $"); +__RCSID("$NetBSD: mount_ptyfs.c,v 1.9 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_sysvbfs/mount_sysvbfs.c b/sbin/mount_sysvbfs/mount_sysvbfs.c index 3435fd855712..8df5e8c84e2c 100644 --- a/sbin/mount_sysvbfs/mount_sysvbfs.c +++ b/sbin/mount_sysvbfs/mount_sysvbfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_sysvbfs.c,v 1.5 2007/07/16 17:06:54 pooka Exp $ */ +/* $NetBSD: mount_sysvbfs.c,v 1.6 2008/07/20 01:20:22 lukem Exp $ */ /*- * Copyright (c) 1993, 1994 @@ -31,12 +31,12 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint -__RCSID("$NetBSD: mount_sysvbfs.c,v 1.5 2007/07/16 17:06:54 pooka Exp $"); +__RCSID("$NetBSD: mount_sysvbfs.c,v 1.6 2008/07/20 01:20:22 lukem Exp $"); #endif /* not lint */ #include diff --git a/sbin/mount_umap/mount_umap.c b/sbin/mount_umap/mount_umap.c index 93cfb9dc9644..c73199641b04 100644 --- a/sbin/mount_umap/mount_umap.c +++ b/sbin/mount_umap/mount_umap.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_umap.c,v 1.21 2007/07/16 17:06:54 pooka Exp $ */ +/* $NetBSD: mount_umap.c,v 1.22 2008/07/20 01:20:22 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -34,15 +34,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[] = "@(#)mount_umap.c 8.5 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_umap.c,v 1.21 2007/07/16 17:06:54 pooka Exp $"); +__RCSID("$NetBSD: mount_umap.c,v 1.22 2008/07/20 01:20:22 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/mount_union/mount_union.c b/sbin/mount_union/mount_union.c index 057a664e528d..ecf8a46e87e7 100644 --- a/sbin/mount_union/mount_union.c +++ b/sbin/mount_union/mount_union.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_union.c,v 1.20 2008/02/05 16:54:07 ad Exp $ */ +/* $NetBSD: mount_union.c,v 1.21 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -34,15 +34,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[] = "@(#)mount_union.c 8.6 (Berkeley) 4/26/95"; #else -__RCSID("$NetBSD: mount_union.c,v 1.20 2008/02/05 16:54:07 ad Exp $"); +__RCSID("$NetBSD: mount_union.c,v 1.21 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 30233a46e4f5..3d1dcea9d9a1 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: newfs.c,v 1.100 2007/12/15 19:44:47 perry Exp $ */ +/* $NetBSD: newfs.c,v 1.101 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1983, 1989, 1993, 1994 @@ -70,15 +70,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95"; #else -__RCSID("$NetBSD: newfs.c,v 1.100 2007/12/15 19:44:47 perry Exp $"); +__RCSID("$NetBSD: newfs.c,v 1.101 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.c b/sbin/newfs_ext2fs/newfs_ext2fs.c index d99414537695..f854aa9778fe 100644 --- a/sbin/newfs_ext2fs/newfs_ext2fs.c +++ b/sbin/newfs_ext2fs/newfs_ext2fs.c @@ -1,4 +1,4 @@ -/* $NetBSD: newfs_ext2fs.c,v 1.3 2007/12/15 19:44:47 perry Exp $ */ +/* $NetBSD: newfs_ext2fs.c,v 1.4 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1983, 1989, 1993, 1994 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1993, 1994\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95"; #else -__RCSID("$NetBSD: newfs_ext2fs.c,v 1.3 2007/12/15 19:44:47 perry Exp $"); +__RCSID("$NetBSD: newfs_ext2fs.c,v 1.4 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/newfs_lfs/newfs.c b/sbin/newfs_lfs/newfs.c index f1ad1a8358c9..31b8e4720922 100644 --- a/sbin/newfs_lfs/newfs.c +++ b/sbin/newfs_lfs/newfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: newfs.c,v 1.23 2006/09/05 19:44:44 riz Exp $ */ +/* $NetBSD: newfs.c,v 1.24 2008/07/20 01:20:23 lukem Exp $ */ /*- * Copyright (c) 1989, 1992, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1989, 1992, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)newfs.c 8.5 (Berkeley) 5/24/95"; #else -__RCSID("$NetBSD: newfs.c,v 1.23 2006/09/05 19:44:44 riz Exp $"); +__RCSID("$NetBSD: newfs.c,v 1.24 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c index d93b13f62d70..0a2714e74f54 100644 --- a/sbin/reboot/reboot.c +++ b/sbin/reboot/reboot.c @@ -1,4 +1,4 @@ -/* $NetBSD: reboot.c,v 1.35 2008/02/09 04:27:06 dholland Exp $ */ +/* $NetBSD: reboot.c,v 1.36 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1980, 1986, 1993 @@ -32,15 +32,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1993\n" -" The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)reboot.c 8.1 (Berkeley) 6/5/93"; #else -__RCSID("$NetBSD: reboot.c,v 1.35 2008/02/09 04:27:06 dholland Exp $"); +__RCSID("$NetBSD: reboot.c,v 1.36 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/restore/main.c b/sbin/restore/main.c index bb0b1199bf6e..b79c99a4284c 100644 --- a/sbin/restore/main.c +++ b/sbin/restore/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.32 2006/03/20 01:51:54 christos Exp $ */ +/* $NetBSD: main.c,v 1.33 2008/07/20 01:20:23 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.6 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: main.c,v 1.32 2006/03/20 01:51:54 christos Exp $"); +__RCSID("$NetBSD: main.c,v 1.33 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/route/route.c b/sbin/route/route.c index af3e1788a4e2..451a05753e9c 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -1,4 +1,4 @@ -/* $NetBSD: route.c,v 1.106 2007/02/18 01:48:37 hubertf Exp $ */ +/* $NetBSD: route.c,v 1.107 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1983, 1989, 1991, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1991, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)route.c 8.6 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: route.c,v 1.106 2007/02/18 01:48:37 hubertf Exp $"); +__RCSID("$NetBSD: route.c,v 1.107 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/routed/main.c b/sbin/routed/main.c index b200c6909e7d..b67c5d6c879b 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.39 2004/07/06 16:43:18 wiz Exp $ */ +/* $NetBSD: main.c,v 1.40 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1983, 1988, 1993 @@ -42,11 +42,10 @@ #include #include -__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n" - "The Regents of the University of California." - " All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\ + The Regents of the University of California. All rights reserved."); #ifdef __NetBSD__ -__RCSID("$NetBSD: main.c,v 1.39 2004/07/06 16:43:18 wiz Exp $"); +__RCSID("$NetBSD: main.c,v 1.40 2008/07/20 01:20:23 lukem Exp $"); #elif defined(__FreeBSD__) __RCSID("$FreeBSD$"); #else diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index c3afefa8e301..10aa47f5baa5 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtquery.c,v 1.20 2007/12/15 19:44:47 perry Exp $ */ +/* $NetBSD: rtquery.c,v 1.21 2008/07/20 01:20:23 lukem Exp $ */ /*- * Copyright (c) 1982, 1986, 1993 @@ -60,11 +60,10 @@ #ifndef __COPYRIGHT #define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s #endif -__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n" - "The Regents of the University of California." - " All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\ + The Regents of the University of California. All rights reserved."); #ifdef __NetBSD__ -__RCSID("$NetBSD: rtquery.c,v 1.20 2007/12/15 19:44:47 perry Exp $"); +__RCSID("$NetBSD: rtquery.c,v 1.21 2008/07/20 01:20:23 lukem Exp $"); #elif defined(__FreeBSD__) __RCSID("$FreeBSD$"); #else diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 5e06802b0757..884bbc568428 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -1,4 +1,4 @@ -/* $NetBSD: savecore.c,v 1.73 2008/04/20 23:40:31 ad Exp $ */ +/* $NetBSD: savecore.c,v 1.74 2008/07/20 01:20:23 lukem Exp $ */ /*- * Copyright (c) 1986, 1992, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1986, 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1986, 1992, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)savecore.c 8.5 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: savecore.c,v 1.73 2008/04/20 23:40:31 ad Exp $"); +__RCSID("$NetBSD: savecore.c,v 1.74 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index c5aaadb990a1..c66401389236 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -1,4 +1,4 @@ -/* $NetBSD: shutdown.c,v 1.50 2008/02/09 04:09:22 dholland Exp $ */ +/* $NetBSD: shutdown.c,v 1.51 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1988, 1990, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1990, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)shutdown.c 8.4 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: shutdown.c,v 1.50 2008/02/09 04:09:22 dholland Exp $"); +__RCSID("$NetBSD: shutdown.c,v 1.51 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 6f87fb403aac..f3b82573a8ef 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -1,4 +1,4 @@ -/* $NetBSD: slattach.c,v 1.29 2005/02/05 12:38:58 xtraeme Exp $ */ +/* $NetBSD: slattach.c,v 1.30 2008/07/20 01:20:23 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[] = "@(#)slattach.c 8.2 (Berkeley) 1/7/94"; #else -__RCSID("$NetBSD: slattach.c,v 1.29 2005/02/05 12:38:58 xtraeme Exp $"); +__RCSID("$NetBSD: slattach.c,v 1.30 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 7aec9e6a7e62..c8210848b64f 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: sysctl.c,v 1.123 2008/04/29 06:53:01 martin Exp $ */ +/* $NetBSD: sysctl.c,v 1.124 2008/07/20 01:20:23 lukem Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -60,16 +60,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[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: sysctl.c,v 1.123 2008/04/29 06:53:01 martin Exp $"); +__RCSID("$NetBSD: sysctl.c,v 1.124 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/ttyflags/ttyflags.c b/sbin/ttyflags/ttyflags.c index 2ae19f1e16e5..378faf024156 100644 --- a/sbin/ttyflags/ttyflags.c +++ b/sbin/ttyflags/ttyflags.c @@ -1,4 +1,4 @@ -/* $NetBSD: ttyflags.c,v 1.16 2007/01/17 21:59:49 hubertf Exp $ */ +/* $NetBSD: ttyflags.c,v 1.17 2008/07/20 01:20:23 lukem Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -36,12 +36,12 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1994 Christopher G. Demetriou\n\ - All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1994\ + Christopher G. Demetriou. All rights reserved."); #endif /* not lint */ #ifndef lint -__RCSID("$NetBSD: ttyflags.c,v 1.16 2007/01/17 21:59:49 hubertf Exp $"); +__RCSID("$NetBSD: ttyflags.c,v 1.17 2008/07/20 01:20:23 lukem Exp $"); #endif /* not lint */ #include diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 9cb9d5298461..b4ac66d9cfcb 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -1,4 +1,4 @@ -/* $NetBSD: tunefs.c,v 1.33 2005/01/19 20:46:16 xtraeme Exp $ */ +/* $NetBSD: tunefs.c,v 1.34 2008/07/20 01:20:23 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[] = "@(#)tunefs.c 8.3 (Berkeley) 5/3/95"; #else -__RCSID("$NetBSD: tunefs.c,v 1.33 2005/01/19 20:46:16 xtraeme Exp $"); +__RCSID("$NetBSD: tunefs.c,v 1.34 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */ diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 1f5936a87573..829a757b1454 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -1,4 +1,4 @@ -/* $NetBSD: umount.c,v 1.41 2007/12/15 19:44:48 perry Exp $ */ +/* $NetBSD: umount.c,v 1.42 2008/07/20 01:20:23 lukem Exp $ */ /*- * Copyright (c) 1980, 1989, 1993 @@ -31,15 +31,15 @@ #include #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1980, 1989, 1993\ + The Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint #if 0 static char sccsid[] = "@(#)umount.c 8.8 (Berkeley) 5/8/95"; #else -__RCSID("$NetBSD: umount.c,v 1.41 2007/12/15 19:44:48 perry Exp $"); +__RCSID("$NetBSD: umount.c,v 1.42 2008/07/20 01:20:23 lukem Exp $"); #endif #endif /* not lint */