aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-20 15:02:08 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-20 15:02:08 +0000
commit7c008340dbcfa539f126f7ca331c8618315798d1 (patch)
treeafe25a8aaa1e03308ed80248c8db7351ff884673
parent9fa4a3cdf01296e2a1fc9f976bd233fbaa97e059 (diff)
add Id
-rw-r--r--Makefile2
-rw-r--r--README1
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33e6ed2..5bbef36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# $Id$
+
PROG= demomonitor
SRCS= demomonitor.c Graph.c GraphDisplay.c BarDisplay.c
NOMAN=
diff --git a/README b/README
index d4968d4..6edb691 100644
--- a/README
+++ b/README
@@ -1,2 +1,3 @@
+# $Id$
DemoMonitor example from `X Window System Toolkit: the complete programmers's
guide and specification' by Paul J. Asente and Ralph R. Swick