aboutsummaryrefslogtreecommitdiffstats
path: root/embed
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 /embed
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 'embed')
-rw-r--r--embed/downloader-view.c1
-rw-r--r--embed/downloader-view.h1
-rw-r--r--embed/ephy-adblock-manager.c1
-rw-r--r--embed/ephy-adblock-manager.h1
-rw-r--r--embed/ephy-adblock.c1
-rw-r--r--embed/ephy-adblock.h1
-rw-r--r--embed/ephy-command-manager.c1
-rw-r--r--embed/ephy-command-manager.h1
-rw-r--r--embed/ephy-cookie-manager.c1
-rw-r--r--embed/ephy-cookie-manager.h1
-rw-r--r--embed/ephy-download.c1
-rw-r--r--embed/ephy-download.h1
-rw-r--r--embed/ephy-embed-dialog.c1
-rw-r--r--embed/ephy-embed-dialog.h1
-rw-r--r--embed/ephy-embed-event.c1
-rw-r--r--embed/ephy-embed-event.h1
-rw-r--r--embed/ephy-embed-factory.c1
-rw-r--r--embed/ephy-embed-factory.h1
-rw-r--r--embed/ephy-embed-persist.c1
-rw-r--r--embed/ephy-embed-persist.h1
-rw-r--r--embed/ephy-embed-shell.c1
-rw-r--r--embed/ephy-embed-shell.h1
-rw-r--r--embed/ephy-embed-single.c1
-rw-r--r--embed/ephy-embed-single.h1
-rw-r--r--embed/ephy-embed.c1
-rw-r--r--embed/ephy-embed.h1
-rw-r--r--embed/ephy-encodings.c1
-rw-r--r--embed/ephy-encodings.h1
-rw-r--r--embed/ephy-favicon-cache.c1
-rw-r--r--embed/ephy-favicon-cache.h1
-rw-r--r--embed/ephy-history.c1
-rw-r--r--embed/ephy-history.h1
-rw-r--r--embed/ephy-password-manager.c1
-rw-r--r--embed/ephy-password-manager.h1
-rw-r--r--embed/ephy-permission-manager.c1
-rw-r--r--embed/ephy-permission-manager.h1
-rw-r--r--embed/webkit/webkit-embed-persist.h1
37 files changed, 0 insertions, 37 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index 2851b8eda..f3efdee97 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-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/embed/downloader-view.h b/embed/downloader-view.h
index edd1588be..52f5023df 100644
--- a/embed/downloader-view.h
+++ b/embed/downloader-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 DOWNLOADER_VIEW_H
diff --git a/embed/ephy-adblock-manager.c b/embed/ephy-adblock-manager.c
index 5f714c138..78fd2356a 100644
--- a/embed/ephy-adblock-manager.c
+++ b/embed/ephy-adblock-manager.c
@@ -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$
*/
#include "config.h"
diff --git a/embed/ephy-adblock-manager.h b/embed/ephy-adblock-manager.h
index e13b51890..cb18ca754 100644
--- a/embed/ephy-adblock-manager.h
+++ b/embed/ephy-adblock-manager.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/embed/ephy-adblock.c b/embed/ephy-adblock.c
index fc5b6bc21..dcebc9818 100644
--- a/embed/ephy-adblock.c
+++ b/embed/ephy-adblock.c
@@ -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$
*/
#include "config.h"
diff --git a/embed/ephy-adblock.h b/embed/ephy-adblock.h
index 4df48e605..50d6b0303 100644
--- a/embed/ephy-adblock.h
+++ b/embed/ephy-adblock.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/embed/ephy-command-manager.c b/embed/ephy-command-manager.c
index 4100a4ec9..33cb1babe 100644
--- a/embed/ephy-command-manager.c
+++ b/embed/ephy-command-manager.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/embed/ephy-command-manager.h b/embed/ephy-command-manager.h
index c2b55e138..2c087f7e5 100644
--- a/embed/ephy-command-manager.h
+++ b/embed/ephy-command-manager.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/embed/ephy-cookie-manager.c b/embed/ephy-cookie-manager.c
index fe06907f2..8a8f74605 100644
--- a/embed/ephy-cookie-manager.c
+++ b/embed/ephy-cookie-manager.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/embed/ephy-cookie-manager.h b/embed/ephy-cookie-manager.h
index 58d8788bd..2f12d4073 100644
--- a/embed/ephy-cookie-manager.h
+++ b/embed/ephy-cookie-manager.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/embed/ephy-download.c b/embed/ephy-download.c
index e903d4c58..868d82975 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.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/embed/ephy-download.h b/embed/ephy-download.h
index 53fec9dc6..6741f776b 100644
--- a/embed/ephy-download.h
+++ b/embed/ephy-download.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/embed/ephy-embed-dialog.c b/embed/ephy-embed-dialog.c
index 19f0e15c1..e4a62c7b3 100644
--- a/embed/ephy-embed-dialog.c
+++ b/embed/ephy-embed-dialog.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/embed/ephy-embed-dialog.h b/embed/ephy-embed-dialog.h
index 8624c2357..ab14bb9c2 100644
--- a/embed/ephy-embed-dialog.h
+++ b/embed/ephy-embed-dialog.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/embed/ephy-embed-event.c b/embed/ephy-embed-event.c
index 59aa1f62e..352215ae2 100644
--- a/embed/ephy-embed-event.c
+++ b/embed/ephy-embed-event.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/embed/ephy-embed-event.h b/embed/ephy-embed-event.h
index c66dc5248..ac235224d 100644
--- a/embed/ephy-embed-event.h
+++ b/embed/ephy-embed-event.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/embed/ephy-embed-factory.c b/embed/ephy-embed-factory.c
index 78daacf0b..4c4488ad5 100644
--- a/embed/ephy-embed-factory.c
+++ b/embed/ephy-embed-factory.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/embed/ephy-embed-factory.h b/embed/ephy-embed-factory.h
index 02bbc28cc..386019282 100644
--- a/embed/ephy-embed-factory.h
+++ b/embed/ephy-embed-factory.h
@@ -16,7 +16,6 @@
* 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/embed/ephy-embed-persist.c b/embed/ephy-embed-persist.c
index 2f694240f..b1ae37bfe 100644
--- a/embed/ephy-embed-persist.c
+++ b/embed/ephy-embed-persist.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/embed/ephy-embed-persist.h b/embed/ephy-embed-persist.h
index b06b04618..c88776c31 100644
--- a/embed/ephy-embed-persist.h
+++ b/embed/ephy-embed-persist.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/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 9d9d8e6b6..03b493fde 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.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/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index 17df203b9..9772293b3 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.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/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 981e15aab..9d4c210c1 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.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/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index fb97d1d2f..e4d0e0e19 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.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/embed/ephy-embed.c b/embed/ephy-embed.c
index 4be48a23c..53cebb5c3 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.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/embed/ephy-embed.h b/embed/ephy-embed.h
index 6d85bf93b..9f74b53ec 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.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/embed/ephy-encodings.c b/embed/ephy-encodings.c
index aa2950233..44bca62e7 100644
--- a/embed/ephy-encodings.c
+++ b/embed/ephy-encodings.c
@@ -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$
*/
#include "config.h"
diff --git a/embed/ephy-encodings.h b/embed/ephy-encodings.h
index feb553127..626ae8c3a 100644
--- a/embed/ephy-encodings.h
+++ b/embed/ephy-encodings.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/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c
index 22cf67209..5d077b2f0 100644
--- a/embed/ephy-favicon-cache.c
+++ b/embed/ephy-favicon-cache.c
@@ -18,7 +18,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/embed/ephy-favicon-cache.h b/embed/ephy-favicon-cache.h
index d225e9b27..216c33d30 100644
--- a/embed/ephy-favicon-cache.h
+++ b/embed/ephy-favicon-cache.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/embed/ephy-history.c b/embed/ephy-history.c
index bc8cb098e..509afb0af 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.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/embed/ephy-history.h b/embed/ephy-history.h
index 3bc7ad752..8b423b4ad 100644
--- a/embed/ephy-history.h
+++ b/embed/ephy-history.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/embed/ephy-password-manager.c b/embed/ephy-password-manager.c
index a702d713e..aa757c7e4 100644
--- a/embed/ephy-password-manager.c
+++ b/embed/ephy-password-manager.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/embed/ephy-password-manager.h b/embed/ephy-password-manager.h
index 90dd90508..8e8b7bc3b 100644
--- a/embed/ephy-password-manager.h
+++ b/embed/ephy-password-manager.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/embed/ephy-permission-manager.c b/embed/ephy-permission-manager.c
index b80d41ffe..9ae054c8d 100644
--- a/embed/ephy-permission-manager.c
+++ b/embed/ephy-permission-manager.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/embed/ephy-permission-manager.h b/embed/ephy-permission-manager.h
index 884fbfcab..f34ae7c6c 100644
--- a/embed/ephy-permission-manager.h
+++ b/embed/ephy-permission-manager.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/embed/webkit/webkit-embed-persist.h b/embed/webkit/webkit-embed-persist.h
index e4843874a..671a74745 100644
--- a/embed/webkit/webkit-embed-persist.h
+++ b/embed/webkit/webkit-embed-persist.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 WEBKIT_EMBED_PERSIST_H