Skip to content

Commit b6b1769

Browse files
committed
Remove the \n and tabs from the __COPYRIGHT() strings.
(Tweak some to use a consistent format.)
1 parent 6caa595 commit b6b1769

File tree

47 files changed

+186
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+186
-192
lines changed

sbin/badsect/badsect.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: badsect.c,v 1.29 2004/08/08 02:51:19 christos Exp $ */
1+
/* $NetBSD: badsect.c,v 1.30 2008/07/20 01:20:21 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1981, 1983, 1993
@@ -31,15 +31,15 @@
3131

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1981, 1983, 1993\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1981, 1983, 1993\
35+
The Regents of the University of California. All rights reserved.");
3636
#endif /* not lint */
3737

3838
#ifndef lint
3939
#if 0
4040
static char sccsid[] = "@(#)badsect.c 8.2 (Berkeley) 5/4/95";
4141
#else
42-
__RCSID("$NetBSD: badsect.c,v 1.29 2004/08/08 02:51:19 christos Exp $");
42+
__RCSID("$NetBSD: badsect.c,v 1.30 2008/07/20 01:20:21 lukem Exp $");
4343
#endif
4444
#endif /* not lint */
4545

sbin/ccdconfig/ccdconfig.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: ccdconfig.c,v 1.47 2008/04/28 20:23:07 martin Exp $ */
1+
/* $NetBSD: ccdconfig.c,v 1.48 2008/07/20 01:20:21 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -31,10 +31,9 @@
3131

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT(
35-
"@(#) Copyright (c) 1996, 1997\
36-
The NetBSD Foundation, Inc. All rights reserved.");
37-
__RCSID("$NetBSD: ccdconfig.c,v 1.47 2008/04/28 20:23:07 martin Exp $");
34+
__COPYRIGHT("@(#) Copyright (c) 1996, 1997\
35+
The NetBSD Foundation, Inc. All rights reserved.");
36+
__RCSID("$NetBSD: ccdconfig.c,v 1.48 2008/07/20 01:20:21 lukem Exp $");
3837
#endif
3938

4039
#include <sys/param.h>

sbin/cgdconfig/cgdconfig.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: cgdconfig.c,v 1.23 2008/05/11 03:15:21 elric Exp $ */
1+
/* $NetBSD: cgdconfig.c,v 1.24 2008/07/20 01:20:21 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -31,10 +31,9 @@
3131

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT(
35-
"@(#) Copyright (c) 2002, 2003\
36-
The NetBSD Foundation, Inc. All rights reserved.");
37-
__RCSID("$NetBSD: cgdconfig.c,v 1.23 2008/05/11 03:15:21 elric Exp $");
34+
__COPYRIGHT("@(#) Copyright (c) 2002, 2003\
35+
The NetBSD Foundation, Inc. All rights reserved.");
36+
__RCSID("$NetBSD: cgdconfig.c,v 1.24 2008/07/20 01:20:21 lukem Exp $");
3837
#endif
3938

4039
#include <err.h>

sbin/clri/clri.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: clri.c,v 1.19 2005/01/20 15:50:47 xtraeme Exp $ */
1+
/* $NetBSD: clri.c,v 1.20 2008/07/20 01:20:21 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1990, 1993
@@ -34,15 +34,15 @@
3434

3535
#include <sys/cdefs.h>
3636
#ifndef lint
37-
__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\
38-
The Regents of the University of California. All rights reserved.\n");
37+
__COPYRIGHT("@(#) Copyright (c) 1990, 1993\
38+
The Regents of the University of California. All rights reserved.");
3939
#endif /* not lint */
4040

4141
#ifndef lint
4242
#if 0
4343
static char sccsid[] = "@(#)clri.c 8.3 (Berkeley) 4/28/95";
4444
#else
45-
__RCSID("$NetBSD: clri.c,v 1.19 2005/01/20 15:50:47 xtraeme Exp $");
45+
__RCSID("$NetBSD: clri.c,v 1.20 2008/07/20 01:20:21 lukem Exp $");
4646
#endif
4747
#endif /* not lint */
4848

sbin/disklabel/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: main.c,v 1.18 2008/04/28 20:23:08 martin Exp $ */
1+
/* $NetBSD: main.c,v 1.19 2008/07/20 01:20:22 lukem Exp $ */
22

33
/*
44
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -67,16 +67,16 @@
6767

6868
#include <sys/cdefs.h>
6969
#ifndef lint
70-
__COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\
71-
The Regents of the University of California. All rights reserved.\n");
70+
__COPYRIGHT("@(#) Copyright (c) 1987, 1993\
71+
The Regents of the University of California. All rights reserved.");
7272
#endif /* not lint */
7373

7474
#ifndef lint
7575
#if 0
7676
static char sccsid[] = "@(#)disklabel.c 8.4 (Berkeley) 5/4/95";
7777
/* from static char sccsid[] = "@(#)disklabel.c 1.2 (Symmetric) 11/28/85"; */
7878
#else
79-
__RCSID("$NetBSD: main.c,v 1.18 2008/04/28 20:23:08 martin Exp $");
79+
__RCSID("$NetBSD: main.c,v 1.19 2008/07/20 01:20:22 lukem Exp $");
8080
#endif
8181
#endif /* not lint */
8282

