summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/Makefile.dos2
-rw-r--r--usr.bin/less/Makefile.in2
-rw-r--r--usr.bin/less/Makefile.os22
-rw-r--r--usr.bin/less/acconfig.h2
-rw-r--r--usr.bin/less/brac.c2
-rw-r--r--usr.bin/less/ch.c2
-rw-r--r--usr.bin/less/charset.c2
-rw-r--r--usr.bin/less/cmd.h2
-rw-r--r--usr.bin/less/cmdbuf.c2
-rw-r--r--usr.bin/less/command.c2
-rw-r--r--usr.bin/less/decode.c2
-rw-r--r--usr.bin/less/defines.dos2
-rw-r--r--usr.bin/less/defines.h.top2
-rw-r--r--usr.bin/less/defines.os22
-rw-r--r--usr.bin/less/doscreen.c2
-rw-r--r--usr.bin/less/edit.c2
-rw-r--r--usr.bin/less/filename.c2
-rw-r--r--usr.bin/less/forwback.c2
-rw-r--r--usr.bin/less/funcs.h2
-rw-r--r--usr.bin/less/help.c2
-rw-r--r--usr.bin/less/ifile.c2
-rw-r--r--usr.bin/less/input.c2
-rw-r--r--usr.bin/less/install.sh2
-rw-r--r--usr.bin/less/jump.c2
-rw-r--r--usr.bin/less/less.h2
-rw-r--r--usr.bin/less/lesskey.c2
-rw-r--r--usr.bin/less/lesskey.h2
-rw-r--r--usr.bin/less/line.c2
-rw-r--r--usr.bin/less/linenum.c2
-rw-r--r--usr.bin/less/lsystem.c2
-rw-r--r--usr.bin/less/main.c2
-rw-r--r--usr.bin/less/mark.c2
-rw-r--r--usr.bin/less/mkinstalldirs2
-rw-r--r--usr.bin/less/optfunc.c2
-rw-r--r--usr.bin/less/option.c2
-rw-r--r--usr.bin/less/option.h2
-rw-r--r--usr.bin/less/opttbl.c2
-rw-r--r--usr.bin/less/os.c2
-rw-r--r--usr.bin/less/output.c2
-rw-r--r--usr.bin/less/position.c2
-rw-r--r--usr.bin/less/position.h2
-rw-r--r--usr.bin/less/prompt.c2
-rw-r--r--usr.bin/less/regexp.c2
-rw-r--r--usr.bin/less/regexp.h2
-rw-r--r--usr.bin/less/screen.c2
-rw-r--r--usr.bin/less/search.c2
-rw-r--r--usr.bin/less/signal.c2
-rw-r--r--usr.bin/less/tags.c2
-rw-r--r--usr.bin/less/ttyin.c2
-rw-r--r--usr.bin/less/version.c2
50 files changed, 100 insertions, 0 deletions
diff --git a/usr.bin/less/Makefile.dos b/usr.bin/less/Makefile.dos
index 492e3e1c3cd..3136f270a2a 100644
--- a/usr.bin/less/Makefile.dos
+++ b/usr.bin/less/Makefile.dos
@@ -1,3 +1,5 @@
+# $OpenBSD: Makefile.dos,v 1.2 2001/01/29 01:57:59 niklas Exp $
+
# Makefile for less.
# MS-DOS version
diff --git a/usr.bin/less/Makefile.in b/usr.bin/less/Makefile.in
index f2ac133d8af..ff9aed5d793 100644
--- a/usr.bin/less/Makefile.in
+++ b/usr.bin/less/Makefile.in
@@ -1,3 +1,5 @@
+# $OpenBSD: Makefile.in,v 1.4 2001/01/29 01:58:00 niklas Exp $
+
# Makefile for less.
#### Start of system configuration section. ####
diff --git a/usr.bin/less/Makefile.os2 b/usr.bin/less/Makefile.os2
index e890f405eda..fb1ea1c8895 100644
--- a/usr.bin/less/Makefile.os2
+++ b/usr.bin/less/Makefile.os2
@@ -1,3 +1,5 @@
+# $OpenBSD: Makefile.os2,v 1.2 2001/01/29 01:58:00 niklas Exp $
+
# Makefile for less.
# OS/2 version, for emx+gcc compiler
diff --git a/usr.bin/less/acconfig.h b/usr.bin/less/acconfig.h
index 9b3721d7280..33c5a0a7497 100644
--- a/usr.bin/less/acconfig.h
+++ b/usr.bin/less/acconfig.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: acconfig.h,v 1.2 2001/01/29 01:58:00 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/brac.c b/usr.bin/less/brac.c
index 1d484b83bce..ad218e02b3c 100644
--- a/usr.bin/less/brac.c
+++ b/usr.bin/less/brac.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: brac.c,v 1.2 2001/01/29 01:58:00 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/ch.c b/usr.bin/less/ch.c
index b1d35aa9fea..a0dc2811c72 100644
--- a/usr.bin/less/ch.c
+++ b/usr.bin/less/ch.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: ch.c,v 1.2 2001/01/29 01:58:00 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/charset.c b/usr.bin/less/charset.c
index 42f3fff158a..0cc8a48924f 100644
--- a/usr.bin/less/charset.c
+++ b/usr.bin/less/charset.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: charset.c,v 1.2 2001/01/29 01:58:00 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/cmd.h b/usr.bin/less/cmd.h
index 081b1aa8af6..f9c58d693b6 100644
--- a/usr.bin/less/cmd.h
+++ b/usr.bin/less/cmd.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: cmd.h,v 1.2 2001/01/29 01:58:00 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/cmdbuf.c b/usr.bin/less/cmdbuf.c
index a2410427270..20c37b94006 100644
--- a/usr.bin/less/cmdbuf.c
+++ b/usr.bin/less/cmdbuf.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: cmdbuf.c,v 1.2 2001/01/29 01:58:00 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/command.c b/usr.bin/less/command.c
index f91f71c712d..65dfc05eac2 100644
--- a/usr.bin/less/command.c
+++ b/usr.bin/less/command.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: command.c,v 1.3 2001/01/29 01:58:00 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/decode.c b/usr.bin/less/decode.c
index b0c2dcd42cd..8fc0b1a0b92 100644
--- a/usr.bin/less/decode.c
+++ b/usr.bin/less/decode.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: decode.c,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/defines.dos b/usr.bin/less/defines.dos
index 02ec2e0cea7..be5d01edaca 100644
--- a/usr.bin/less/defines.dos
+++ b/usr.bin/less/defines.dos
@@ -1,3 +1,5 @@
+/* $OpenBSD: defines.dos,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/defines.h.top b/usr.bin/less/defines.h.top
index 5d1f8c5bf70..56d6e1a5589 100644
--- a/usr.bin/less/defines.h.top
+++ b/usr.bin/less/defines.h.top
@@ -1,3 +1,5 @@
+/* $OpenBSD: defines.h.top,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
/* Unix definition file for less. -*- C -*-
*
* This file has 3 sections:
diff --git a/usr.bin/less/defines.os2 b/usr.bin/less/defines.os2
index 71a7b91827e..253b5524246 100644
--- a/usr.bin/less/defines.os2
+++ b/usr.bin/less/defines.os2
@@ -1,3 +1,5 @@
+/* $OpenBSD: defines.os2,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/doscreen.c b/usr.bin/less/doscreen.c
index 9275f722e47..5d287d41931 100644
--- a/usr.bin/less/doscreen.c
+++ b/usr.bin/less/doscreen.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: doscreen.c,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/edit.c b/usr.bin/less/edit.c
index e68e394c712..0f07a3f7e6e 100644
--- a/usr.bin/less/edit.c
+++ b/usr.bin/less/edit.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: edit.c,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/filename.c b/usr.bin/less/filename.c
index 82820c45060..9999031b765 100644
--- a/usr.bin/less/filename.c
+++ b/usr.bin/less/filename.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: filename.c,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/forwback.c b/usr.bin/less/forwback.c
index bbafefcd0d9..f73d57fdb1a 100644
--- a/usr.bin/less/forwback.c
+++ b/usr.bin/less/forwback.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: forwback.c,v 1.3 2001/01/29 01:58:01 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/funcs.h b/usr.bin/less/funcs.h
index b1f600fbdd3..01c8d4a48f4 100644
--- a/usr.bin/less/funcs.h
+++ b/usr.bin/less/funcs.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: funcs.h,v 1.2 2001/01/29 01:58:01 niklas Exp $ */
+
public void strtcpy ();
public char * save ();
public VOID_POINTER ecalloc ();
diff --git a/usr.bin/less/help.c b/usr.bin/less/help.c
index 27064bb0ecd..73329549d06 100644
--- a/usr.bin/less/help.c
+++ b/usr.bin/less/help.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: help.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/ifile.c b/usr.bin/less/ifile.c
index a37f468c721..59cd9d089be 100644
--- a/usr.bin/less/ifile.c
+++ b/usr.bin/less/ifile.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: ifile.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/input.c b/usr.bin/less/input.c
index 89718d292f9..8fbc1f4e0c8 100644
--- a/usr.bin/less/input.c
+++ b/usr.bin/less/input.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: input.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/install.sh b/usr.bin/less/install.sh
index 0ff4b6a08e8..f5ebcc1052c 100644
--- a/usr.bin/less/install.sh
+++ b/usr.bin/less/install.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+# $OpenBSD: install.sh,v 1.2 2001/01/29 01:58:02 niklas Exp $
+
#
# install - install a program, script, or datafile
diff --git a/usr.bin/less/jump.c b/usr.bin/less/jump.c
index c87eed301f4..21ccd76740b 100644
--- a/usr.bin/less/jump.c
+++ b/usr.bin/less/jump.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: jump.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/less.h b/usr.bin/less/less.h
index c0c6fbfc8ac..cbeeed43cb0 100644
--- a/usr.bin/less/less.h
+++ b/usr.bin/less/less.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: less.h,v 1.3 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/lesskey.c b/usr.bin/less/lesskey.c
index 0d8754f9f4b..de646c1c1b3 100644
--- a/usr.bin/less/lesskey.c
+++ b/usr.bin/less/lesskey.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: lesskey.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/lesskey.h b/usr.bin/less/lesskey.h
index 46dd02dd49d..c8a7dcb931d 100644
--- a/usr.bin/less/lesskey.h
+++ b/usr.bin/less/lesskey.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: lesskey.h,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Format of a lesskey file:
*
diff --git a/usr.bin/less/line.c b/usr.bin/less/line.c
index f7fd1124b79..3a4e8f5187f 100644
--- a/usr.bin/less/line.c
+++ b/usr.bin/less/line.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: line.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/linenum.c b/usr.bin/less/linenum.c
index 5c4f3c72280..f00089317b7 100644
--- a/usr.bin/less/linenum.c
+++ b/usr.bin/less/linenum.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: linenum.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/lsystem.c b/usr.bin/less/lsystem.c
index db0e4fca2fd..cdc6933f62b 100644
--- a/usr.bin/less/lsystem.c
+++ b/usr.bin/less/lsystem.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: lsystem.c,v 1.2 2001/01/29 01:58:02 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/main.c b/usr.bin/less/main.c
index 23bc1e6379c..a7809f3791b 100644
--- a/usr.bin/less/main.c
+++ b/usr.bin/less/main.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: main.c,v 1.4 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/mark.c b/usr.bin/less/mark.c
index 678ab60162d..18befbee464 100644
--- a/usr.bin/less/mark.c
+++ b/usr.bin/less/mark.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: mark.c,v 1.2 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/mkinstalldirs b/usr.bin/less/mkinstalldirs
index 91f6d04e17c..e1d56188b33 100644
--- a/usr.bin/less/mkinstalldirs
+++ b/usr.bin/less/mkinstalldirs
@@ -1,4 +1,6 @@
#!/bin/sh
+# $OpenBSD: mkinstalldirs,v 1.2 2001/01/29 01:58:03 niklas Exp $
+
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
diff --git a/usr.bin/less/optfunc.c b/usr.bin/less/optfunc.c
index c11336a0bd5..ab5f4e84e1f 100644
--- a/usr.bin/less/optfunc.c
+++ b/usr.bin/less/optfunc.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: optfunc.c,v 1.2 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/option.c b/usr.bin/less/option.c
index f445501d1e4..7f2a74eea7c 100644
--- a/usr.bin/less/option.c
+++ b/usr.bin/less/option.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: option.c,v 1.2 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/option.h b/usr.bin/less/option.h
index 59a72cf0ca0..d24fedc5da9 100644
--- a/usr.bin/less/option.h
+++ b/usr.bin/less/option.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: option.h,v 1.2 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/opttbl.c b/usr.bin/less/opttbl.c
index 2a11f54caa7..a5255008fac 100644
--- a/usr.bin/less/opttbl.c
+++ b/usr.bin/less/opttbl.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: opttbl.c,v 1.4 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/os.c b/usr.bin/less/os.c
index 2c48f4a0e61..6fa51605136 100644
--- a/usr.bin/less/os.c
+++ b/usr.bin/less/os.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: os.c,v 1.3 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/output.c b/usr.bin/less/output.c
index 95b2131580a..9a3d03db0b7 100644
--- a/usr.bin/less/output.c
+++ b/usr.bin/less/output.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: output.c,v 1.3 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/position.c b/usr.bin/less/position.c
index dcf1eb49c8b..77e1b262cfa 100644
--- a/usr.bin/less/position.c
+++ b/usr.bin/less/position.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: position.c,v 1.3 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/position.h b/usr.bin/less/position.h
index c227cf70e13..68f7f17dae2 100644
--- a/usr.bin/less/position.h
+++ b/usr.bin/less/position.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: position.h,v 1.2 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/prompt.c b/usr.bin/less/prompt.c
index 6fa74bc04d5..19c7ad0f14c 100644
--- a/usr.bin/less/prompt.c
+++ b/usr.bin/less/prompt.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: prompt.c,v 1.4 2001/01/29 01:58:03 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/regexp.c b/usr.bin/less/regexp.c
index 43324ee21df..ba1f2744ae9 100644
--- a/usr.bin/less/regexp.c
+++ b/usr.bin/less/regexp.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: regexp.c,v 1.2 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* regcomp and regexec -- regsub and regerror are elsewhere
*
diff --git a/usr.bin/less/regexp.h b/usr.bin/less/regexp.h
index 380a50769e5..6c6e71fb52a 100644
--- a/usr.bin/less/regexp.h
+++ b/usr.bin/less/regexp.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: regexp.h,v 1.2 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* Definitions etc. for regexp(3) routines.
*
diff --git a/usr.bin/less/screen.c b/usr.bin/less/screen.c
index e91d905dead..2e686b0d808 100644
--- a/usr.bin/less/screen.c
+++ b/usr.bin/less/screen.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: screen.c,v 1.7 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/search.c b/usr.bin/less/search.c
index 73486878dd5..0c5624b9365 100644
--- a/usr.bin/less/search.c
+++ b/usr.bin/less/search.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: search.c,v 1.2 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/signal.c b/usr.bin/less/signal.c
index 9cbafa064b6..b3e3e0bab9c 100644
--- a/usr.bin/less/signal.c
+++ b/usr.bin/less/signal.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: signal.c,v 1.2 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/tags.c b/usr.bin/less/tags.c
index d9318d8503b..790fc018577 100644
--- a/usr.bin/less/tags.c
+++ b/usr.bin/less/tags.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: tags.c,v 1.2 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/ttyin.c b/usr.bin/less/ttyin.c
index ee1ed1f93e8..cc0302f4ac6 100644
--- a/usr.bin/less/ttyin.c
+++ b/usr.bin/less/ttyin.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: ttyin.c,v 1.2 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.
diff --git a/usr.bin/less/version.c b/usr.bin/less/version.c
index c47f425cc3b..22ed6a3bdbb 100644
--- a/usr.bin/less/version.c
+++ b/usr.bin/less/version.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: version.c,v 1.2 2001/01/29 01:58:04 niklas Exp $ */
+
/*
* Copyright (c) 1984,1985,1989,1994,1995 Mark Nudelman
* All rights reserved.