diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/callbacks.c | 4 | ||||
-rw-r--r-- | shell/iconcache.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 |
7 files changed, 8 insertions, 8 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index 9c281eaa..5a89a83a 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -224,7 +224,7 @@ void cb_about() gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(about), _("HardInfo is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " - "the Free Software Foundation, version 2.\n\n" + "the Free Software Foundation, version 2 or later.\n\n" "This program is distributed in the hope that it will be useful, " "but WITHOUT ANY WARRANTY; without even the implied warranty of " "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " diff --git a/shell/iconcache.c b/shell/iconcache.c index dbdbc688..8a3e6e13 100644 --- a/shell/iconcache.c +++ b/shell/iconcache.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/shell/menu.c b/shell/menu.c index ed6a6078..d9946c54 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -7,7 +7,7 @@ * * 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 - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/shell/report.c b/shell/report.c index 28abe1a9..6ccfc7d4 100644 --- a/shell/report.c +++ b/shell/report.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/shell/shell.c b/shell/shell.c index 7c7c88a7..dd5faa6c 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/shell/stock.c b/shell/stock.c index 3f8180ab..3fe7cbdd 100644 --- a/shell/stock.c +++ b/shell/stock.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 396bce92..98702ac9 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |