From 26d79f0895ace09d07246936b2145da1981f1357 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 26 Jul 2023 17:34:42 +0200 Subject: Drop CVS tag marker --- BarDisplay.c | 2 -- BarDisplay.h | 2 -- BarDisplayP.h | 2 -- Graph.c | 2 -- Graph.h | 2 -- GraphDisplay.c | 2 -- GraphDisplay.h | 2 -- GraphDisplayP.h | 2 -- GraphP.h | 2 -- Makefile.bsd-wrapper | 2 -- README | 1 - demomonitor.c | 2 -- 12 files changed, 23 deletions(-) diff --git a/BarDisplay.c b/BarDisplay.c index ffa5c7a..4cbbe74 100644 --- a/BarDisplay.c +++ b/BarDisplay.c @@ -1,5 +1,3 @@ -/* $Id$ */ - #include #include #include diff --git a/BarDisplay.h b/BarDisplay.h index 5be59e9..2f4e0a4 100644 --- a/BarDisplay.h +++ b/BarDisplay.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _BarDisplay_h #define _BarDisplay_h diff --git a/BarDisplayP.h b/BarDisplayP.h index 43e98f8..4327af3 100644 --- a/BarDisplayP.h +++ b/BarDisplayP.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _BarDisplayP_h #define _BarDisplayP_h diff --git a/Graph.c b/Graph.c index 5432bfe..207d2cf 100644 --- a/Graph.c +++ b/Graph.c @@ -1,5 +1,3 @@ -/* $Id$ */ - #include #include #include "GraphP.h" diff --git a/Graph.h b/Graph.h index ea433d8..aedafcf 100644 --- a/Graph.h +++ b/Graph.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _Graph_h #define _Graph_h diff --git a/GraphDisplay.c b/GraphDisplay.c index f67592f..7403a53 100644 --- a/GraphDisplay.c +++ b/GraphDisplay.c @@ -1,5 +1,3 @@ -/* $Id$ */ - #include #include #include "GraphDisplayP.h" diff --git a/GraphDisplay.h b/GraphDisplay.h index 6eeba61..2b05541 100644 --- a/GraphDisplay.h +++ b/GraphDisplay.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _GraphDisplay_h #define _GraphDisplay_h diff --git a/GraphDisplayP.h b/GraphDisplayP.h index a2ca364..bb81204 100644 --- a/GraphDisplayP.h +++ b/GraphDisplayP.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _GraphDisplayP_h #define _GraphDisplayP_h diff --git a/GraphP.h b/GraphP.h index e09356f..56fc316 100644 --- a/GraphP.h +++ b/GraphP.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef _GraphP_h #define _GraphP_h diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index 5bbef36..33e6ed2 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -1,5 +1,3 @@ -# $Id$ - PROG= demomonitor SRCS= demomonitor.c Graph.c GraphDisplay.c BarDisplay.c NOMAN= diff --git a/README b/README index 11c26ff..2c15db5 100644 --- a/README +++ b/README @@ -1,4 +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 diff --git a/demomonitor.c b/demomonitor.c index fc9b6e9..532e855 100644 --- a/demomonitor.c +++ b/demomonitor.c @@ -1,5 +1,3 @@ -/* $Id$ */ - #include #include #include -- cgit v1.2.3