summaryrefslogtreecommitdiff
path: root/sysprof.c
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2009-09-25 11:24:40 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2009-09-25 11:24:40 -0400
commit8df1145c842104e3f3c42ad164b04ef61468c7cd (patch)
treefa635188cc4554f58fadc217674dd740f9b37f17 /sysprof.c
parent9072f891fd431c7a9c8a79f0f455656f805d23b1 (diff)
Comment out some debugging spam; update copyright
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);
}