diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/callbacks.c | 6 | ||||
| -rw-r--r-- | shell/iconcache.c | 2 | ||||
| -rw-r--r-- | shell/loadgraph.c | 2 | ||||
| -rw-r--r-- | shell/menu.c | 2 | ||||
| -rw-r--r-- | shell/report.c | 2 | ||||
| -rw-r--r-- | shell/shell.c | 2 | ||||
| -rw-r--r-- | shell/stock.c | 2 | ||||
| -rw-r--r-- | shell/syncmanager.c | 2 | 
8 files changed, 10 insertions, 10 deletions
| diff --git a/shell/callbacks.c b/shell/callbacks.c index 38d51c33..c6f7997f 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -1,6 +1,6 @@  /*   *    HardInfo - Displays System Information - *    Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> + *    Copyright (C) 2003-2009 L. A. F. Pereira <l@tia.mat.br>   *   *    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 @@ -156,7 +156,7 @@ void cb_about()      gchar *copyright = NULL;      const gchar *authors[] = {          _("Author:"), -        "Leandro A. F. Pereira", +        "L. A. F. Pereira",          "",          _("Contributors:"),          "Agney Lopes Roth Ferraz", @@ -194,7 +194,7 @@ void cb_about()      gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(about), "HardInfo");  #endif -    copyright = g_strdup_printf("Copyright \302\251 2003-%d Leandro A. F. Pereira", HARDINFO_COPYRIGHT_LATEST_YEAR); +    copyright = g_strdup_printf("Copyright \302\251 2003-%d L. A. F. Pereira", HARDINFO_COPYRIGHT_LATEST_YEAR);      gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(about), VERSION);      gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(about), copyright); diff --git a/shell/iconcache.c b/shell/iconcache.c index 74b19b0c..dbdbc688 100644 --- a/shell/iconcache.c +++ b/shell/iconcache.c @@ -1,6 +1,6 @@  /*   *    HardInfo - Displays System Information - *    Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + *    Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>   *   *    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 diff --git a/shell/loadgraph.c b/shell/loadgraph.c index 849382f6..0290d1f1 100644 --- a/shell/loadgraph.c +++ b/shell/loadgraph.c @@ -6,7 +6,7 @@   *   - fixes autoscaling   *   - add color   * - * Copyright (C) 2006 Leandro A. F. Pereira <leandro@hardinfo.org> + * Copyright (C) 2006 L. A. F. Pereira <l@tia.mat.br>   *   * The Simple Load Graph is free software; you can redistribute it and/or   * modify it under the terms of the GNU Lesser General Public diff --git a/shell/menu.c b/shell/menu.c index b1f2bdfe..dee3aa4f 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -1,6 +1,6 @@  /*   * HardInfo - * Copyright(C) 2003-2007 Leandro A. F. Pereira. + * Copyright(C) 2003-2007 L. A. F. Pereira.   *   * menu.c is based on UI Manager tutorial by Ryan McDougall   * Copyright(C) 2005 Ryan McDougall. diff --git a/shell/report.c b/shell/report.c index d77a6dca..28abe1a9 100644 --- a/shell/report.c +++ b/shell/report.c @@ -1,6 +1,6 @@  /*   *    HardInfo - Displays System Information - *    Copyright (C) 2003-2008 Leandro A. F. Pereira <leandro@hardinfo.org> + *    Copyright (C) 2003-2008 L. A. F. Pereira <l@tia.mat.br>   *   *    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 diff --git a/shell/shell.c b/shell/shell.c index 1de2a661..5bc85bff 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -1,6 +1,6 @@  /*   *    HardInfo - Displays System Information - *    Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + *    Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>   *   *    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 diff --git a/shell/stock.c b/shell/stock.c index ad1a0135..3f8180ab 100644 --- a/shell/stock.c +++ b/shell/stock.c @@ -1,6 +1,6 @@  /*   *    HardInfo - Displays System Information - *    Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@hardinfo.org> + *    Copyright (C) 2003-2007 L. A. F. Pereira <l@tia.mat.br>   *   *    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 diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 6dcedeb8..c5f0b986 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -1,6 +1,6 @@  /*   *    HardInfo - Displays System Information - *    Copyright (C) 2003-2009 Leandro A. F. Pereira <leandro@hardinfo.org> + *    Copyright (C) 2003-2009 L. A. F. Pereira <l@tia.mat.br>   *   *    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 | 
