summaryrefslogtreecommitdiffstats
path: root/hack/hack.termcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'hack/hack.termcap.c')
-rw-r--r--hack/hack.termcap.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/hack/hack.termcap.c b/hack/hack.termcap.c
index e94d6729..3999cade 100644
--- a/hack/hack.termcap.c
+++ b/hack/hack.termcap.c
@@ -1,5 +1,10 @@
-/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
-/* hack.termcap.c - version 1.0.3 */
+/*
+ * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
+ */
+
+#ifndef lint
+static char rcsid[] = "$Id: hack.termcap.c,v 1.2 1993/08/02 17:19:27 mycroft Exp $";
+#endif /* not lint */
#include <stdio.h>
#include "config.h" /* for ROWNO and COLNO */