summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-06 07:39:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-06 07:39:30 +0000
commit5280eb8e32327276519e608fe52497dad38f4e81 (patch)
tree5af55263f56d7fa5483e4346818e181e5ca689aa
parent2735dafdfc3264be04a1c5761640f93c697cc434 (diff)
Notes
-rw-r--r--usr.sbin/pcvt/kbdio/kbdio.y14
-rw-r--r--usr.sbin/pcvt/kbdio/lex.l14
-rw-r--r--usr.sbin/pcvt/vgaio/lex.l9
-rw-r--r--usr.sbin/pcvt/vgaio/vgaio.h3
-rw-r--r--usr.sbin/pcvt/vgaio/vgaio.y9
5 files changed, 0 insertions, 49 deletions
diff --git a/usr.sbin/pcvt/kbdio/kbdio.y b/usr.sbin/pcvt/kbdio/kbdio.y
index d6a294e07463..55bf231a894f 100644
--- a/usr.sbin/pcvt/kbdio/kbdio.y
+++ b/usr.sbin/pcvt/kbdio/kbdio.y
@@ -38,20 +38,6 @@
/*
* $Log: kbdio.y,v $
- * Revision 1.4 1999/01/01 08:31:58 peter
- * Part 4 of pcvt/voxware revival: pcvt userland
- *
- * Reviewed by: core
- *
- * Revision 1.2 1995/04/01 17:16:26 joerg
- * Update pcvt to 3.20b23
- *
- * Submitted by: Hellmuth Michaelis <hm@altona.hamburg.com>
- *
- * Revision 1.1.1.1 1995/02/05 13:49:24 jkh
- * PCVT userland utilities.
- * Submitted by: hm
- *
* Revision 1.2 1994/09/18 19:49:22 j
* Refined expr handling; can now set/clear bits.
*
diff --git a/usr.sbin/pcvt/kbdio/lex.l b/usr.sbin/pcvt/kbdio/lex.l
index 6a7a1503e484..de1a25227180 100644
--- a/usr.sbin/pcvt/kbdio/lex.l
+++ b/usr.sbin/pcvt/kbdio/lex.l
@@ -37,20 +37,6 @@
/*
* $Log: lex.l,v $
- * Revision 1.4 1999/01/01 08:31:58 peter
- * Part 4 of pcvt/voxware revival: pcvt userland
- *
- * Reviewed by: core
- *
- * Revision 1.2 1995/04/01 17:16:27 joerg
- * Update pcvt to 3.20b23
- *
- * Submitted by: Hellmuth Michaelis <hm@altona.hamburg.com>
- *
- * Revision 1.1.1.1 1995/02/05 13:49:24 jkh
- * PCVT userland utilities.
- * Submitted by: hm
- *
* Revision 1.2 1994/09/18 19:48:45 j
* Added the symbolic values for kbd cmd byte.
*
diff --git a/usr.sbin/pcvt/vgaio/lex.l b/usr.sbin/pcvt/vgaio/lex.l
index f979581d43b5..e729850e5a91 100644
--- a/usr.sbin/pcvt/vgaio/lex.l
+++ b/usr.sbin/pcvt/vgaio/lex.l
@@ -37,15 +37,6 @@
/*
* $Log: lex.l,v $
- * Revision 1.3 1999/01/01 08:32:05 peter
- * Part 4 of pcvt/voxware revival: pcvt userland
- *
- * Reviewed by: core
- *
- * Revision 1.1.1.1 1995/02/05 13:49:23 jkh
- * PCVT userland utilities.
- * Submitted by: hm
- *
* Revision 1.1 1994/03/29 02:47:20 mycroft
* pcvt 3.0, with some performance enhancements by Joerg Wunsch and me.
*
diff --git a/usr.sbin/pcvt/vgaio/vgaio.h b/usr.sbin/pcvt/vgaio/vgaio.h
index 61b90641817f..e313f861aa1a 100644
--- a/usr.sbin/pcvt/vgaio/vgaio.h
+++ b/usr.sbin/pcvt/vgaio/vgaio.h
@@ -37,9 +37,6 @@
* The author may be reached unter <joerg_wunsch@uriah.sax.de>
*
* $Log: vgaio.h,v $
- * Revision 1.2 1995/03/05 22:46:27 joerg
- * Upgrade to beta 3.20/b22
- *
* Revision 1.1 1994/03/29 02:47:25 mycroft
* pcvt 3.0, with some performance enhancements by Joerg Wunsch and me.
*
diff --git a/usr.sbin/pcvt/vgaio/vgaio.y b/usr.sbin/pcvt/vgaio/vgaio.y
index f1bac559e402..7d5c05a00325 100644
--- a/usr.sbin/pcvt/vgaio/vgaio.y
+++ b/usr.sbin/pcvt/vgaio/vgaio.y
@@ -37,15 +37,6 @@
/*
* $Log: vgaio.y,v $
- * Revision 1.3 1999/01/01 08:32:05 peter
- * Part 4 of pcvt/voxware revival: pcvt userland
- *
- * Reviewed by: core
- *
- * Revision 1.1.1.1 1995/02/05 13:49:24 jkh
- * PCVT userland utilities.
- * Submitted by: hm
- *
* Revision 1.1 1994/03/29 02:47:27 mycroft
* pcvt 3.0, with some performance enhancements by Joerg Wunsch and me.
*