aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--data/chrome/about.xhtml2
-rw-r--r--src/window-commands.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6f60925..3f020f07e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-01-10 Christian Persch <chpe@svn.gnome.org>
+ * data/chrome/about.xhtml:
+ * src/window-commands.c: (window_cmd_help_about):
+
+ Update for 2007.
+
+2007-01-10 Christian Persch <chpe@svn.gnome.org>
+
* data/epiphany.pc.in:
Fix for autoconf 2.60 (datarootdir).
diff --git a/data/chrome/about.xhtml b/data/chrome/about.xhtml
index 9aebbff67..e946ef2aa 100644
--- a/data/chrome/about.xhtml
+++ b/data/chrome/about.xhtml
@@ -92,7 +92,7 @@ h1 {
<ul>
<li>Copyright &copy; 2002-2004 Marco Pesenti Gritti</li>
-<li>Copyright &copy; 2003-2006 The GNOME Web Browser Developers</li>
+<li>Copyright &copy; 2003-2007 The GNOME Web Browser Developers</li>
</ul>
</body>
diff --git a/src/window-commands.c b/src/window-commands.c
index 79a320c30..a34501a5d 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -836,7 +836,7 @@ window_cmd_help_about (GtkAction *action,
"name", _("GNOME Web Browser"),
"version", VERSION,
"copyright", "Copyright © 2002-2004 Marco Pesenti Gritti\n"
- "Copyright © 2003-2006 The GNOME Web Browser Developers",
+ "Copyright © 2003-2007 The GNOME Web Browser Developers",
"artists", artists,
"authors", authors,
"comments", comments,