diff options
Diffstat (limited to 'usr.bin/vi/perl_api')
-rw-r--r-- | usr.bin/vi/perl_api/perl.xs | 2 | ||||
-rw-r--r-- | usr.bin/vi/perl_api/perlsfio.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/vi/perl_api/perl.xs b/usr.bin/vi/perl_api/perl.xs index 9218b31cc4d..40921f8e51d 100644 --- a/usr.bin/vi/perl_api/perl.xs +++ b/usr.bin/vi/perl_api/perl.xs @@ -1,3 +1,5 @@ +/* $OpenBSD: perl.xs,v 1.2 2001/01/29 01:58:48 niklas Exp $ */ + /*- * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/usr.bin/vi/perl_api/perlsfio.c b/usr.bin/vi/perl_api/perlsfio.c index ddba19034fe..28a9b5f9507 100644 --- a/usr.bin/vi/perl_api/perlsfio.c +++ b/usr.bin/vi/perl_api/perlsfio.c @@ -1,3 +1,5 @@ +/* $OpenBSD: perlsfio.c,v 1.2 2001/01/29 01:58:48 niklas Exp $ */ + /*- * Copyright (c) 1996 * Keith Bostic. All rights reserved. |