diff options
-rw-r--r-- | embed/mozilla/EventContext.cpp | 1 | ||||
-rw-r--r-- | lib/ephy-debug.c | 2 | ||||
-rw-r--r-- | lib/ephy-gui.c | 2 | ||||
-rw-r--r-- | lib/ephy-gui.h | 2 |
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 |