diff options
author | ru <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
commit | 95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d (patch) | |
tree | cb772fa69b05d0a14bcc6022fa62709c2343eb17 /usr.bin | |
parent | 6294027bad54895037359ec3c713f0aed626424b (diff) | |
download | FreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.zip FreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.tar.gz |
Removed duplicate VCS ID tags, as per style(9).
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compress/doc/revision.log | 8 | ||||
-rw-r--r-- | usr.bin/ee/new_curse.c | 7 | ||||
-rw-r--r-- | usr.bin/ftp/cmds.c | 1 | ||||
-rw-r--r-- | usr.bin/ftp/cmdtab.c | 1 | ||||
-rw-r--r-- | usr.bin/ftp/complete.c | 1 | ||||
-rw-r--r-- | usr.bin/ftp/domacro.c | 1 | ||||
-rw-r--r-- | usr.bin/ftp/ftp.c | 1 | ||||
-rw-r--r-- | usr.bin/ftp/main.c | 1 | ||||
-rw-r--r-- | usr.bin/ftp/ruserpass.c | 1 | ||||
-rw-r--r-- | usr.bin/ftp/util.c | 1 | ||||
-rw-r--r-- | usr.bin/lex/initscan.c | 8 | ||||
-rw-r--r-- | usr.bin/mail/edit.c | 2 | ||||
-rw-r--r-- | usr.bin/mail/fio.c | 2 | ||||
-rw-r--r-- | usr.bin/mail/lex.c | 2 | ||||
-rw-r--r-- | usr.bin/netstat/ipsec.c | 1 | ||||
-rw-r--r-- | usr.bin/nl/nl.c | 2 |
16 files changed, 16 insertions, 24 deletions
diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index e776436..57e0337 100644 --- a/usr.bin/compress/doc/revision.log +++ b/usr.bin/compress/doc/revision.log @@ -1,6 +1,8 @@ +/* $FreeBSD$ */ + /* - * $FreeBSD$ - * $Log: revision.log,v $ + * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ + * $Log: compress.c,v $ * Revision 4.0 85/07/30 12:50:00 joe * Removed ferror() calls in output routine on every output except first. * Prepared for release to the world. @@ -113,4 +115,4 @@ */ static char rcs_ident[] = - "$FreeBSD$"; + "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $"; diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index cb55c18..c99186c 100644 --- a/usr.bin/ee/new_curse.c +++ b/usr.bin/ee/new_curse.c @@ -37,14 +37,17 @@ | Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon | All are rights reserved. | - | $FreeBSD$ + | $Header: /home/hugh/sources/old_ae/RCS/new_curse.c,v 1.49 1998/12/21 02:25:59 hugh Exp hugh $ | */ char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon", "All rights are reserved."}; -char * new_curse_name= "@(#) new_curse.c $FreeBSD$"; +#ifndef lint +statis const char rcsid[] = + "$FreeBSD$"; +#endif /* not lint */ #include "new_curse.h" #include <signal.h> diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c index 2b63302..0c6c7fc 100644 --- a/usr.bin/ftp/cmds.c +++ b/usr.bin/ftp/cmds.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: cmds.c,v 1.30.2.1 1997/11/18 00:58:26 mellon Exp $ */ /* diff --git a/usr.bin/ftp/cmdtab.c b/usr.bin/ftp/cmdtab.c index 542d320..e8d2d1b 100644 --- a/usr.bin/ftp/cmdtab.c +++ b/usr.bin/ftp/cmdtab.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $ */ /* diff --git a/usr.bin/ftp/complete.c b/usr.bin/ftp/complete.c index ee0453f..732e94b 100644 --- a/usr.bin/ftp/complete.c +++ b/usr.bin/ftp/complete.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: complete.c,v 1.11 1997/09/13 09:05:53 lukem Exp $ */ /*- diff --git a/usr.bin/ftp/domacro.c b/usr.bin/ftp/domacro.c index 907af45..448b9f0 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index 5ef7723..3e10566 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: ftp.c,v 1.29.2.1 1997/11/18 01:01:04 mellon Exp $ */ /* diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index 0934765..3ded48d 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: main.c,v 1.26 1997/10/14 16:31:22 christos Exp $ */ /* diff --git a/usr.bin/ftp/ruserpass.c b/usr.bin/ftp/ruserpass.c index 84355d3..62a5c9c 100644 --- a/usr.bin/ftp/ruserpass.c +++ b/usr.bin/ftp/ruserpass.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: ruserpass.c,v 1.14.2.1 1997/11/18 01:02:05 mellon Exp $ */ /* diff --git a/usr.bin/ftp/util.c b/usr.bin/ftp/util.c index 86277aa..00f0106 100644 --- a/usr.bin/ftp/util.c +++ b/usr.bin/ftp/util.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: util.c,v 1.16.2.1 1997/11/18 01:02:33 mellon Exp $ */ /* diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index 3cf4849..c2ee1f6 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -3,7 +3,6 @@ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ - * $FreeBSD$ */ #define FLEX_SCANNER @@ -1271,7 +1270,12 @@ char *yytext; * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $FreeBSD$ */ +/* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ + +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif /* not lint */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index 2f3539b..76d679d 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index 67413b5..0fb86b3 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 5f1bb52..c0f2604 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -29,8 +29,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index 2176458..0826da6 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: inet.c,v 1.35.2.1 1999/04/29 14:57:08 perry Exp $ */ /* $KAME: ipsec.c,v 1.25 2001/03/12 09:04:39 itojun Exp $ */ diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c index 64799e4..ea1f185 100644 --- a/usr.bin/nl/nl.c +++ b/usr.bin/nl/nl.c @@ -1,5 +1,3 @@ -/* $FreeBSD$ */ - /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. |