aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-10-19 21:35:46 +0800
committerChristian Persch <chpe@src.gnome.org>2008-10-19 21:35:46 +0800
commit336792495151bceb4b64c9c7025e0160cb01fa30 (patch)
treeff01015fa9cffa62828776fc0ee0c06da99b6a3a
parent7d74d83ca7b6c6ea7988dd12cbca59577d154e7a (diff)
downloadgsoc2013-epiphany-336792495151bceb4b64c9c7025e0160cb01fa30.tar
gsoc2013-epiphany-336792495151bceb4b64c9c7025e0160cb01fa30.tar.gz
gsoc2013-epiphany-336792495151bceb4b64c9c7025e0160cb01fa30.tar.bz2
gsoc2013-epiphany-336792495151bceb4b64c9c7025e0160cb01fa30.tar.lz
gsoc2013-epiphany-336792495151bceb4b64c9c7025e0160cb01fa30.tar.xz
gsoc2013-epiphany-336792495151bceb4b64c9c7025e0160cb01fa30.tar.zst
gsoc2013-epiphany-336792495151bceb4b64c9c7025e0160cb01fa30.zip
Update year.
svn path=/branches/gnome-2-24/; revision=8591
-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,