summaryrefslogtreecommitdiff
path: root/sysprof.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysprof.c')
-rw-r--r--sysprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprof.c b/sysprof.c
index 49d4e95..7024497 100644
--- a/sysprof.c
+++ b/sysprof.c
@@ -872,7 +872,7 @@ on_about_activated (GtkWidget *widget, gpointer data)
gtk_show_about_dialog (GTK_WINDOW (app->main_window),
"logo", app->icon,
"name", APPLICATION_NAME,
- "copyright", "Copyright 2004-2007, S"OSLASH"ren Sandmann",
+ "copyright", "Copyright 2004-2008, S"OSLASH"ren Sandmann",
"version", PACKAGE_VERSION,
NULL);
}