mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Update copyright notices
Fri Feb 9 16:53:29 2007 Søren Sandmann <sandmann@redhat.com> * Update copyright notices svn path=/trunk/; revision=350
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
c1025c6b44
commit
c541052c19
@ -1,6 +1,6 @@
|
||||
/* Sysprof -- Sampling, systemwide CPU profiler
|
||||
* Copyright 2004, Red Hat, Inc.
|
||||
* Copyright 2004, 2005, 2006, Soeren Sandmann
|
||||
* Copyright 2004, 2005, 2006, 2007, 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
|
||||
@ -16,7 +16,6 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
@ -674,7 +673,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-2006, S"OSLASH"ren Sandmann",
|
||||
"copyright", "Copyright 2004-2007, S"OSLASH"ren Sandmann",
|
||||
"version", PACKAGE_VERSION,
|
||||
NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user