diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-11-20 03:13:40 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-20 03:13:40 +0800 |
commit | c98367a38ddb3af23365caa49a0684e7ba7750ef (patch) | |
tree | 50410290cfd72df4de1c1bfcbf5571f158c50ef8 /embed/mozilla | |
parent | 7764b39b75aa6c671ce6f293bead46a35b98b57b (diff) | |
download | gsoc2013-epiphany-c98367a38ddb3af23365caa49a0684e7ba7750ef.tar gsoc2013-epiphany-c98367a38ddb3af23365caa49a0684e7ba7750ef.tar.gz gsoc2013-epiphany-c98367a38ddb3af23365caa49a0684e7ba7750ef.tar.bz2 gsoc2013-epiphany-c98367a38ddb3af23365caa49a0684e7ba7750ef.tar.lz gsoc2013-epiphany-c98367a38ddb3af23365caa49a0684e7ba7750ef.tar.xz gsoc2013-epiphany-c98367a38ddb3af23365caa49a0684e7ba7750ef.tar.zst gsoc2013-epiphany-c98367a38ddb3af23365caa49a0684e7ba7750ef.zip |
Add version markers
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/MozillaPrivate.cpp | 2 | ||||
-rw-r--r-- | embed/mozilla/MozillaPrivate.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/MozillaPrivate.cpp b/embed/mozilla/MozillaPrivate.cpp index b47a79b31..8e2409225 100644 --- a/embed/mozilla/MozillaPrivate.cpp +++ b/embed/mozilla/MozillaPrivate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Marco Pesenti Gritti + * Copyright (C) 2003, 2004 Marco Pesenti Gritti * * 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 diff --git a/embed/mozilla/MozillaPrivate.h b/embed/mozilla/MozillaPrivate.h index fb0fc83d1..5c7c0a8d6 100644 --- a/embed/mozilla/MozillaPrivate.h +++ b/embed/mozilla/MozillaPrivate.h @@ -15,6 +15,7 @@ * 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 <glib.h> |