summaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/libncurses/TESTS/newdemo.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 2f758f211c52e..1f3e3e76cec94 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -1,5 +1,5 @@
# Makefile for ncurses
-# $Id: Makefile,v 1.5 1994/10/12 01:59:06 ache Exp $
+# Makefile,v 1.6 1994/10/28 06:56:55 ache Exp
LIB= ncurses
SRCS= lib_kernel.c lib_pad.c\
diff --git a/lib/libncurses/TESTS/newdemo.c b/lib/libncurses/TESTS/newdemo.c
index 97c368d1bd5d7..9c2dec5417b30 100644
--- a/lib/libncurses/TESTS/newdemo.c
+++ b/lib/libncurses/TESTS/newdemo.c
@@ -1,4 +1,4 @@
-/* $Header: c:/curses/demos/RCS/newdemo.c%v 2.0 1992/11/15 03:32:03 MH Rel $
+/* /home/ncvs/src/lib/libncurses/TESTS/newdemo.c,v 1.1.1.1 1994/10/07 08:58:56 ache Exp
*
* newdemo.c - A demo program using PDCurses. The program illustrate
* the use of colours for text output.