summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-02-21 19:59:01 +0000
committerChristian Persch <chpe@src.gnome.org>2004-02-21 19:59:01 +0000
commitb3d1f30aea03119819b34418c900ca5141ba233c (patch)
tree8d88d1bc6a55c2e4d17583134f3d8a9a3ef10683
parent2c478169f64368f7806f207cb9c8acefe625528f (diff)
downloadepiphany-b3d1f30aea03119819b34418c900ca5141ba233c.tar.gz
Add $ markers
-rw-r--r--embed/mozilla/EventContext.cpp1
-rw-r--r--lib/ephy-debug.c2
-rw-r--r--lib/ephy-gui.c2
-rw-r--r--lib/ephy-gui.h2
4 files changed, 7 insertions, 0 deletions
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp
index 881652d8b..230ce7dd3 100644
--- a/embed/mozilla/EventContext.cpp
+++ b/embed/mozilla/EventContext.cpp
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2000-2004 Marco Pesenti Gritti
* Copyright (C) 2003, 2004 Christian Persch
+ *
* 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 Software Foundation; either version 2, or (at your option)
diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c
index 4f9f74cdd..753678183 100644
--- a/lib/ephy-debug.c
+++ b/lib/ephy-debug.c
@@ -14,6 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
*/
#include "ephy-debug.h"
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c
index de7f7ba86..6072a05ae 100644
--- a/lib/ephy-gui.c
+++ b/lib/ephy-gui.c
@@ -14,6 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h
index 879d6330f..73ab060d2 100644
--- a/lib/ephy-gui.h
+++ b/lib/ephy-gui.h
@@ -14,6 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Id$
*/
#ifndef EPHY_GUI_H