diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 01:58:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 01:58:56 +0000 |
commit | 0584185e7c4788adcb1afaf1b86184ddefc5205e (patch) | |
tree | ac4de1476bc33075bf11333d1f8958fc9ac2aefe /usr.bin/vi/cl | |
parent | 7260d3cfea4d27edbeeb8d4fcdd130f507073558 (diff) |
$OpenBSD$
Diffstat (limited to 'usr.bin/vi/cl')
-rw-r--r-- | usr.bin/vi/cl/README.signal | 2 | ||||
-rw-r--r-- | usr.bin/vi/cl/cl.h | 2 | ||||
-rw-r--r-- | usr.bin/vi/cl/cl_bsd.c | 2 | ||||
-rw-r--r-- | usr.bin/vi/cl/cl_funcs.c | 2 | ||||
-rw-r--r-- | usr.bin/vi/cl/cl_main.c | 2 | ||||
-rw-r--r-- | usr.bin/vi/cl/cl_read.c | 2 | ||||
-rw-r--r-- | usr.bin/vi/cl/cl_screen.c | 2 | ||||
-rw-r--r-- | usr.bin/vi/cl/cl_term.c | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/vi/cl/README.signal b/usr.bin/vi/cl/README.signal index 7faa45673b7..6f403e466d2 100644 --- a/usr.bin/vi/cl/README.signal +++ b/usr.bin/vi/cl/README.signal @@ -1,3 +1,5 @@ +# $OpenBSD: README.signal,v 1.2 2001/01/29 01:58:26 niklas Exp $ + # @(#)README.signal 10.1 (Berkeley) 6/23/95 There are six (normally) asynchronous actions about which vi cares: diff --git a/usr.bin/vi/cl/cl.h b/usr.bin/vi/cl/cl.h index 2ef2b8d1f81..babb122d1e5 100644 --- a/usr.bin/vi/cl/cl.h +++ b/usr.bin/vi/cl/cl.h @@ -1,3 +1,5 @@ +/* $OpenBSD: cl.h,v 1.6 2001/01/29 01:58:26 niklas Exp $ */ + /*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/vi/cl/cl_bsd.c b/usr.bin/vi/cl/cl_bsd.c index 4a06a54af2f..5630b7b37f7 100644 --- a/usr.bin/vi/cl/cl_bsd.c +++ b/usr.bin/vi/cl/cl_bsd.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cl_bsd.c,v 1.6 2001/01/29 01:58:27 niklas Exp $ */ + /*- * Copyright (c) 1995, 1996 * Keith Bostic. All rights reserved. diff --git a/usr.bin/vi/cl/cl_funcs.c b/usr.bin/vi/cl/cl_funcs.c index db62ef22efc..a84778e16a3 100644 --- a/usr.bin/vi/cl/cl_funcs.c +++ b/usr.bin/vi/cl/cl_funcs.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cl_funcs.c,v 1.8 2001/01/29 01:58:27 niklas Exp $ */ + /*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/vi/cl/cl_main.c b/usr.bin/vi/cl/cl_main.c index 2889f709cbb..cf7225c81bf 100644 --- a/usr.bin/vi/cl/cl_main.c +++ b/usr.bin/vi/cl/cl_main.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cl_main.c,v 1.11 2001/01/29 01:58:27 niklas Exp $ */ + /*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/vi/cl/cl_read.c b/usr.bin/vi/cl/cl_read.c index 8a95a77b243..e3339005d95 100644 --- a/usr.bin/vi/cl/cl_read.c +++ b/usr.bin/vi/cl/cl_read.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cl_read.c,v 1.9 2001/01/29 01:58:28 niklas Exp $ */ + /*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/vi/cl/cl_screen.c b/usr.bin/vi/cl/cl_screen.c index 2ce58e80cc7..5a1ae7f1d31 100644 --- a/usr.bin/vi/cl/cl_screen.c +++ b/usr.bin/vi/cl/cl_screen.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cl_screen.c,v 1.12 2001/01/29 01:58:28 niklas Exp $ */ + /*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/vi/cl/cl_term.c b/usr.bin/vi/cl/cl_term.c index 6fa2cce613e..98e971f8891 100644 --- a/usr.bin/vi/cl/cl_term.c +++ b/usr.bin/vi/cl/cl_term.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cl_term.c,v 1.11 2001/01/29 01:58:28 niklas Exp $ */ + /*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. |