Removing old svn keywords.
This commit is contained in:
2
AUTHORS
2
AUTHORS
@@ -1,5 +1,3 @@
|
|||||||
# $Id$
|
|
||||||
|
|
||||||
NOTE: Since moving to Git, I am no longer going to continue to update this file (in favour of Git's log stuff).
|
NOTE: Since moving to Git, I am no longer going to continue to update this file (in favour of Git's log stuff).
|
||||||
|
|
||||||
Authors of conky in alphapetical order (please, send mail if I forgot
|
Authors of conky in alphapetical order (please, send mail if I forgot
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
src \
|
src \
|
||||||
|
2
TODO
2
TODO
@@ -1,5 +1,3 @@
|
|||||||
# $Id$
|
|
||||||
|
|
||||||
1.x - implement _XROOTPMAP_ID and ESETROOT_PMAP_ID alterative for pseudo-transperency.
|
1.x - implement _XROOTPMAP_ID and ESETROOT_PMAP_ID alterative for pseudo-transperency.
|
||||||
|
|
||||||
2.0.0 - schedule TBD
|
2.0.0 - schedule TBD
|
||||||
|
@@ -24,8 +24,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# optional $1 = optional directory containing build tree or git working copy
|
# optional $1 = optional directory containing build tree or git working copy
|
||||||
|
|
||||||
AUTOCONF=${AUTOCONF:-autoconf}
|
AUTOCONF=${AUTOCONF:-autoconf}
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
dnl major, minor and micro version macros.
|
dnl major, minor and micro version macros.
|
||||||
m4_define([conky_version_major], [1])
|
m4_define([conky_version_major], [1])
|
||||||
m4_define([conky_version_minor], [6])
|
m4_define([conky_version_minor], [6])
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
|
|
||||||
configdir = ${sysconfdir}/conky
|
configdir = ${sysconfdir}/conky
|
||||||
dist_config_DATA = conky.conf
|
dist_config_DATA = conky.conf
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
|
|
||||||
alignment bottom_left
|
alignment bottom_left
|
||||||
background no
|
background no
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id$
|
|
||||||
|
|
||||||
xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl docs.xml > docs.html
|
xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl docs.xml > docs.html
|
||||||
|
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
##
|
##
|
||||||
## Syntax highlighting for conkyrc files.
|
## Syntax highlighting for conkyrc files.
|
||||||
##
|
##
|
||||||
## $Id$
|
|
||||||
##
|
##
|
||||||
syntax "conky" "(\.*conkyrc.*$|conky.conf)"
|
syntax "conky" "(\.*conkyrc.*$|conky.conf)"
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
" Vim filetype detection file for Conky config files
|
" Vim filetype detection file for Conky config files
|
||||||
"
|
"
|
||||||
" $Id$
|
|
||||||
|
|
||||||
au BufNewFile,BufRead *conkyrc set filetype=conkyrc
|
au BufNewFile,BufRead *conkyrc set filetype=conkyrc
|
||||||
au BufNewFile,BufRead conky.conf set filetype=conkyrc
|
au BufNewFile,BufRead conky.conf set filetype=conkyrc
|
||||||
|
@@ -5,7 +5,6 @@
|
|||||||
" Copyright: Copyright (c) 2005 Ciaran McCreesh
|
" Copyright: Copyright (c) 2005 Ciaran McCreesh
|
||||||
" Licence: You may redistribute this under the same terms as Vim itself
|
" Licence: You may redistribute this under the same terms as Vim itself
|
||||||
"
|
"
|
||||||
" $Id$
|
|
||||||
|
|
||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
|
@@ -22,7 +22,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
# $Id$
|
|
||||||
|
|
||||||
INCLUDES = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\"
|
INCLUDES = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\"
|
||||||
|
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* audacious.c: conky support for audacious music player
|
/* audacious.c: conky support for audacious music player
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* audacious.h: conky support for audacious music player
|
/* audacious.h: conky support for audacious music player
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include <bmp/dbus.hh>
|
#include <bmp/dbus.hh>
|
||||||
#include <dbus/dbus-glib.h>
|
#include <dbus/dbus-glib.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
@@ -23,8 +23,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _conky_h_
|
#ifndef _conky_h_
|
||||||
|
@@ -24,7 +24,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
|
@@ -24,7 +24,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DISKIO_H_
|
#ifndef DISKIO_H_
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "eve.h"
|
#include "eve.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#define MAXCHARS 4
|
#define MAXCHARS 4
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include <sys/dkstat.h>
|
#include <sys/dkstat.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
2
src/fs.c
2
src/fs.c
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@@ -29,9 +29,7 @@
|
|||||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id$
|
*/
|
||||||
*
|
|
||||||
* */
|
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include "libmpdclient.h"
|
#include "libmpdclient.h"
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* libtcp-portmon.c: tcp port monitoring library.
|
/* libtcp-portmon.c: tcp port monitoring library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* libtcp-portmon.h: tcp port monitoring library.
|
/* libtcp-portmon.h: tcp port monitoring library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#ifndef _MBOXSCAN_H_
|
#ifndef _MBOXSCAN_H_
|
||||||
#define _MBOXSCAN_H_
|
#define _MBOXSCAN_H_
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include "moc.h"
|
#include "moc.h"
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#ifndef MOC_H_
|
#ifndef MOC_H_
|
||||||
#define MOC_H_
|
#define MOC_H_
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "netbsd.h"
|
#include "netbsd.h"
|
||||||
|
|
||||||
|
@@ -23,7 +23,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "nvidia.h"
|
#include "nvidia.h"
|
||||||
|
@@ -23,7 +23,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include <sys/dkstat.h>
|
#include <sys/dkstat.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* $Id$
|
/*
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
||||||
* Toni Spets <toni.spets@gmail.com>
|
* Toni Spets <toni.spets@gmail.com>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* $Id$
|
/*
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
||||||
* Toni Spets <toni.spets@gmail.com>
|
* Toni Spets <toni.spets@gmail.com>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include "prss.h"
|
#include "prss.h"
|
||||||
|
@@ -17,8 +17,6 @@
|
|||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "smapi.h"
|
#include "smapi.h"
|
||||||
|
@@ -17,8 +17,6 @@
|
|||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SMAPI_H
|
#ifndef SMAPI_H
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
/* doesn't work, feel free to finish this */
|
/* doesn't work, feel free to finish this */
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
|
@@ -17,8 +17,6 @@
|
|||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@@ -17,8 +17,6 @@
|
|||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TEMPHELPER_H
|
#ifndef TEMPHELPER_H
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* timed_thread.c: Abstraction layer for timed threads
|
/* timed_thread.c: Abstraction layer for timed threads
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* timed_thread.h: Abstraction layer for timed threads
|
/* timed_thread.h: Abstraction layer for timed threads
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "top.h"
|
#include "top.h"
|
||||||
|
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#ifndef _top_h_
|
#ifndef _top_h_
|
||||||
#define _top_h_
|
#define _top_h_
|
||||||
|
@@ -23,8 +23,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* $Id$ */
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
#include <xmmsclient/xmmsclient.h>
|
#include <xmmsclient/xmmsclient.h>
|
||||||
|
Reference in New Issue
Block a user