From 16fc7a192bc3db8700c82bf55467b7d2af4c68c1 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 18 Jan 2020 20:22:08 +0000 Subject: [PATCH] GPL2 in about box .. was pointing to GPL3 which we downgraded from last year. --- src/Gui/AboutDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/AboutDialog.cpp b/src/Gui/AboutDialog.cpp index 9f2cbce73..bfa6e54f6 100644 --- a/src/Gui/AboutDialog.cpp +++ b/src/Gui/AboutDialog.cpp @@ -59,8 +59,8 @@ AboutPage::AboutPage(Context *context) : context(context) "

GoldenCheetah

" "Cycling Power Analysis Software
for Linux, Mac, and Windows" "

GoldenCheetah is licensed under the
" - "GNU General " - "Public License." + "GNU General " + "Public License 2.0." "

Source code can be obtained from
" "" "http://goldencheetah.org/."