From 0f4f7e99bea4809edbdf08fe425eabb32a244fd6 Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Thu, 17 Oct 2024 00:37:36 +0200 Subject: [PATCH] change Licence to GNU GPL3 --- README | 2 +- shasumscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 641f07f..9a04d9c 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Usage License -MIT +GNU-GPL-3 From an idea of LSC https://github.com/dealfonso/lsc diff --git a/shasumscript b/shasumscript index 074a205..a3ff667 100755 --- a/shasumscript +++ b/shasumscript @@ -35,7 +35,7 @@ cat < "$newfile" # The real script can be found after the separator: # $sha # -# License: MIT +# License: GNU GPL3 # Author: Patrick Cao Huu Thien tmpexe="\$(mktemp)"