[Xfce4-commits] <xfce4-panel:devel> Get rid of the old SVN $Id$ lines.
Nick Schermer
noreply at xfce.org
Mon Oct 26 21:18:06 CET 2009
Updating branch refs/heads/devel
to ba45b6bd0649bb5ff88888e555a213b44a2263f9 (commit)
from 9d5e65acef731dd6382f8435fffff50bc3e08b6c (commit)
commit ba45b6bd0649bb5ff88888e555a213b44a2263f9
Author: Nick Schermer <nick at xfce.org>
Date: Mon Oct 26 16:06:52 2009 +0100
Get rid of the old SVN $Id$ lines.
Makefile.am | 1 -
common/Makefile.am | 1 -
common/panel-builder.c | 1 -
common/panel-builder.h | 1 -
common/panel-dbus.h | 1 -
common/panel-private.h | 1 -
common/panel-xfconf.c | 1 -
common/panel-xfconf.h | 1 -
configure.in.in | 3 +--
libxfce4panel/Makefile.am | 1 -
libxfce4panel/libxfce4panel-enums.h | 1 -
libxfce4panel/libxfce4panel.h | 1 -
libxfce4panel/xfce-arrow-button.c | 1 -
libxfce4panel/xfce-arrow-button.h | 1 -
libxfce4panel/xfce-hvbox.c | 1 -
libxfce4panel/xfce-hvbox.h | 1 -
libxfce4panel/xfce-panel-convenience.h | 1 -
libxfce4panel/xfce-panel-image.c | 1 -
libxfce4panel/xfce-panel-image.h | 1 -
libxfce4panel/xfce-panel-macros.h | 1 -
libxfce4panel/xfce-panel-plugin-provider.c | 1 -
libxfce4panel/xfce-panel-plugin-provider.h | 1 -
libxfce4panel/xfce-panel-plugin.c | 1 -
libxfce4panel/xfce-panel-plugin.h | 1 -
panel/Makefile.am | 1 -
panel/main.c | 1 -
panel/panel-application.c | 1 -
panel/panel-application.h | 1 -
panel/panel-base-window.c | 1 -
panel/panel-base-window.h | 1 -
panel/panel-dbus-client.c | 1 -
panel/panel-dbus-client.h | 1 -
panel/panel-dbus-service.c | 1 -
panel/panel-dbus-service.h | 1 -
panel/panel-dialogs.c | 1 -
panel/panel-dialogs.h | 1 -
panel/panel-item-dialog.c | 1 -
panel/panel-item-dialog.h | 1 -
panel/panel-itembar.c | 1 -
panel/panel-itembar.h | 1 -
panel/panel-module-factory.c | 1 -
panel/panel-module-factory.h | 1 -
panel/panel-module.c | 1 -
panel/panel-module.h | 1 -
panel/panel-plugin-external.c | 1 -
panel/panel-plugin-external.h | 1 -
panel/panel-preferences-dialog.c | 1 -
panel/panel-preferences-dialog.h | 1 -
panel/panel-window.c | 1 -
panel/panel-window.h | 1 -
plugins/Makefile.am | 1 -
plugins/actions/Makefile.am | 1 -
plugins/actions/actions.c | 1 -
plugins/actions/actions.h | 1 -
plugins/clock/Makefile.am | 1 -
plugins/clock/clock-analog.c | 1 -
plugins/clock/clock-analog.h | 1 -
plugins/clock/clock-binary.c | 1 -
plugins/clock/clock-binary.h | 1 -
plugins/clock/clock-digital.c | 1 -
plugins/clock/clock-digital.h | 1 -
plugins/clock/clock-fuzzy.c | 1 -
plugins/clock/clock-fuzzy.h | 1 -
plugins/clock/clock-lcd.c | 1 -
plugins/clock/clock-lcd.h | 1 -
plugins/clock/clock.c | 1 -
plugins/clock/clock.h | 1 -
plugins/launcher/Makefile.am | 1 -
plugins/launcher/launcher-dialog.c | 1 -
plugins/launcher/launcher-dialog.h | 1 -
plugins/launcher/launcher.c | 1 -
plugins/launcher/launcher.h | 1 -
plugins/pager/Makefile.am | 1 -
plugins/pager/pager.c | 1 -
plugins/pager/pager.h | 1 -
plugins/separator/Makefile.am | 1 -
plugins/separator/separator.c | 1 -
plugins/separator/separator.h | 1 -
plugins/showdesktop/Makefile.am | 1 -
plugins/showdesktop/showdesktop.c | 1 -
plugins/showdesktop/showdesktop.h | 1 -
plugins/systray/Makefile.am | 1 -
plugins/systray/systray-box.c | 1 -
plugins/systray/systray-box.h | 1 -
plugins/systray/systray-manager.c | 1 -
plugins/systray/systray-manager.h | 1 -
plugins/systray/systray-socket.c | 1 -
plugins/systray/systray-socket.h | 1 -
plugins/systray/systray.c | 1 -
plugins/systray/systray.h | 1 -
plugins/tasklist/Makefile.am | 1 -
plugins/tasklist/tasklist-widget.c | 1 -
plugins/tasklist/tasklist-widget.h | 1 -
plugins/tasklist/tasklist.c | 1 -
plugins/windowmenu/Makefile.am | 1 -
plugins/windowmenu/windowmenu.c | 1 -
plugins/windowmenu/windowmenu.h | 1 -
wrapper/Makefile.am | 1 -
wrapper/main.c | 1 -
wrapper/wrapper-module.c | 1 -
wrapper/wrapper-module.h | 1 -
wrapper/wrapper-plug.c | 1 -
wrapper/wrapper-plug.h | 1 -
103 files changed, 1 insertions(+), 104 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4a7015a..2d18720 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
SUBDIRS = \
libxfce4panel \
diff --git a/common/Makefile.am b/common/Makefile.am
index e2dc649..84eef03 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/common/panel-builder.c b/common/panel-builder.c
index 44aeb44..2ec4396 100644
--- a/common/panel-builder.c
+++ b/common/panel-builder.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/common/panel-builder.h b/common/panel-builder.h
index a621019..e553269 100644
--- a/common/panel-builder.h
+++ b/common/panel-builder.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/common/panel-dbus.h b/common/panel-dbus.h
index e4658e2..01a0335 100644
--- a/common/panel-dbus.h
+++ b/common/panel-dbus.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/common/panel-private.h b/common/panel-private.h
index 918668d..40f6164 100644
--- a/common/panel-private.h
+++ b/common/panel-private.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/common/panel-xfconf.c b/common/panel-xfconf.c
index cd524d0..0f1a329 100644
--- a/common/panel-xfconf.c
+++ b/common/panel-xfconf.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/common/panel-xfconf.h b/common/panel-xfconf.h
index 760e431..2689609 100644
--- a/common/panel-xfconf.h
+++ b/common/panel-xfconf.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/configure.in.in b/configure.in.in
index 31ee704..893155f 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,4 +1,3 @@
-dnl $Id: configure.in.in 26568 2008-01-14 01:09:43Z jannis $
dnl
dnl Copyright (c) 2004 - 2008 The Xfce development team
dnl
@@ -33,7 +32,7 @@ Written for Xfce by Jasper Huijsmans <jasper at xfce.org>
and Nick Schermer <nick at xfce.org>.])
AC_INIT([xfce4-panel], [xfce4_panel_version], [http://bugzilla.xfce.org/], [xfce4-panel])
AC_PREREQ([2.50])
-AC_REVISION([$Id$])
+AC_REVISION([xfce4_panel_version_build])
dnl ***************************
dnl *** Initialize automake ***
diff --git a/libxfce4panel/Makefile.am b/libxfce4panel/Makefile.am
index b7932ac..0ef2258 100644
--- a/libxfce4panel/Makefile.am
+++ b/libxfce4panel/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/libxfce4panel/libxfce4panel-enums.h b/libxfce4panel/libxfce4panel-enums.h
index d45440e..4f7b16d 100644
--- a/libxfce4panel/libxfce4panel-enums.h
+++ b/libxfce4panel/libxfce4panel-enums.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2006-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
diff --git a/libxfce4panel/libxfce4panel.h b/libxfce4panel/libxfce4panel.h
index 06429d1..db5ac82 100644
--- a/libxfce4panel/libxfce4panel.h
+++ b/libxfce4panel/libxfce4panel.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/libxfce4panel/xfce-arrow-button.c b/libxfce4panel/xfce-arrow-button.c
index 67c75ab..6b834de 100644
--- a/libxfce4panel/xfce-arrow-button.c
+++ b/libxfce4panel/xfce-arrow-button.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2006-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
diff --git a/libxfce4panel/xfce-arrow-button.h b/libxfce4panel/xfce-arrow-button.h
index 226d2a2..290985a 100644
--- a/libxfce4panel/xfce-arrow-button.h
+++ b/libxfce4panel/xfce-arrow-button.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2006-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
diff --git a/libxfce4panel/xfce-hvbox.c b/libxfce4panel/xfce-hvbox.c
index 5d0b2e1..107b351 100644
--- a/libxfce4panel/xfce-hvbox.c
+++ b/libxfce4panel/xfce-hvbox.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* This file is partly based on OBox
* Copyright (C) 2002 Red Hat Inc. based on GtkHBox
diff --git a/libxfce4panel/xfce-hvbox.h b/libxfce4panel/xfce-hvbox.h
index d6c0750..5ebb6dd 100644
--- a/libxfce4panel/xfce-hvbox.h
+++ b/libxfce4panel/xfce-hvbox.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* This file is partly based on OBox
* Copyright (C) 2002 Red Hat Inc. based on GtkHBox
diff --git a/libxfce4panel/xfce-panel-convenience.h b/libxfce4panel/xfce-panel-convenience.h
index 5c25f5b..3d91ac4 100644
--- a/libxfce4panel/xfce-panel-convenience.h
+++ b/libxfce4panel/xfce-panel-convenience.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2006-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
diff --git a/libxfce4panel/xfce-panel-image.c b/libxfce4panel/xfce-panel-image.c
index 5d24333..c6ed868 100644
--- a/libxfce4panel/xfce-panel-image.c
+++ b/libxfce4panel/xfce-panel-image.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/libxfce4panel/xfce-panel-image.h b/libxfce4panel/xfce-panel-image.h
index c3367ff..d03785e 100644
--- a/libxfce4panel/xfce-panel-image.h
+++ b/libxfce4panel/xfce-panel-image.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/libxfce4panel/xfce-panel-macros.h b/libxfce4panel/xfce-panel-macros.h
index 1909f70..444b166 100644
--- a/libxfce4panel/xfce-panel-macros.h
+++ b/libxfce4panel/xfce-panel-macros.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/libxfce4panel/xfce-panel-plugin-provider.c b/libxfce4panel/xfce-panel-plugin-provider.c
index c7f47b1..487938d 100644
--- a/libxfce4panel/xfce-panel-plugin-provider.c
+++ b/libxfce4panel/xfce-panel-plugin-provider.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/libxfce4panel/xfce-panel-plugin-provider.h b/libxfce4panel/xfce-panel-plugin-provider.h
index 007db13..c147590 100644
--- a/libxfce4panel/xfce-panel-plugin-provider.h
+++ b/libxfce4panel/xfce-panel-plugin-provider.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index 2c7a264..be43655 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/libxfce4panel/xfce-panel-plugin.h b/libxfce4panel/xfce-panel-plugin.h
index 4e26c0e..f881aab 100644
--- a/libxfce4panel/xfce-panel-plugin.h
+++ b/libxfce4panel/xfce-panel-plugin.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/Makefile.am b/panel/Makefile.am
index 65c5f08..48460df 100644
--- a/panel/Makefile.am
+++ b/panel/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/panel/main.c b/panel/main.c
index 419c33c..2b72b97 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-application.c b/panel/panel-application.c
index 41fd82d..2065be1 100644
--- a/panel/panel-application.c
+++ b/panel/panel-application.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-application.h b/panel/panel-application.h
index f1b840a..d8f85aa 100644
--- a/panel/panel-application.h
+++ b/panel/panel-application.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-base-window.c b/panel/panel-base-window.c
index 1c6b72c..95e811e 100644
--- a/panel/panel-base-window.c
+++ b/panel/panel-base-window.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-base-window.h b/panel/panel-base-window.h
index 2c50eb8..f8640e6 100644
--- a/panel/panel-base-window.h
+++ b/panel/panel-base-window.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-dbus-client.c b/panel/panel-dbus-client.c
index a1a8124..e1b9186 100644
--- a/panel/panel-dbus-client.c
+++ b/panel/panel-dbus-client.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-dbus-client.h b/panel/panel-dbus-client.h
index 82024be..7581732 100644
--- a/panel/panel-dbus-client.h
+++ b/panel/panel-dbus-client.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-dbus-service.c b/panel/panel-dbus-service.c
index 0b0f81d..d5123ab 100644
--- a/panel/panel-dbus-service.c
+++ b/panel/panel-dbus-service.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-dbus-service.h b/panel/panel-dbus-service.h
index f5d1db6..3d80f29 100644
--- a/panel/panel-dbus-service.h
+++ b/panel/panel-dbus-service.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-dialogs.c b/panel/panel-dialogs.c
index c59654a..f7b86e7 100644
--- a/panel/panel-dialogs.c
+++ b/panel/panel-dialogs.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-dialogs.h b/panel/panel-dialogs.h
index cefb7b0..ff1f393 100644
--- a/panel/panel-dialogs.h
+++ b/panel/panel-dialogs.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-item-dialog.c b/panel/panel-item-dialog.c
index 88b0fb1..a768669 100644
--- a/panel/panel-item-dialog.c
+++ b/panel/panel-item-dialog.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-item-dialog.h b/panel/panel-item-dialog.h
index 7833df6..f8209e9 100644
--- a/panel/panel-item-dialog.h
+++ b/panel/panel-item-dialog.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-itembar.c b/panel/panel-itembar.c
index e9eb9b8..1ae9b49 100644
--- a/panel/panel-itembar.c
+++ b/panel/panel-itembar.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-itembar.h b/panel/panel-itembar.h
index c158b9b..87b3150 100644
--- a/panel/panel-itembar.h
+++ b/panel/panel-itembar.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-module-factory.c b/panel/panel-module-factory.c
index 88e498c..0386ef8 100644
--- a/panel/panel-module-factory.c
+++ b/panel/panel-module-factory.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-module-factory.h b/panel/panel-module-factory.h
index d67a03a..149e88b 100644
--- a/panel/panel-module-factory.h
+++ b/panel/panel-module-factory.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-module.c b/panel/panel-module.c
index 6b02b3c..a0da51b 100644
--- a/panel/panel-module.c
+++ b/panel/panel-module.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-module.h b/panel/panel-module.h
index f84fee3..0a69bc9 100644
--- a/panel/panel-module.h
+++ b/panel/panel-module.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-plugin-external.c b/panel/panel-plugin-external.c
index de70047..bdeacf1 100644
--- a/panel/panel-plugin-external.c
+++ b/panel/panel-plugin-external.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-plugin-external.h b/panel/panel-plugin-external.h
index f74d020..b8f9c3d 100644
--- a/panel/panel-plugin-external.h
+++ b/panel/panel-plugin-external.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-preferences-dialog.c b/panel/panel-preferences-dialog.c
index 959fe23..47fa285 100644
--- a/panel/panel-preferences-dialog.c
+++ b/panel/panel-preferences-dialog.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-preferences-dialog.h b/panel/panel-preferences-dialog.h
index 427f78e..a62eed8 100644
--- a/panel/panel-preferences-dialog.h
+++ b/panel/panel-preferences-dialog.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-window.c b/panel/panel-window.c
index ae1f7b7..11f1f47 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/panel/panel-window.h b/panel/panel-window.h
index 69851c5..81155d7 100644
--- a/panel/panel-window.h
+++ b/panel/panel-window.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 7167902..abd2653 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
SUBDIRS = \
actions \
diff --git a/plugins/actions/Makefile.am b/plugins/actions/Makefile.am
index d4c4a97..7922d6e 100644
--- a/plugins/actions/Makefile.am
+++ b/plugins/actions/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 1cc9a8a..60df52f 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/actions/actions.h b/plugins/actions/actions.h
index 176629c..236e663 100644
--- a/plugins/actions/actions.h
+++ b/plugins/actions/actions.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/Makefile.am b/plugins/clock/Makefile.am
index e400562..05531b1 100644
--- a/plugins/clock/Makefile.am
+++ b/plugins/clock/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/clock/clock-analog.c b/plugins/clock/clock-analog.c
index 17d8953..dd3cf41 100644
--- a/plugins/clock/clock-analog.c
+++ b/plugins/clock/clock-analog.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-analog.h b/plugins/clock/clock-analog.h
index 70b72f1..4e96dca 100644
--- a/plugins/clock/clock-analog.h
+++ b/plugins/clock/clock-analog.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-binary.c b/plugins/clock/clock-binary.c
index e93db13..2f92d67 100644
--- a/plugins/clock/clock-binary.c
+++ b/plugins/clock/clock-binary.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-binary.h b/plugins/clock/clock-binary.h
index 9bfef74..7611422 100644
--- a/plugins/clock/clock-binary.h
+++ b/plugins/clock/clock-binary.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-digital.c b/plugins/clock/clock-digital.c
index 23f7d3d..e990566 100644
--- a/plugins/clock/clock-digital.c
+++ b/plugins/clock/clock-digital.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-digital.h b/plugins/clock/clock-digital.h
index 0f90039..4280ae3 100644
--- a/plugins/clock/clock-digital.h
+++ b/plugins/clock/clock-digital.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-fuzzy.c b/plugins/clock/clock-fuzzy.c
index 6bb9899..11019ca 100644
--- a/plugins/clock/clock-fuzzy.c
+++ b/plugins/clock/clock-fuzzy.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-fuzzy.h b/plugins/clock/clock-fuzzy.h
index 5bca767..1703ffe 100644
--- a/plugins/clock/clock-fuzzy.h
+++ b/plugins/clock/clock-fuzzy.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-lcd.c b/plugins/clock/clock-lcd.c
index e0b5312..1fca0a3 100644
--- a/plugins/clock/clock-lcd.c
+++ b/plugins/clock/clock-lcd.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock-lcd.h b/plugins/clock/clock-lcd.h
index 4ca6403..eea7d8a 100644
--- a/plugins/clock/clock-lcd.h
+++ b/plugins/clock/clock-lcd.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c
index 6dc6b2d..406b8a0 100644
--- a/plugins/clock/clock.c
+++ b/plugins/clock/clock.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/clock/clock.h b/plugins/clock/clock.h
index fb940f9..166345e 100644
--- a/plugins/clock/clock.h
+++ b/plugins/clock/clock.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/launcher/Makefile.am b/plugins/launcher/Makefile.am
index 682de3a..96f9a93 100644
--- a/plugins/launcher/Makefile.am
+++ b/plugins/launcher/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/launcher/launcher-dialog.c b/plugins/launcher/launcher-dialog.c
index b9e5fb5..2d8b41e 100644
--- a/plugins/launcher/launcher-dialog.c
+++ b/plugins/launcher/launcher-dialog.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/launcher/launcher-dialog.h b/plugins/launcher/launcher-dialog.h
index 39a4d5f..1de79d0 100644
--- a/plugins/launcher/launcher-dialog.h
+++ b/plugins/launcher/launcher-dialog.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index eafab73..87ac8e1 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/launcher/launcher.h b/plugins/launcher/launcher.h
index 6c377c5..75375ff 100644
--- a/plugins/launcher/launcher.h
+++ b/plugins/launcher/launcher.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/pager/Makefile.am b/plugins/pager/Makefile.am
index 08cbaab..78e062f 100644
--- a/plugins/pager/Makefile.am
+++ b/plugins/pager/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index c381153..da64735 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2005-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
diff --git a/plugins/pager/pager.h b/plugins/pager/pager.h
index 8e2af9e..28cbc09 100644
--- a/plugins/pager/pager.h
+++ b/plugins/pager/pager.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/plugins/separator/Makefile.am b/plugins/separator/Makefile.am
index 9c88b18..ffc706c 100644
--- a/plugins/separator/Makefile.am
+++ b/plugins/separator/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/separator/separator.c b/plugins/separator/separator.c
index a2226b2..f72c1f2 100644
--- a/plugins/separator/separator.c
+++ b/plugins/separator/separator.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2005-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
diff --git a/plugins/separator/separator.h b/plugins/separator/separator.h
index 591a544..7f51a2d 100644
--- a/plugins/separator/separator.h
+++ b/plugins/separator/separator.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2005-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
diff --git a/plugins/showdesktop/Makefile.am b/plugins/showdesktop/Makefile.am
index b387ad4..7e58c33 100644
--- a/plugins/showdesktop/Makefile.am
+++ b/plugins/showdesktop/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/showdesktop/showdesktop.c b/plugins/showdesktop/showdesktop.c
index 92ae60b..b85815f 100644
--- a/plugins/showdesktop/showdesktop.c
+++ b/plugins/showdesktop/showdesktop.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2005-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
diff --git a/plugins/showdesktop/showdesktop.h b/plugins/showdesktop/showdesktop.h
index 608b9c7..94bbc9b 100644
--- a/plugins/showdesktop/showdesktop.h
+++ b/plugins/showdesktop/showdesktop.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/plugins/systray/Makefile.am b/plugins/systray/Makefile.am
index ec2f2f8..0481f0c 100644
--- a/plugins/systray/Makefile.am
+++ b/plugins/systray/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
index 7c490ef..b7481cd 100644
--- a/plugins/systray/systray-box.c
+++ b/plugins/systray/systray-box.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/systray/systray-box.h b/plugins/systray/systray-box.h
index 5dc1e6a..96f2ebf 100644
--- a/plugins/systray/systray-box.h
+++ b/plugins/systray/systray-box.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/systray/systray-manager.c b/plugins/systray/systray-manager.c
index d5d1512..c218f23 100644
--- a/plugins/systray/systray-manager.c
+++ b/plugins/systray/systray-manager.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2002 Anders Carlsson <andersca at gnu.org>
* Copyright (c) 2003-2004 Benedikt Meurer <benny at xfce.org>
diff --git a/plugins/systray/systray-manager.h b/plugins/systray/systray-manager.h
index 9712d42..d4c1cdb 100644
--- a/plugins/systray/systray-manager.h
+++ b/plugins/systray/systray-manager.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2002 Anders Carlsson <andersca at gnu.org>
* Copyright (c) 2003-2004 Benedikt Meurer <benny at xfce.org>
diff --git a/plugins/systray/systray-socket.c b/plugins/systray/systray-socket.c
index d382c1d..028692e 100644
--- a/plugins/systray/systray-socket.c
+++ b/plugins/systray/systray-socket.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2002 Anders Carlsson <andersca at gnu.org>
* Copyright (c) 2003-2006 Vincent Untz
diff --git a/plugins/systray/systray-socket.h b/plugins/systray/systray-socket.h
index 942df6d..7b6a9c4 100644
--- a/plugins/systray/systray-socket.h
+++ b/plugins/systray/systray-socket.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2002 Anders Carlsson <andersca at gnu.org>
* Copyright (c) 2003-2006 Vincent Untz
diff --git a/plugins/systray/systray.c b/plugins/systray/systray.c
index 0b571bc..0805312 100644
--- a/plugins/systray/systray.c
+++ b/plugins/systray/systray.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (c) 2005-2007 Jasper Huijsmans <jasper at xfce.org>
* Copyright (c) 2007-2009 Nick Schermer <nick at xfce.org>
diff --git a/plugins/systray/systray.h b/plugins/systray/systray.h
index cc4f545..65ab57c 100644
--- a/plugins/systray/systray.h
+++ b/plugins/systray/systray.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff --git a/plugins/tasklist/Makefile.am b/plugins/tasklist/Makefile.am
index e0b3bc2..ca03e8f 100644
--- a/plugins/tasklist/Makefile.am
+++ b/plugins/tasklist/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 55e53c8..37b26bc 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/tasklist/tasklist-widget.h b/plugins/tasklist/tasklist-widget.h
index 7512a23..077f862 100644
--- a/plugins/tasklist/tasklist-widget.h
+++ b/plugins/tasklist/tasklist-widget.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/tasklist/tasklist.c b/plugins/tasklist/tasklist.c
index 4c25cdc..a66e34f 100644
--- a/plugins/tasklist/tasklist.c
+++ b/plugins/tasklist/tasklist.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/windowmenu/Makefile.am b/plugins/windowmenu/Makefile.am
index 3d016b1..9d2c071 100644
--- a/plugins/windowmenu/Makefile.am
+++ b/plugins/windowmenu/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c
index f5a40a2..ac1c9fe 100644
--- a/plugins/windowmenu/windowmenu.c
+++ b/plugins/windowmenu/windowmenu.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/plugins/windowmenu/windowmenu.h b/plugins/windowmenu/windowmenu.h
index 181d7af..1ec6c64 100644
--- a/plugins/windowmenu/windowmenu.h
+++ b/plugins/windowmenu/windowmenu.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 4a5962b..ea9e280 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
INCLUDES = \
-I$(top_srcdir) \
diff --git a/wrapper/main.c b/wrapper/main.c
index 11afb6f..5de3622 100644
--- a/wrapper/main.c
+++ b/wrapper/main.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/wrapper/wrapper-module.c b/wrapper/wrapper-module.c
index a221c7c..632438f 100644
--- a/wrapper/wrapper-module.c
+++ b/wrapper/wrapper-module.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/wrapper/wrapper-module.h b/wrapper/wrapper-module.h
index 086ca99..d22388f 100644
--- a/wrapper/wrapper-module.h
+++ b/wrapper/wrapper-module.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2009 Nick Schermer <nick at xfce.org>
*
diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index a0c3549..963e41a 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
diff --git a/wrapper/wrapper-plug.h b/wrapper/wrapper-plug.h
index 5e470a1..5a089af 100644
--- a/wrapper/wrapper-plug.h
+++ b/wrapper/wrapper-plug.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/*
* Copyright (C) 2008-2009 Nick Schermer <nick at xfce.org>
*
More information about the Xfce4-commits
mailing list