From dc3ed8df13fdfb6c921b7411a587af83db58e883 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Tue, 9 Dec 2008 16:35:49 -0700 Subject: [PATCH] Removing old svn keywords. --- AUTHORS | 2 -- Makefile.am | 1 - TODO | 2 -- autogen.sh | 2 -- configure.ac.in | 2 -- data/Makefile.am | 1 - data/conky.conf | 1 - doc/docgen.sh | 1 - extras/nano/conky.nanorc | 1 - extras/vim/ftdetect/conkyrc.vim | 1 - extras/vim/syntax/conkyrc.vim | 1 - src/Makefile.am | 1 - src/audacious.c | 2 -- src/audacious.h | 2 -- src/bmpx.c | 2 +- src/common.c | 2 +- src/conky.c | 2 +- src/conky.h | 2 -- src/diskio.c | 1 - src/diskio.h | 1 - src/eve.c | 2 +- src/eve.h | 2 +- src/freebsd.c | 2 +- src/fs.c | 2 +- src/hddtemp.c | 2 +- src/libmpdclient.c | 4 +--- src/libtcp-portmon.c | 2 -- src/libtcp-portmon.h | 2 -- src/linux.c | 2 +- src/mail.c | 2 +- src/mboxscan.c | 2 +- src/mboxscan.h | 2 +- src/mixer.c | 2 +- src/moc.c | 2 +- src/moc.h | 2 +- src/mpd.c | 2 +- src/netbsd.c | 2 +- src/nvidia.c | 1 - src/nvidia.h | 1 - src/openbsd.c | 2 +- src/prss.c | 2 +- src/prss.h | 2 +- src/rss.c | 2 +- src/smapi.c | 2 -- src/smapi.h | 2 -- src/solaris.c | 2 +- src/temphelper.c | 2 -- src/temphelper.h | 2 -- src/timed_thread.c | 2 -- src/timed_thread.h | 2 -- src/top.c | 2 +- src/top.h | 2 +- src/users.c | 2 -- src/x11.c | 2 +- src/xmms2.c | 2 +- 55 files changed, 27 insertions(+), 73 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4c2673e..a7eb8fa 100644 --- a/AUTHORS +++ b/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). Authors of conky in alphapetical order (please, send mail if I forgot diff --git a/Makefile.am b/Makefile.am index 52df82e..b83be69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# $Id$ SUBDIRS = \ src \ diff --git a/TODO b/TODO index e9865fb..1e427d4 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -# $Id$ - 1.x - implement _XROOTPMAP_ID and ESETROOT_PMAP_ID alterative for pseudo-transperency. 2.0.0 - schedule TBD diff --git a/autogen.sh b/autogen.sh index cde756f..85e9492 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,8 +24,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# $Id$ -# # optional $1 = optional directory containing build tree or git working copy AUTOCONF=${AUTOCONF:-autoconf} diff --git a/configure.ac.in b/configure.ac.in index 56b21d6..6becb80 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -1,5 +1,3 @@ -dnl $Id$ - dnl major, minor and micro version macros. m4_define([conky_version_major], [1]) m4_define([conky_version_minor], [6]) diff --git a/data/Makefile.am b/data/Makefile.am index 1859364..c6519e5 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -22,7 +22,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# $Id$ configdir = ${sysconfdir}/conky dist_config_DATA = conky.conf diff --git a/data/conky.conf b/data/conky.conf index c1dfab9..d61f9ef 100644 --- a/data/conky.conf +++ b/data/conky.conf @@ -22,7 +22,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# $Id$ alignment bottom_left background no diff --git a/doc/docgen.sh b/doc/docgen.sh index fb33a10..e3a73f1 100644 --- a/doc/docgen.sh +++ b/doc/docgen.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl docs.xml > docs.html diff --git a/extras/nano/conky.nanorc b/extras/nano/conky.nanorc index 8dc0435..dd291f0 100644 --- a/extras/nano/conky.nanorc +++ b/extras/nano/conky.nanorc @@ -1,7 +1,6 @@ ## ## Syntax highlighting for conkyrc files. ## -## $Id$ ## syntax "conky" "(\.*conkyrc.*$|conky.conf)" diff --git a/extras/vim/ftdetect/conkyrc.vim b/extras/vim/ftdetect/conkyrc.vim index f413af0..99caeca 100644 --- a/extras/vim/ftdetect/conkyrc.vim +++ b/extras/vim/ftdetect/conkyrc.vim @@ -1,6 +1,5 @@ " Vim filetype detection file for Conky config files " -" $Id$ au BufNewFile,BufRead *conkyrc set filetype=conkyrc au BufNewFile,BufRead conky.conf set filetype=conkyrc diff --git a/extras/vim/syntax/conkyrc.vim b/extras/vim/syntax/conkyrc.vim index 67c50a1..28a85ca 100644 --- a/extras/vim/syntax/conkyrc.vim +++ b/extras/vim/syntax/conkyrc.vim @@ -5,7 +5,6 @@ " Copyright: Copyright (c) 2005 Ciaran McCreesh " Licence: You may redistribute this under the same terms as Vim itself " -" $Id$ if exists("b:current_syntax") finish diff --git a/src/Makefile.am b/src/Makefile.am index 549e6ac..b263e93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# $Id$ INCLUDES = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\" diff --git a/src/audacious.c b/src/audacious.c index 777c1a3..20a57ac 100644 --- a/src/audacious.c +++ b/src/audacious.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* audacious.c: conky support for audacious music player * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net diff --git a/src/audacious.h b/src/audacious.h index 430a85e..b929f95 100644 --- a/src/audacious.h +++ b/src/audacious.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* audacious.h: conky support for audacious music player * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net diff --git a/src/bmpx.c b/src/bmpx.c index a75e78c..4dd19af 100644 --- a/src/bmpx.c +++ b/src/bmpx.c @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include #include diff --git a/src/common.c b/src/common.c index 4c31ee3..41ae7f8 100644 --- a/src/common.c +++ b/src/common.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include diff --git a/src/conky.c b/src/conky.c index db8c176..cb234ed 100644 --- a/src/conky.c +++ b/src/conky.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include diff --git a/src/conky.h b/src/conky.h index 6281a87..0e3affd 100644 --- a/src/conky.h +++ b/src/conky.h @@ -23,8 +23,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ - * */ #ifndef _conky_h_ diff --git a/src/diskio.c b/src/diskio.c index 515f323..56fa744 100644 --- a/src/diskio.c +++ b/src/diskio.c @@ -24,7 +24,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ #include "conky.h" diff --git a/src/diskio.h b/src/diskio.h index 1ef2b4b..8bd5dd2 100644 --- a/src/diskio.h +++ b/src/diskio.h @@ -24,7 +24,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ #ifndef DISKIO_H_ diff --git a/src/eve.c b/src/eve.c index c99926f..459aca4 100644 --- a/src/eve.c +++ b/src/eve.c @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "eve.h" #include "config.h" diff --git a/src/eve.h b/src/eve.h index 68659f2..6068a7e 100644 --- a/src/eve.h +++ b/src/eve.h @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #define _GNU_SOURCE #define MAXCHARS 4 diff --git a/src/freebsd.c b/src/freebsd.c index 09914a7..bf3a59a 100644 --- a/src/freebsd.c +++ b/src/freebsd.c @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include #include diff --git a/src/fs.c b/src/fs.c index 1d567b5..a668002 100644 --- a/src/fs.c +++ b/src/fs.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include diff --git a/src/hddtemp.c b/src/hddtemp.c index ef5f72d..7b2f042 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include diff --git a/src/libmpdclient.c b/src/libmpdclient.c index af4c988..6e2b261 100644 --- a/src/libmpdclient.c +++ b/src/libmpdclient.c @@ -29,9 +29,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ - * - * */ + */ #include "conky.h" #include "libmpdclient.h" diff --git a/src/libtcp-portmon.c b/src/libtcp-portmon.c index 46c492a..b06b9be 100644 --- a/src/libtcp-portmon.c +++ b/src/libtcp-portmon.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* libtcp-portmon.c: tcp port monitoring library. * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net diff --git a/src/libtcp-portmon.h b/src/libtcp-portmon.h index aa5ef1d..0dd99cf 100644 --- a/src/libtcp-portmon.h +++ b/src/libtcp-portmon.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* libtcp-portmon.h: tcp port monitoring library. * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net diff --git a/src/linux.c b/src/linux.c index 832b3a8..a5feb59 100644 --- a/src/linux.c +++ b/src/linux.c @@ -24,7 +24,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include diff --git a/src/mail.c b/src/mail.c index 8ce47a2..d037fd9 100644 --- a/src/mail.c +++ b/src/mail.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include #include diff --git a/src/mboxscan.c b/src/mboxscan.c index 53b0c3d..03e5609 100644 --- a/src/mboxscan.c +++ b/src/mboxscan.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include diff --git a/src/mboxscan.h b/src/mboxscan.h index db1d69d..8f311bf 100644 --- a/src/mboxscan.h +++ b/src/mboxscan.h @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #ifndef _MBOXSCAN_H_ #define _MBOXSCAN_H_ diff --git a/src/mixer.c b/src/mixer.c index a483ee5..3d72ba0 100644 --- a/src/mixer.c +++ b/src/mixer.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include diff --git a/src/moc.c b/src/moc.c index f15f220..3fe827f 100644 --- a/src/moc.c +++ b/src/moc.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include "moc.h" diff --git a/src/moc.h b/src/moc.h index 3545b54..197598f 100644 --- a/src/moc.h +++ b/src/moc.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #ifndef MOC_H_ #define MOC_H_ diff --git a/src/mpd.c b/src/mpd.c index 1f8c73a..a484484 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" diff --git a/src/netbsd.c b/src/netbsd.c index db1f511..71d0a4c 100644 --- a/src/netbsd.c +++ b/src/netbsd.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "netbsd.h" diff --git a/src/nvidia.c b/src/nvidia.c index 8e56244..4926bb6 100644 --- a/src/nvidia.c +++ b/src/nvidia.c @@ -23,7 +23,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ #include "nvidia.h" diff --git a/src/nvidia.h b/src/nvidia.h index 9b2fe2a..c0d311f 100644 --- a/src/nvidia.h +++ b/src/nvidia.h @@ -23,7 +23,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ diff --git a/src/openbsd.c b/src/openbsd.c index d81e2e1..13cc8fb 100644 --- a/src/openbsd.c +++ b/src/openbsd.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include #include diff --git a/src/prss.c b/src/prss.c index 68b8dc1..562f549 100644 --- a/src/prss.c +++ b/src/prss.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (c) 2007 Mikko Sysikaski * Toni Spets diff --git a/src/prss.h b/src/prss.h index 6e5579e..ff7079a 100644 --- a/src/prss.h +++ b/src/prss.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (c) 2007 Mikko Sysikaski * Toni Spets diff --git a/src/rss.c b/src/rss.c index 64222ab..1938cb4 100644 --- a/src/rss.c +++ b/src/rss.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include "prss.h" diff --git a/src/smapi.c b/src/smapi.c index 14bac0c..1a2d330 100644 --- a/src/smapi.c +++ b/src/smapi.c @@ -17,8 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * $Id$ - * */ #include "smapi.h" diff --git a/src/smapi.h b/src/smapi.h index 5ab489b..b8272d1 100644 --- a/src/smapi.h +++ b/src/smapi.h @@ -17,8 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * $Id$ - * */ #ifndef SMAPI_H diff --git a/src/solaris.c b/src/solaris.c index 635665d..701f1a8 100644 --- a/src/solaris.c +++ b/src/solaris.c @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ /* doesn't work, feel free to finish this */ #include "conky.h" diff --git a/src/temphelper.c b/src/temphelper.c index b9282ab..48b70f3 100644 --- a/src/temphelper.c +++ b/src/temphelper.c @@ -17,8 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * $Id$ - * */ #include "config.h" #include diff --git a/src/temphelper.h b/src/temphelper.h index b06dc90..c647f0d 100644 --- a/src/temphelper.h +++ b/src/temphelper.h @@ -17,8 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * $Id$ - * */ #ifndef TEMPHELPER_H diff --git a/src/timed_thread.c b/src/timed_thread.c index bdcf174..ee223a6 100644 --- a/src/timed_thread.c +++ b/src/timed_thread.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* timed_thread.c: Abstraction layer for timed threads * * Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net diff --git a/src/timed_thread.h b/src/timed_thread.h index 533e11f..8c0afe5 100644 --- a/src/timed_thread.h +++ b/src/timed_thread.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* timed_thread.h: Abstraction layer for timed threads * * Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net diff --git a/src/top.c b/src/top.c index 828824e..9528818 100644 --- a/src/top.c +++ b/src/top.c @@ -24,7 +24,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "top.h" diff --git a/src/top.h b/src/top.h index d777dcd..06eddef 100644 --- a/src/top.h +++ b/src/top.h @@ -24,7 +24,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #ifndef _top_h_ #define _top_h_ diff --git a/src/users.c b/src/users.c index a684bc1..d2d5cf5 100644 --- a/src/users.c +++ b/src/users.c @@ -23,8 +23,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ - * */ #include "conky.h" diff --git a/src/x11.c b/src/x11.c index 21fc5de..0e48bd1 100644 --- a/src/x11.c +++ b/src/x11.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" diff --git a/src/xmms2.c b/src/xmms2.c index c264a68..14fa380 100644 --- a/src/xmms2.c +++ b/src/xmms2.c @@ -22,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * $Id$ */ + */ #include "conky.h" #include -- 1.7.9.5