Skip to content

Commit 6caa595

Browse files
committed
Remove the \n and tabs from the __COPYRIGHT() strings.
1 parent 6aed71b commit 6caa595

File tree

13 files changed

+52
-54
lines changed

13 files changed

+52
-54
lines changed

libexec/comsat/comsat.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: comsat.c,v 1.37 2008/07/13 20:07:48 dholland Exp $ */
1+
/* $NetBSD: comsat.c,v 1.38 2008/07/20 01:09:06 lukem Exp $ */
22

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

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
35+
The Regents of the University of California. All rights reserved.");
3636
#if 0
3737
static char sccsid[] = "from: @(#)comsat.c 8.1 (Berkeley) 6/4/93";
3838
#else
39-
__RCSID("$NetBSD: comsat.c,v 1.37 2008/07/13 20:07:48 dholland Exp $");
39+
__RCSID("$NetBSD: comsat.c,v 1.38 2008/07/20 01:09:06 lukem Exp $");
4040
#endif
4141
#endif /* not lint */
4242

libexec/fingerd/fingerd.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: fingerd.c,v 1.23 2006/05/09 20:18:06 mrg Exp $ */
1+
/* $NetBSD: fingerd.c,v 1.24 2008/07/20 01:09:07 lukem Exp $ */
22

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

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

3938
#ifndef lint
4039
#if 0
4140
static char sccsid[] = "from: @(#)fingerd.c 8.1 (Berkeley) 6/4/93";
4241
#else
43-
__RCSID("$NetBSD: fingerd.c,v 1.23 2006/05/09 20:18:06 mrg Exp $");
42+
__RCSID("$NetBSD: fingerd.c,v 1.24 2008/07/20 01:09:07 lukem Exp $");
4443
#endif
4544
#endif /* not lint */
4645

libexec/ftpd/ftpd.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: ftpd.c,v 1.185 2008/06/09 00:33:39 lukem Exp $ */
1+
/* $NetBSD: ftpd.c,v 1.186 2008/07/20 01:09:07 lukem Exp $ */
22

33
/*
44
* Copyright (c) 1997-2008 The NetBSD Foundation, Inc.
@@ -89,16 +89,15 @@
8989

9090
#include <sys/cdefs.h>
9191
#ifndef lint
92-
__COPYRIGHT(
93-
"@(#) Copyright (c) 1985, 1988, 1990, 1992, 1993, 1994\n\
94-
The Regents of the University of California. All rights reserved.\n");
92+
__COPYRIGHT("@(#) Copyright (c) 1985, 1988, 1990, 1992, 1993, 1994\
93+
The Regents of the University of California. All rights reserved.");
9594
#endif /* not lint */
9695

9796
#ifndef lint
9897
#if 0
9998
static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95";
10099
#else
101-
__RCSID("$NetBSD: ftpd.c,v 1.185 2008/06/09 00:33:39 lukem Exp $");
100+
__RCSID("$NetBSD: ftpd.c,v 1.186 2008/07/20 01:09:07 lukem Exp $");
102101
#endif
103102
#endif /* not lint */
104103

libexec/getNAME/getNAME.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: getNAME.c,v 1.25 2006/09/12 21:56:43 hubertf Exp $ */
1+
/* $NetBSD: getNAME.c,v 1.26 2008/07/20 01:09:07 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 1997, Christos Zoulas. All rights reserved.
@@ -32,12 +32,12 @@
3232

3333
#include <sys/cdefs.h>
3434
#ifndef lint
35-
__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
36-
The Regents of the University of California. All rights reserved.\n");
35+
__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
36+
The Regents of the University of California. All rights reserved.");
3737
#if 0
3838
static char sccsid[] = "@(#)getNAME.c 8.1 (Berkeley) 6/30/93";
3939
#else
40-
__RCSID("$NetBSD: getNAME.c,v 1.25 2006/09/12 21:56:43 hubertf Exp $");
40+
__RCSID("$NetBSD: getNAME.c,v 1.26 2008/07/20 01:09:07 lukem Exp $");
4141
#endif
4242
#endif /* not lint */
4343

libexec/getty/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.55 2008/04/13 02:38:01 dholland Exp $ */
1+
/* $NetBSD: main.c,v 1.56 2008/07/20 01:09:07 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 1980, 1993
@@ -32,15 +32,15 @@
3232
#include <sys/cdefs.h>
3333

3434
#ifndef lint
35-
__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
36-
The Regents of the University of California. All rights reserved.\n");
35+
__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
36+
The Regents of the University of California. All rights reserved.");
3737
#endif /* not lint */
3838

3939
#ifndef lint
4040
#if 0
4141
static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";
4242
#else
43-
__RCSID("$NetBSD: main.c,v 1.55 2008/04/13 02:38:01 dholland Exp $");
43+
__RCSID("$NetBSD: main.c,v 1.56 2008/07/20 01:09:07 lukem Exp $");
4444
#endif
4545
#endif /* not lint */
4646

