From 9e71c2800344dcec0f8658997e26db94424c69b8 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 18 Dec 2014 12:30:52 -0600 Subject: [PATCH] wmcdplay: Centralize version number. Previously, the wmcdplay version number was found in numerous places. To ease future releases, it now appears only in configure.ac. --- wmcdplay/ARTWORK | 1 - wmcdplay/README | 1 - wmcdplay/cdctl.h | 1 - wmcdplay/cdctl_freebsd.h | 1 - wmcdplay/wmcdplay.cc | 3 +-- 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/wmcdplay/ARTWORK b/wmcdplay/ARTWORK index 120a78f..84bdfc6 100644 --- a/wmcdplay/ARTWORK +++ b/wmcdplay/ARTWORK @@ -1,5 +1,4 @@ wmcdplay - A cd player designed for WindowMaker -05/09/98 Release 1.0 Beta1 Copyright (C) 1998 Sam Hawker This software comes with ABSOLUTELY NO WARRANTY This software is free software, and you are welcome to redistribute it diff --git a/wmcdplay/README b/wmcdplay/README index e9e3fce..c6439f5 100644 --- a/wmcdplay/README +++ b/wmcdplay/README @@ -1,5 +1,4 @@ wmcdplay - A cd player designed for WindowMaker -05/09/98 Release 1.0 Beta1 Copyright (C) 1998 Sam Hawker This software comes with ABSOLUTELY NO WARRANTY This software is free software, and you are welcome to redistribute it diff --git a/wmcdplay/cdctl.h b/wmcdplay/cdctl.h index a93619f..3bdf75a 100644 --- a/wmcdplay/cdctl.h +++ b/wmcdplay/cdctl.h @@ -1,5 +1,4 @@ // cdctl.h - CDCtl class provides easy control of cd audio functions -// 05/09/98 Release 1.0 Beta1 // Copyright (C) 1998 Sam Hawker // This software comes with ABSOLUTELY NO WARRANTY // This software is free software, and you are welcome to redistribute it diff --git a/wmcdplay/cdctl_freebsd.h b/wmcdplay/cdctl_freebsd.h index b237609..0be07bc 100644 --- a/wmcdplay/cdctl_freebsd.h +++ b/wmcdplay/cdctl_freebsd.h @@ -1,5 +1,4 @@ // cdctl.h - CDCtl class provides easy control of cd audio functions -// 05/09/98 Release 1.0 Beta1 // Copyright (C) 1998 Sam Hawker // This software comes with ABSOLUTELY NO WARRANTY // This software is free software, and you are welcome to redistribute it diff --git a/wmcdplay/wmcdplay.cc b/wmcdplay/wmcdplay.cc index f1dd570..8057142 100644 --- a/wmcdplay/wmcdplay.cc +++ b/wmcdplay/wmcdplay.cc @@ -1,5 +1,4 @@ // wmcdplay - A cd player designed for WindowMaker -// 05/09/98 Release 1.0 Beta1 // Copyright (C) 1998 Sam Hawker // This software comes with ABSOLUTELY NO WARRANTY // This software is free software, and you are welcome to redistribute it @@ -354,7 +353,7 @@ unsigned long mixColor(char *colorname1, int prop1, char *colorname2, int prop2) void scanArgs(int argc, char **argv){ for(int i=1;i\n"); fprintf(stderr, "This software comes with ABSOLUTELY NO WARRANTY\n"); fprintf(stderr, "This software is free software, and you are welcome to redistribute it\n");