Removing old svn keywords.
authorBrenden Matthews <brenden@rty.ca>
Tue, 9 Dec 2008 23:35:49 +0000 (16:35 -0700)
committerBrenden Matthews <brenden@rty.ca>
Tue, 9 Dec 2008 23:35:49 +0000 (16:35 -0700)
55 files changed:
AUTHORS
Makefile.am
TODO
autogen.sh
configure.ac.in
data/Makefile.am
data/conky.conf
doc/docgen.sh
extras/nano/conky.nanorc
extras/vim/ftdetect/conkyrc.vim
extras/vim/syntax/conkyrc.vim
src/Makefile.am
src/audacious.c
src/audacious.h
src/bmpx.c
src/common.c
src/conky.c
src/conky.h
src/diskio.c
src/diskio.h
src/eve.c
src/eve.h
src/freebsd.c
src/fs.c
src/hddtemp.c
src/libmpdclient.c
src/libtcp-portmon.c
src/libtcp-portmon.h
src/linux.c
src/mail.c
src/mboxscan.c
src/mboxscan.h
src/mixer.c
src/moc.c
src/moc.h
src/mpd.c
src/netbsd.c
src/nvidia.c
src/nvidia.h
src/openbsd.c
src/prss.c
src/prss.h
src/rss.c
src/smapi.c
src/smapi.h
src/solaris.c
src/temphelper.c
src/temphelper.h
src/timed_thread.c
src/timed_thread.h
src/top.c
src/top.h
src/users.c
src/x11.c
src/xmms2.c

diff --git a/AUTHORS b/AUTHORS
index 4c2673e..a7eb8fa 100644 (file)
--- 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
index 52df82e..b83be69 100644 (file)
@@ -22,7 +22,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# $Id$
 
 SUBDIRS =                                      \
        src                                     \
diff --git a/TODO b/TODO
index e9865fb..1e427d4 100644 (file)
--- 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
index cde756f..85e9492 100755 (executable)
@@ -24,8 +24,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# $Id$
-#
 # optional $1 = optional directory containing build tree or git working copy
 
 AUTOCONF=${AUTOCONF:-autoconf}
index 56b21d6..6becb80 100644 (file)
@@ -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])
index 1859364..c6519e5 100644 (file)
@@ -22,7 +22,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# $Id$
 
 configdir = ${sysconfdir}/conky
 dist_config_DATA = conky.conf
index c1dfab9..d61f9ef 100644 (file)
@@ -22,7 +22,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# $Id$
 
 alignment bottom_left
 background no
index fb33a10..e3a73f1 100644 (file)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id$
 
 xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl docs.xml > docs.html
 
index 8dc0435..dd291f0 100644 (file)
@@ -1,7 +1,6 @@
 ##
 ## Syntax highlighting for conkyrc files.
 ##
-## $Id$
 ##
 syntax "conky" "(\.*conkyrc.*$|conky.conf)"
 
index f413af0..99caeca 100644 (file)
@@ -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
index 67c50a1..28a85ca 100644 (file)
@@ -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
index 549e6ac..b263e93 100644 (file)
@@ -22,7 +22,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# $Id$
 
 INCLUDES = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\"
 
index 777c1a3..20a57ac 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* audacious.c:  conky support for audacious music player
  *
  * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
index 430a85e..b929f95 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* audacious.h:  conky support for audacious music player
  *
  * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
index a75e78c..4dd19af 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include <bmp/dbus.hh>
 #include <dbus/dbus-glib.h>
index 4c31ee3..41ae7f8 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <ctype.h>
index db8c176..cb234ed 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <stdarg.h>
index 6281a87..0e3affd 100644 (file)
@@ -23,8 +23,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$
- *
  */
 
 #ifndef _conky_h_
index 515f323..56fa744 100644 (file)
@@ -24,7 +24,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- *  $Id$
  */
 
 #include "conky.h"
index 1ef2b4b..8bd5dd2 100644 (file)
@@ -24,7 +24,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- *  $Id$
  */
 
 #ifndef DISKIO_H_
index c99926f..459aca4 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "eve.h"
 #include "config.h"
index 68659f2..6068a7e 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #define _GNU_SOURCE
 #define MAXCHARS 4
index 09914a7..bf3a59a 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include <sys/dkstat.h>
 #include <sys/param.h>
index 1d567b5..a668002 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <unistd.h>
index ef5f72d..7b2f042 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <errno.h>
index af4c988..6e2b261 100644 (file)
@@ -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"
index 46c492a..b06b9be 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* libtcp-portmon.c:  tcp port monitoring library.
  *
  * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
index aa5ef1d..0dd99cf 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* libtcp-portmon.h:  tcp port monitoring library.
  *
  * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
index 832b3a8..a5feb59 100644 (file)
@@ -24,7 +24,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <dirent.h>
index 8ce47a2..d037fd9 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include <sys/stat.h>
 #include <sys/time.h>
index 53b0c3d..03e5609 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <sys/stat.h>
index db1d69d..8f311bf 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #ifndef _MBOXSCAN_H_
 #define _MBOXSCAN_H_
index a483ee5..3d72ba0 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <sys/ioctl.h>
index f15f220..3fe827f 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include "moc.h"
index 3545b54..197598f 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #ifndef MOC_H_
 #define MOC_H_
index 1f8c73a..a484484 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 
index db1f511..71d0a4c 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "netbsd.h"
 
index 8e56244..4926bb6 100644 (file)
@@ -23,7 +23,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$
  */
 
 #include "nvidia.h"
index 9b2fe2a..c0d311f 100644 (file)
@@ -23,7 +23,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$
  */
 
 
index d81e2e1..13cc8fb 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include <sys/dkstat.h>
 #include <sys/param.h>
index 68b8dc1..562f549 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id$
+/*
  *
  * Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
  *                                       Toni Spets <toni.spets@gmail.com>
index 6e5579e..ff7079a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id$
+/*
  *
  * Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
  *                                       Toni Spets <toni.spets@gmail.com>
index 64222ab..1938cb4 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include "prss.h"
index 14bac0c..1a2d330 100644 (file)
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  * USA.
  *
- * $Id$
- *
  */
 
 #include "smapi.h"
index 5ab489b..b8272d1 100644 (file)
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  * USA.
  *
- * $Id$
- *
  */
 
 #ifndef SMAPI_H
index 635665d..701f1a8 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 /* doesn't work, feel free to finish this */
 #include "conky.h"
index b9282ab..48b70f3 100644 (file)
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  * USA.
  *
- * $Id$
- *
  */
 #include "config.h"
 #include <stdio.h>
index b06dc90..c647f0d 100644 (file)
@@ -17,8 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  * USA.
  *
- * $Id$
- *
  */
 
 #ifndef TEMPHELPER_H
index bdcf174..ee223a6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* timed_thread.c: Abstraction layer for timed threads
  *
  * Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
index 533e11f..8c0afe5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* timed_thread.h: Abstraction layer for timed threads
  *
  * Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
index 828824e..9528818 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "top.h"
 
index d777dcd..06eddef 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #ifndef _top_h_
 #define _top_h_
index a684bc1..d2d5cf5 100644 (file)
@@ -23,8 +23,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$
- *
  */
 
 #include "conky.h"
index 21fc5de..0e48bd1 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 
index c264a68..14fa380 100644 (file)
@@ -22,7 +22,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
- * $Id$ */
+ */
 
 #include "conky.h"
 #include <xmmsclient/xmmsclient.h>