Skip to content

Commit bab16cb

Browse files
committed
Initial notification to user that Terms of Use exist
1 parent ef27169 commit bab16cb

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

init/bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ if [ $? -eq 0 ]; then
4848
#show_msg ""
4949

5050
echo "Environment set up to use EESSI (${EESSI_VERSION}), have fun!"
51+
echo -e "\033[1;33mPlease note that by initializing and using the EESSI software stack,\nyou agree to abide by the EESSI Terms of Use\n(see https://www.eessi.io/docs/governance/terms_of_use/).\033[0m"
5152

5253
fi

init/modules/EESSI/2023.06.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,10 @@ end
189189

190190
if mode() == "load" then
191191
LmodMessage(load_message)
192+
-- notify about ToU
193+
LmodMessage("")
194+
tou_message = "Please note that by initializing and using the EESSI software stack, "
195+
tou_message = tou_message .. "you agree to abide by the EESSI Terms of Use "
196+
tou_message = tou_message .. "(see https://www.eessi.io/docs/governance/terms_of_use/)."
197+
LmodMessage(tou_message)
192198
end

0 commit comments

Comments
 (0)