libexec/mail.local/mail.local.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mail.local.c,v 1.24 2008/05/04 03:03:11 manu Exp $ */
1+
/* $NetBSD: mail.local.c,v 1.25 2008/07/20 01:09:07 lukem Exp $ */
22

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

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1990, 1993, 1994\
35+
The Regents of the University of California. All rights reserved.");
3636
#if 0
3737
static char sccsid[] = "@(#)mail.local.c 8.22 (Berkeley) 6/21/95";
3838
#else
39-
__RCSID("$NetBSD: mail.local.c,v 1.24 2008/05/04 03:03:11 manu Exp $");
39+
__RCSID("$NetBSD: mail.local.c,v 1.25 2008/07/20 01:09:07 lukem Exp $");
4040
#endif
4141
#endif /* not lint */
4242

libexec/makekey/makekey.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: makekey.c,v 1.7 2003/08/07 09:46:45 agc Exp $ */
1+
/* $NetBSD: makekey.c,v 1.8 2008/07/20 01:09:07 lukem Exp $ */
22

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

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1990, 1993\
35+
The Regents of the University of California. All rights reserved.");
3636
#if 0
3737
static char sccsid[] = "from: @(#)makekey.c 8.1 (Berkeley) 6/4/93";
3838
#else
39-
__RCSID("$NetBSD: makekey.c,v 1.7 2003/08/07 09:46:45 agc Exp $");
39+
__RCSID("$NetBSD: makekey.c,v 1.8 2008/07/20 01:09:07 lukem Exp $");
4040
#endif
4141
#endif /* not lint */
4242

libexec/makewhatis/makewhatis.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: makewhatis.c,v 1.43 2008/05/27 01:42:40 dholland Exp $ */
1+
/* $NetBSD: makewhatis.c,v 1.44 2008/07/20 01:09:07 lukem Exp $ */
22

33
/*-
44
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -35,9 +35,9 @@
3535

3636
#include <sys/cdefs.h>
3737
#if !defined(lint)
38-
__COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\
39-
All rights reserved.\n");
40-
__RCSID("$NetBSD: makewhatis.c,v 1.43 2008/05/27 01:42:40 dholland Exp $");
38+
__COPYRIGHT("@(#) Copyright (c) 1999\
39+
The NetBSD Foundation, Inc. All rights reserved.");
40+
__RCSID("$NetBSD: makewhatis.c,v 1.44 2008/07/20 01:09:07 lukem Exp $");
4141
#endif /* not lint */
4242

4343
#include <sys/types.h>

libexec/rexecd/rexecd.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: rexecd.c,v 1.25 2007/12/15 19:44:46 perry Exp $ */
1+
/* $NetBSD: rexecd.c,v 1.26 2008/07/20 01:09:07 lukem Exp $ */
22

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

3232
#include <sys/cdefs.h>
3333
#ifndef lint
34-
__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
35-
The Regents of the University of California. All rights reserved.\n");
34+
__COPYRIGHT("@(#) Copyright (c) 1983, 1993\
35+
The Regents of the University of California. All rights reserved.");
3636
#if 0
3737
static char sccsid[] = "from: @(#)rexecd.c 8.1 (Berkeley) 6/4/93";
3838
#else
39-
__RCSID("$NetBSD: rexecd.c,v 1.25 2007/12/15 19:44:46 perry Exp $");
39+
__RCSID("$NetBSD: rexecd.c,v 1.26 2008/07/20 01:09:07 lukem Exp $");
4040
#endif
4141
#endif /* not lint */
4242

libexec/rlogind/rlogind.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: rlogind.c,v 1.37 2006/05/09 20:18:06 mrg Exp $ */
1+
/* $NetBSD: rlogind.c,v 1.38 2008/07/20 01:09:07 lukem Exp $ */
22

33
/*
44
* Copyright (C) 1998 WIDE Project.
@@ -64,12 +64,12 @@
6464

6565
#include <sys/cdefs.h>
6666
#ifndef lint
67-
__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1989, 1993\n\
68-
The Regents of the University of California. All rights reserved.\n");
67+
__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1989, 1993\
68+
The Regents of the University of California. All rights reserved.");
6969
#if 0
7070
static char sccsid[] = "@(#)rlogind.c 8.2 (Berkeley) 4/28/95";
7171
#else
72-
__RCSID("$NetBSD: rlogind.c,v 1.37 2006/05/09 20:18:06 mrg Exp $");
72+
__RCSID("$NetBSD: rlogind.c,v 1.38 2008/07/20 01:09:07 lukem Exp $");
7373
#endif
7474
#endif /* not lint */
7575

0 commit comments

Comments
 (0)