wmcpuload: Remove CVS cruft.

This commit is contained in:
Doug Torrance 2016-10-20 10:17:42 -04:00 committed by Carlos R. Mafra
parent 6ec1b805f3
commit eb65ebf72c
28 changed files with 0 additions and 55 deletions

View file

@ -1,5 +1,3 @@
$Id: AUTHORS,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
Main Author:
Seiichi SATO <ssato@sh.rim.or.jp>

View file

@ -1,5 +1,3 @@
$Id: ChangeLog,v 1.9 2006-01-28 10:40:06 sch Exp $
2006 Jan 28
* cpu_linux.c:
* main.c:

View file

@ -1,5 +1,3 @@
$Id: INSTALL,v 1.2 2003-04-06 09:12:41 sch Exp $
Supported Platforms:
====================
(ie: I've heard someone has compiled it on...)

View file

@ -1,3 +1 @@
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
SUBDIRS = src libdockapp icons contrib doc

View file

@ -1,5 +1,3 @@
# $Id: NEWS,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
Overview of Changes in WMCPULoad 0.9.0:

View file

@ -1,5 +1,3 @@
$Id: README,v 1.6 2003-06-29 14:34:32 sch Exp $
WMCPULoad - A dockapp to monitor CPU usage
General Information

View file

@ -1,5 +1,3 @@
$Id: TODO,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
* optimize drawing-routines (MIT-SHM)
* other OS support (HP-UX, AIX ...)
* multiprocessors support on Solaris, FreeBSD, NetBSD, OpenBSD and BSDi

View file

@ -1,5 +1,3 @@
dnl $Id: configure.ac,v 1.6 2006-01-28 10:40:37 sch Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)

View file

@ -1,4 +1,2 @@
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
EXTRA_DIST = README wmcpuload.spec.in

View file

@ -1,5 +1,3 @@
$Id: README,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
*** wmcpuload.spec
author:

View file

@ -1,5 +1,3 @@
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
man_MANS = wmcpuload.1
EXTRA_DIST = $(man_MANS)

View file

@ -1,4 +1,3 @@
.\" $Id: wmcpuload.1,v 1.2 2005-02-10 01:13:40 sch Exp $
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection

View file

@ -1,5 +1,3 @@
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
EXTRA_DIST = \
wmcpuload-16x16.xpm \
wmcpuload-32x32.xpm \

View file

@ -1,3 +1 @@
$Id: README,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
Icons for Mandrake GNU/Linux

View file

@ -1,5 +1,3 @@
/* $Id: dockapp.c,v 1.3 2004-01-25 14:06:27 sch Exp $ */
/*
* Copyright (c) 1999 Alfredo K. Kojima
*

View file

@ -1,5 +1,3 @@
/* $Id: dockapp.h,v 1.3 2004-01-25 14:06:27 sch Exp $ */
/*
* Copyright (c) 1999 Alfredo K. Kojima
*

View file

@ -1,5 +1,3 @@
# $Id: Makefile.am,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $
bin_PROGRAMS = wmcpuload
wmcpuload_SOURCES = \

View file

@ -1,5 +1,3 @@
/* $Id: cpu.h,v 1.3 2005-02-10 01:12:49 sch Exp $ */
/*
* cpu.h - header file of the module to get cpu usage
*

View file

@ -1,5 +1,3 @@
/* $Id: cpu_bsdi.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
/*
* cpu_bsdi - module to get cpu usage, for BSDi
*

View file

@ -1,5 +1,3 @@
/* $Id: cpu_cygwin.c,v 1.2 2005-02-10 01:15:21 sch Exp $ */
/*
* cpu_cygwin.c - module to get cpu usage, for Cygwin
*

View file

@ -1,5 +1,3 @@
/* $Id: cpu_darwin.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
/*
* cpu_darwin - module to get cpu usage, for Darwin
*

View file

@ -1,5 +1,3 @@
/* $Id: cpu_freebsd.c,v 1.3 2004-02-01 10:49:53 sch Exp $ */
/*
* cpu_freebsd.c - module to get cpu usage, for FreeBSD
*

View file

@ -1,5 +1,3 @@
/* $Id: cpu_irix.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
/*
* cpu_irix.c - module to get cpu usage, for IRIX 6.5 and IRIX64 6.5
*

View file

@ -20,8 +20,6 @@
* 02111-1307, USA.
*/
/* $Id: cpu_linux.c,v 1.4 2006-01-28 10:40:09 sch Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View file

@ -1,5 +1,3 @@
/* $Id: cpu_netbsd.c,v 1.3 2003-10-13 04:34:02 sch Exp $ */
/*
* cpu_netbsd - module to get cpu usage, for NetBSD
*

View file

@ -1,5 +1,3 @@
/* $Id: cpu_openbsd.c,v 1.3 2003-10-13 04:34:02 sch Exp $ */
/*
* cpu_openbsd - module to get cpu usage, for OpenBSD
*

View file

@ -1,5 +1,3 @@
/* $Id: cpu_solaris.c,v 1.1.1.1 2002-10-14 09:31:17 sch Exp $ */
/*
* cpu_solaric.c - module to get cpu usage, for Solaris
*

View file

@ -1,5 +1,3 @@
/* $Id: main.c,v 1.6 2006-01-28 10:40:09 sch Exp $ */
/*
* WMCPULoad - A dockapp to monitor CPU usage
* Copyright (C) 2001,2002 Seiichi SATO <ssato@sh.rim.or.jp>