sbin/dmesg/dmesg.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: dmesg.c,v 1.25 2006/10/16 02:43:19 christos Exp $ */
1+
/* $NetBSD: dmesg.c,v 1.26 2008/07/20 01:20:22 lukem Exp $ */
22
/*-
33
* Copyright (c) 1991, 1993
44
* The Regents of the University of California. All rights reserved.
@@ -30,15 +30,15 @@
3030

3131
#include <sys/cdefs.h>
3232
#ifndef lint
33-
__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
34-
The Regents of the University of California. All rights reserved.\n");
33+
__COPYRIGHT("@(#) Copyright (c) 1991, 1993\
34+
The Regents of the University of California. All rights reserved.");
3535
#endif /* not lint */
3636

3737
#ifndef lint
3838
#if 0
3939
static char sccsid[] = "@(#)dmesg.c 8.1 (Berkeley) 6/5/93";
4040
#else
41-
__RCSID("$NetBSD: dmesg.c,v 1.25 2006/10/16 02:43:19 christos Exp $");
41+
__RCSID("$NetBSD: dmesg.c,v 1.26 2008/07/20 01:20:22 lukem Exp $");
4242
#endif
4343
#endif /* not lint */
4444

sbin/dump/ffs_inode.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: ffs_inode.c,v 1.17 2006/12/18 20:07:32 christos Exp $ */
1+
/* $NetBSD: ffs_inode.c,v 1.18 2008/07/20 01:20:22 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 1980, 1991, 1993, 1994
@@ -31,12 +31,12 @@
3131

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\
35+
The Regents of the University of California. All rights reserved.");
3636
#endif /* not lint */
3737

3838
#ifndef lint
39-
__RCSID("$NetBSD: ffs_inode.c,v 1.17 2006/12/18 20:07:32 christos Exp $");
39+
__RCSID("$NetBSD: ffs_inode.c,v 1.18 2008/07/20 01:20:22 lukem Exp $");
4040
#endif /* not lint */
4141

4242
#include <sys/param.h>

sbin/dump/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: main.c,v 1.63 2006/10/26 20:02:30 hannken Exp $ */
1+
/* $NetBSD: main.c,v 1.64 2008/07/20 01:20:22 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 1980, 1991, 1993, 1994
@@ -31,15 +31,15 @@
3131

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\
35+
The Regents of the University of California. All rights reserved.");
3636
#endif /* not lint */
3737

3838
#ifndef lint
3939
#if 0
4040
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/1/95";
4141
#else
42-
__RCSID("$NetBSD: main.c,v 1.63 2006/10/26 20:02:30 hannken Exp $");
42+
__RCSID("$NetBSD: main.c,v 1.64 2008/07/20 01:20:22 lukem Exp $");
4343
#endif
4444
#endif /* not lint */
4545

sbin/dump_lfs/lfs_inode.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: lfs_inode.c,v 1.13 2006/09/28 23:23:01 perseant Exp $ */
1+
/* $NetBSD: lfs_inode.c,v 1.14 2008/07/20 01:20:22 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 1980, 1991, 1993, 1994
@@ -31,15 +31,15 @@
3131

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\
35+
The Regents of the University of California. All rights reserved.");
3636
#endif /* not lint */
3737

3838
#ifndef lint
3939
#if 0
4040
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/1/95";
4141
#else
42-
__RCSID("$NetBSD: lfs_inode.c,v 1.13 2006/09/28 23:23:01 perseant Exp $");
42+
__RCSID("$NetBSD: lfs_inode.c,v 1.14 2008/07/20 01:20:22 lukem Exp $");
4343
#endif
4444
#endif /* not lint */
4545

sbin/fsck_ext2fs/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: main.c,v 1.28 2008/03/16 23:17:55 lukem Exp $ */
1+
/* $NetBSD: main.c,v 1.29 2008/07/20 01:20:22 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1980, 1986, 1993
@@ -60,15 +60,15 @@
6060

6161
#include <sys/cdefs.h>
6262
#ifndef lint
63-
__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1993\n\
64-
The Regents of the University of California. All rights reserved.\n");
63+
__COPYRIGHT("@(#) Copyright (c) 1980, 1986, 1993\
64+
The Regents of the University of California. All rights reserved.");
6565
#endif /* not lint */
6666

6767
#ifndef lint
6868
#if 0
6969
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94";
7070
#else
71-
__RCSID("$NetBSD: main.c,v 1.28 2008/03/16 23:17:55 lukem Exp $");
71+
__RCSID("$NetBSD: main.c,v 1.29 2008/07/20 01:20:22 lukem Exp $");
7272
#endif
7373
#endif /* not lint */
7474

0 commit comments

Comments
 (0)