diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-02-22 03:59:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-22 03:59:01 +0800 |
commit | b3d1f30aea03119819b34418c900ca5141ba233c (patch) | |
tree | 8d88d1bc6a55c2e4d17583134f3d8a9a3ef10683 /lib | |
parent | 2c478169f64368f7806f207cb9c8acefe625528f (diff) | |
download | gsoc2013-epiphany-b3d1f30aea03119819b34418c900ca5141ba233c.tar gsoc2013-epiphany-b3d1f30aea03119819b34418c900ca5141ba233c.tar.gz gsoc2013-epiphany-b3d1f30aea03119819b34418c900ca5141ba233c.tar.bz2 gsoc2013-epiphany-b3d1f30aea03119819b34418c900ca5141ba233c.tar.lz gsoc2013-epiphany-b3d1f30aea03119819b34418c900ca5141ba233c.tar.xz gsoc2013-epiphany-b3d1f30aea03119819b34418c900ca5141ba233c.tar.zst gsoc2013-epiphany-b3d1f30aea03119819b34418c900ca5141ba233c.zip |
Add $ markers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-debug.c | 2 | ||||
-rw-r--r-- | lib/ephy-gui.c | 2 | ||||
-rw-r--r-- | lib/ephy-gui.h | 2 |
3 files changed, 6 insertions, 0 deletions
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 |