From da0d0d9040b91ecef5985af982d7e77ae435a957 Mon Sep 17 00:00:00 2001 From: bigbear Date: Wed, 7 Feb 2024 22:10:58 +0100 Subject: LICENSE Changed to GPL2+ for project and source code According to approval from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707 --- shell/callbacks.c | 4 ++-- shell/iconcache.c | 2 +- shell/menu.c | 2 +- shell/report.c | 2 +- shell/shell.c | 2 +- shell/stock.c | 2 +- shell/syncmanager.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'shell') 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 -- cgit v1.2.3