aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2023-07-26 17:34:42 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2023-07-26 17:34:42 +0200
commit26d79f0895ace09d07246936b2145da1981f1357 (patch)
treec5290bcf5fdeb7464bf8ea45e08c7d39b09cadcd
parent22476d9b204ecde6e441f4eff9e4b56fb4502d50 (diff)
Drop CVS tag marker
-rw-r--r--BarDisplay.c2
-rw-r--r--BarDisplay.h2
-rw-r--r--BarDisplayP.h2
-rw-r--r--Graph.c2
-rw-r--r--Graph.h2
-rw-r--r--GraphDisplay.c2
-rw-r--r--GraphDisplay.h2
-rw-r--r--GraphDisplayP.h2
-rw-r--r--GraphP.h2
-rw-r--r--Makefile.bsd-wrapper2
-rw-r--r--README1
-rw-r--r--demomonitor.c2
12 files changed, 0 insertions, 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 <stdio.h>
#include <string.h>
#include <X11/IntrinsicP.h>
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 <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
#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 <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
#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 <stdio.h>
#include <stdlib.h>
#include <X11/Intrinsic.h>