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 5fed994..49c6452 100644
--- a/sysprof.c
+++ b/sysprof.c
@@ -665,7 +665,7 @@ on_about_activated (GtkWidget *widget, gpointer data)
gtk_show_about_dialog (GTK_WINDOW (app->main_window),
"logo", app->icon,
name_property, APPLICATION_NAME,
- "copyright", "Copyright 2004-2008, S"OSLASH"ren Sandmann",
+ "copyright", "Copyright 2004-2009, S"OSLASH"ren Sandmann",
"version", PACKAGE_VERSION,
NULL);
}