From 25727b9975fa206f994f703ad6c623025dd60032 Mon Sep 17 00:00:00 2001 From: Renaat Debleu Date: Fri, 8 Dec 2023 15:08:17 +0100 Subject: [PATCH] main --- .github/workflows/release.yml | 3 ++- LICENSE.txt | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 030b592..77bb729 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,8 @@ jobs: --data-urlencode "vcstag=${TAGNAME}" \ --data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${TAGNAME}" \ --data-urlencode "altdownloadurl=${ZIPURL}") - echo "::set-output name=response::${RESPONSE}" + echo "response=${RESPONSE}" >> $GITHUB_OUTPUT + - name: Evaluate the response id: evaluate-response env: diff --git a/LICENSE.txt b/LICENSE.txt index f288702..b946098 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -631,9 +631,9 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - - Copyright (C) - + Moodle payment report + Copyright (C) 2023 info@eWallah.net + 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, either version 3 of the License, or @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) + Copyright (C) 2023 info@eWallah.net This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.