From 5c0b6647fa19e0faad5bc814623420c7aaba5808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 1 Jan 2021 03:48:57 +0100 Subject: [PATCH 1/5] Corrected licensing and software info --- externals/global_params.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/global_params.php b/externals/global_params.php index 2258986c..de535d1a 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -82,6 +82,6 @@ $URL_WIKI="https://wiki.gnucash.org/wiki/"; // some defaults for metatags in case the page does not set them - $default_title= T_("Free Accounting Software"); - $default_description= T_("GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows."); + $default_title= T_("Copylefted Libre Software"); + $default_description= T_("GnuCash is financial-accounting software for personal and small-business use. Freely licensed GPLv2+. Available for GNU/Linux, BSD, Solaris, macOS and Windows."); ?> From 0ee2784b661afbcaf42854c8859ccdd0515d0a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 1 Jan 2021 05:32:18 +0100 Subject: [PATCH 2/5] Spelling: double-entry, -solaris --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index de535d1a..6f0f6b42 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -83,5 +83,5 @@ // some defaults for metatags in case the page does not set them $default_title= T_("Copylefted Libre Software"); - $default_description= T_("GnuCash is financial-accounting software for personal and small-business use. Freely licensed GPLv2+. Available for GNU/Linux, BSD, Solaris, macOS and Windows."); + $default_description= T_("GnuCash is double-entry accounting software for personal and small-business use. Freely licensed GPLv2+. Available for GNU/Linux, BSD, macOS and Windows."); ?> From d9f5e40a3251cea25ae53c98f2529e8134772239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 1 Jan 2021 07:21:36 +0100 Subject: [PATCH 3/5] Spelling: One sentence --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 6f0f6b42..9b4d6f49 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -83,5 +83,5 @@ // some defaults for metatags in case the page does not set them $default_title= T_("Copylefted Libre Software"); - $default_description= T_("GnuCash is double-entry accounting software for personal and small-business use. Freely licensed GPLv2+. Available for GNU/Linux, BSD, macOS and Windows."); + $default_description= T_("GnuCash is double-entry accounting software (licensed GPLv2+) for people and small-businesses using Linux|GNU, BSD, macOS and Windows."); ?> From d82669afb5810b1715ddb7b4fc28ea61d111d071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 1 Jan 2021 07:26:45 +0100 Subject: [PATCH 4/5] Accounting in title --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 9b4d6f49..813f229a 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -82,6 +82,6 @@ $URL_WIKI="https://wiki.gnucash.org/wiki/"; // some defaults for metatags in case the page does not set them - $default_title= T_("Copylefted Libre Software"); + $default_title= T_("Copylefted Libre Accounting Software"); $default_description= T_("GnuCash is double-entry accounting software (licensed GPLv2+) for people and small-businesses using Linux|GNU, BSD, macOS and Windows."); ?> From dce6e820ea6c4e21b38151782fc66d5f6317662f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Fri, 1 Jan 2021 07:29:43 +0100 Subject: [PATCH 5/5] Avoid insinuating it is only GPLv2+ in some cases --- externals/global_params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/global_params.php b/externals/global_params.php index 813f229a..0b660205 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -83,5 +83,5 @@ // some defaults for metatags in case the page does not set them $default_title= T_("Copylefted Libre Accounting Software"); - $default_description= T_("GnuCash is double-entry accounting software (licensed GPLv2+) for people and small-businesses using Linux|GNU, BSD, macOS and Windows."); + $default_description= T_("GnuCash is (GPLv2+ licensed) double-entry accounting software, for people and small-businesses using Linux|GNU, BSD, macOS and Windows."); ?>