mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Apply patch from binutils to demangle local-source names. Binutils
Wed Jun 4 21:52:17 2008 Søren Sandmann <sandmann@redhat.com> * demangle.c: Apply patch from binutils to demangle local-source names. Binutils changelog: 2007-05-05 Geoffrey Keating <geoffk@apple.com> * cp-demangle.c (d_name): Detect local-source-name. (d_prefix): Likewise. (d_unqualified_name): Implement local-source-name. * sysprof.c: Update copyright statement svn path=/trunk/; revision=434
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
155221f446
commit
e11dfce31f
@ -1,6 +1,6 @@
|
||||
/* Sysprof -- Sampling, systemwide CPU profiler
|
||||
* Copyright 2004, Red Hat, Inc.
|
||||
* Copyright 2004, 2005, 2006, 2007, Soeren Sandmann
|
||||
* Copyright 2004, 2005, 2006, 2007, 2008, Soeren Sandmann
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -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-2007, S"OSLASH"ren Sandmann",
|
||||
"copyright", "Copyright 2004-2008, S"OSLASH"ren Sandmann",
|
||||
"version", PACKAGE_VERSION,
|
||||
NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user