aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 05:11:36 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 05:11:36 +0000
commita1a4f1a0d87b594d3f17a97dc0127eec1417e6f6 (patch)
treea5f7a1799970736c536e11630cc599c878b664bb /usr.sbin/pcvt
parentff8bb989ab1a7a16f1f6b6586f61ad54f2f690d8 (diff)
downloadsrc-a1a4f1a0d87b594d3f17a97dc0127eec1417e6f6.tar.gz
src-a1a4f1a0d87b594d3f17a97dc0127eec1417e6f6.zip
$Header$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50488
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/kbdio/kbdio.y7
-rw-r--r--usr.sbin/pcvt/kbdio/lex.l7
-rw-r--r--usr.sbin/pcvt/set2061/compiler.h2
-rw-r--r--usr.sbin/pcvt/vgaio/lex.l7
-rw-r--r--usr.sbin/pcvt/vgaio/vgaio.y7
5 files changed, 25 insertions, 5 deletions
diff --git a/usr.sbin/pcvt/kbdio/kbdio.y b/usr.sbin/pcvt/kbdio/kbdio.y
index 8f825f1eec8f..d6a294e07463 100644
--- a/usr.sbin/pcvt/kbdio/kbdio.y
+++ b/usr.sbin/pcvt/kbdio/kbdio.y
@@ -34,10 +34,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/kbdio/Attic/kbdio.y,v 1.2 1995/04/01 17:16:26 joerg Exp $"
+#ident "$FreeBSD$"
/*
* $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
*
diff --git a/usr.sbin/pcvt/kbdio/lex.l b/usr.sbin/pcvt/kbdio/lex.l
index b7592fe054cc..6a7a1503e484 100644
--- a/usr.sbin/pcvt/kbdio/lex.l
+++ b/usr.sbin/pcvt/kbdio/lex.l
@@ -33,10 +33,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/kbdio/Attic/lex.l,v 1.2 1995/04/01 17:16:27 joerg Exp $"
+#ident "$FreeBSD$"
/*
* $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
*
diff --git a/usr.sbin/pcvt/set2061/compiler.h b/usr.sbin/pcvt/set2061/compiler.h
index 4ff14bdfc324..57d1cd32e060 100644
--- a/usr.sbin/pcvt/set2061/compiler.h
+++ b/usr.sbin/pcvt/set2061/compiler.h
@@ -20,7 +20,7 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*
- * $Header: /home/ncvs/src/usr.sbin/pcvt/set2061/Attic/compiler.h,v 1.2 1995/05/30 03:49:45 rgrimes Exp $
+ * $FreeBSD$
*/
diff --git a/usr.sbin/pcvt/vgaio/lex.l b/usr.sbin/pcvt/vgaio/lex.l
index 7fb6ef2adb9b..f979581d43b5 100644
--- a/usr.sbin/pcvt/vgaio/lex.l
+++ b/usr.sbin/pcvt/vgaio/lex.l
@@ -33,10 +33,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/vgaio/Attic/lex.l,v 1.1.1.1 1995/02/05 13:49:23 jkh Exp $"
+#ident "$FreeBSD$"
/*
* $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
diff --git a/usr.sbin/pcvt/vgaio/vgaio.y b/usr.sbin/pcvt/vgaio/vgaio.y
index ec169d81b9b1..f1bac559e402 100644
--- a/usr.sbin/pcvt/vgaio/vgaio.y
+++ b/usr.sbin/pcvt/vgaio/vgaio.y
@@ -33,10 +33,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ident "$Header: /home/ncvs/src/usr.sbin/pcvt/vgaio/Attic/vgaio.y,v 1.1.1.1 1995/02/05 13:49:24 jkh Exp $"
+#ident "$FreeBSD$"
/*
* $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