aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/chrome/about.xhtml2
-rw-r--r--src/window-commands.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/chrome/about.xhtml b/data/chrome/about.xhtml
index 664d46126..d6d5771b3 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-2007 The GNOME Web Browser Developers</li>
+<li>Copyright &copy; 2003-2008 The GNOME Web Browser Developers</li>
</ul>
</body>
diff --git a/src/window-commands.c b/src/window-commands.c
index 76ad5cf46..9e3e56405 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -868,7 +868,7 @@ window_cmd_help_about (GtkAction *action,
"name", _("GNOME Web Browser"),
"version", VERSION,
"copyright", "Copyright © 2002-2004 Marco Pesenti Gritti\n"
- "Copyright © 2003-2007 The GNOME Web Browser Developers",
+ "Copyright © 2003-2008 The GNOME Web Browser Developers",
"artists", artists,
"authors", authors,
"comments", comments,