aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-01-16 15:23:50 +0800
committerXan Lopez <xan@src.gnome.org>2009-01-16 15:23:50 +0800
commit5b0b42e883f549b3f16c729c2149b7d7c664f244 (patch)
tree252a4589cbe3b06db5796f92a2b8e9d1cd547f32 /lib/widgets
parentcde8e420e5626e545ebf2c28fadaaad516f2ebb6 (diff)
downloadgsoc2013-epiphany-5b0b42e883f549b3f16c729c2149b7d7c664f244.tar
gsoc2013-epiphany-5b0b42e883f549b3f16c729c2149b7d7c664f244.tar.gz
gsoc2013-epiphany-5b0b42e883f549b3f16c729c2149b7d7c664f244.tar.bz2
gsoc2013-epiphany-5b0b42e883f549b3f16c729c2149b7d7c664f244.tar.lz
gsoc2013-epiphany-5b0b42e883f549b3f16c729c2149b7d7c664f244.tar.xz
gsoc2013-epiphany-5b0b42e883f549b3f16c729c2149b7d7c664f244.tar.zst
gsoc2013-epiphany-5b0b42e883f549b3f16c729c2149b7d7c664f244.zip
Remove $Id$ marker from source files.
svn path=/trunk/; revision=8695
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-location-entry.h1
-rw-r--r--lib/widgets/ephy-node-view.c1
-rw-r--r--lib/widgets/ephy-node-view.h1
-rw-r--r--lib/widgets/ephy-search-entry.h1
-rw-r--r--lib/widgets/ephy-spinner.c1
-rw-r--r--lib/widgets/ephy-spinner.h1
-rw-r--r--lib/widgets/ephy-tree-model-node.c1
-rw-r--r--lib/widgets/ephy-tree-model-node.h1
-rw-r--r--lib/widgets/ephy-tree-model-sort.c1
-rw-r--r--lib/widgets/ephy-tree-model-sort.h1
-rw-r--r--lib/widgets/ephy-zoom-action.c1
-rw-r--r--lib/widgets/ephy-zoom-action.h1
-rw-r--r--lib/widgets/ephy-zoom-control.c1
-rw-r--r--lib/widgets/ephy-zoom-control.h1
-rw-r--r--lib/widgets/testiconentry.c1
-rw-r--r--lib/widgets/testspinner.c1
16 files changed, 0 insertions, 16 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index 71539251c..fc343d644 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
diff --git a/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c
index 61f7fb6a4..fcad5568e 100644
--- a/lib/widgets/ephy-node-view.c
+++ b/lib/widgets/ephy-node-view.c
@@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#include "config.h"
diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h
index a42d0d42a..96f98fa0a 100644
--- a/lib/widgets/ephy-node-view.h
+++ b/lib/widgets/ephy-node-view.h
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#ifndef __EPHY_NODE_VIEW_H
diff --git a/lib/widgets/ephy-search-entry.h b/lib/widgets/ephy-search-entry.h
index f97ab0692..dd675d12a 100644
--- a/lib/widgets/ephy-search-entry.h
+++ b/lib/widgets/ephy-search-entry.h
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c
index d84255519..a210a156b 100644
--- a/lib/widgets/ephy-spinner.c
+++ b/lib/widgets/ephy-spinner.c
@@ -21,7 +21,6 @@
*
* Ephy port by Marco Pesenti Gritti <marco@it.gnome.org>
*
- * $Id$
*/
#ifndef COMPILING_TESTSPINNER
diff --git a/lib/widgets/ephy-spinner.h b/lib/widgets/ephy-spinner.h
index dbedc4ab5..c137d357f 100644
--- a/lib/widgets/ephy-spinner.h
+++ b/lib/widgets/ephy-spinner.h
@@ -19,7 +19,6 @@
*
* Author: Andy Hertzfeld <andy@eazel.com>
*
- * $Id$
*/
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
diff --git a/lib/widgets/ephy-tree-model-node.c b/lib/widgets/ephy-tree-model-node.c
index d80da536a..916fae586 100644
--- a/lib/widgets/ephy-tree-model-node.c
+++ b/lib/widgets/ephy-tree-model-node.c
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#include "config.h"
diff --git a/lib/widgets/ephy-tree-model-node.h b/lib/widgets/ephy-tree-model-node.h
index 7b3eaf38b..8a277be08 100644
--- a/lib/widgets/ephy-tree-model-node.h
+++ b/lib/widgets/ephy-tree-model-node.h
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#ifndef __EPHY_TREE_MODEL_NODE_H
diff --git a/lib/widgets/ephy-tree-model-sort.c b/lib/widgets/ephy-tree-model-sort.c
index c49c02a4d..6f67c6d21 100644
--- a/lib/widgets/ephy-tree-model-sort.c
+++ b/lib/widgets/ephy-tree-model-sort.c
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#include "config.h"
diff --git a/lib/widgets/ephy-tree-model-sort.h b/lib/widgets/ephy-tree-model-sort.h
index 544d071c6..a21f31b87 100644
--- a/lib/widgets/ephy-tree-model-sort.h
+++ b/lib/widgets/ephy-tree-model-sort.h
@@ -14,7 +14,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
diff --git a/lib/widgets/ephy-zoom-action.c b/lib/widgets/ephy-zoom-action.c
index 6f60b29ad..342757abb 100644
--- a/lib/widgets/ephy-zoom-action.c
+++ b/lib/widgets/ephy-zoom-action.c
@@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#include "config.h"
diff --git a/lib/widgets/ephy-zoom-action.h b/lib/widgets/ephy-zoom-action.h
index b468a6770..647d0c14f 100644
--- a/lib/widgets/ephy-zoom-action.h
+++ b/lib/widgets/ephy-zoom-action.h
@@ -16,7 +16,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
diff --git a/lib/widgets/ephy-zoom-control.c b/lib/widgets/ephy-zoom-control.c
index 9229d0b31..b719ace71 100644
--- a/lib/widgets/ephy-zoom-control.c
+++ b/lib/widgets/ephy-zoom-control.c
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#include "config.h"
diff --git a/lib/widgets/ephy-zoom-control.h b/lib/widgets/ephy-zoom-control.h
index e97860427..04b6c61dc 100644
--- a/lib/widgets/ephy-zoom-control.h
+++ b/lib/widgets/ephy-zoom-control.h
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
diff --git a/lib/widgets/testiconentry.c b/lib/widgets/testiconentry.c
index 92a8cdd76..75bd0d88c 100644
--- a/lib/widgets/testiconentry.c
+++ b/lib/widgets/testiconentry.c
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#include <glib.h>
diff --git a/lib/widgets/testspinner.c b/lib/widgets/testspinner.c
index 66a3aa0b0..e95155484 100644
--- a/lib/widgets/testspinner.c
+++ b/lib/widgets/testspinner.c
@@ -15,7 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $Id$
*/
#include <glib.h>