From 2c763ce6eaf0d29bb93688247fe5ca10eab15e08 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Fri, 12 Jul 2024 19:08:37 -0800 Subject: [PATCH] Fixed links to licenses. --- README.md | 2 +- i38.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c00a4e..60a1465 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Accessibility setup script for the i3 window manager. ## i38.sh -Released under the terms of the GPL License Version 3: http://www.wtfpl.net +Released under the terms of the GPL License Version 3: https://www.gnu.org/licenses/ This is a Stormux project: https://stormux.org diff --git a/i38.sh b/i38.sh index 134e3e7..61d101d 100755 --- a/i38.sh +++ b/i38.sh @@ -174,7 +174,7 @@ yesno() { help() { echo "${0##*/}" - echo "Released under the terms of the WTFPL License: http://www.wtfpl.net" + echo "Released under the terms of the GPL V3 License: https://www.gnu.org/licenses/" echo -e "This is a Stormux project: https://stormux.org\n" echo -e "Usage:\n" echo "With no arguments, create the i3 configuration."