aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
commit8af1452cf8dd1b33da881f84e445d5981eaa9613 (patch)
treecb772fa69b05d0a14bcc6022fa62709c2343eb17 /usr.bin
parenta75b8f47d17745e61ef010a3faeb1624e346a0d4 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compress/doc/revision.log8
-rw-r--r--usr.bin/ee/new_curse.c7
-rw-r--r--usr.bin/ftp/cmds.c1
-rw-r--r--usr.bin/ftp/cmdtab.c1
-rw-r--r--usr.bin/ftp/complete.c1
-rw-r--r--usr.bin/ftp/domacro.c1
-rw-r--r--usr.bin/ftp/ftp.c1
-rw-r--r--usr.bin/ftp/main.c1
-rw-r--r--usr.bin/ftp/ruserpass.c1
-rw-r--r--usr.bin/ftp/util.c1
-rw-r--r--usr.bin/lex/initscan.c8
-rw-r--r--usr.bin/mail/edit.c2
-rw-r--r--usr.bin/mail/fio.c2
-rw-r--r--usr.bin/mail/lex.c2
-rw-r--r--usr.bin/netstat/ipsec.c1
-rw-r--r--usr.bin/nl/nl.c2
16 files changed, 16 insertions, 24 deletions
diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log
index e776436eb26f1..57e0337eef7dc 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 cb55c18138ce6..c99186c28b5fb 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 2b633025482b5..0c6c7fcf79d5e 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 542d32053d95b..e8d2d1b1c0a34 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 ee0453f61e157..732e94b9d049b 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 907af4583b9a8..448b9f0204932 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 5ef7723261f24..3e105661f8d30 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 09347657fc673..3ded48df33f63 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 84355d320e17e..62a5c9c4305c9 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 86277aafee38e..00f0106635ee4 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 3cf4849a4a105..c2ee1f66193a3 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 2f3539bc160ab..76d679d9af333 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 67413b5ce12bb..0fb86b33e7e63 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 5f1bb524ec955..c0f260495fb2c 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 2176458a328bd..0826da639309b 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 64799e4c760bf..ea1f18524fdfa 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.