diff --git a/src/mldonkey.c b/src/mldonkey.c index 45f37b06..048f26bb 100644 --- a/src/mldonkey.c +++ b/src/mldonkey.c @@ -1,4 +1,9 @@ - +/* + * mldonkey.c: MLDonkey stuff for Conky + * + * $Id$ + */ + #include #include diff --git a/src/mpd.c b/src/mpd.c index 202a9245..b9d0a3db 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -1,3 +1,9 @@ +/* + * mpd.c: MPD stuff for Conky + * + * $Id$ + */ + #include "conky.h" #include #include diff --git a/src/seti.c b/src/seti.c index 1c8a8d5a..1b7f13d6 100644 --- a/src/seti.c +++ b/src/seti.c @@ -1,3 +1,9 @@ +/* + * seti.c: information about SETI for Conky + * + * $Id$ + */ + #include "conky.h" #include #include @@ -5,8 +11,10 @@ char *seti_dir = NULL; -//Need to code for BOINC, because the old SETI@Home does not use xml to store data. -//Perhaps in the .conkyrc file there could be an option for BOINC or old SETI. +/* + * Need to code for BOINC, because the old SETI@Home does not use xml to store data. + * Perhaps in the .conkyrc file there could be an option for BOINC or old SETI. + */ /*static float seti_get_float (FILE *fp, const char *name) {