Update Terms of Service (#13163)

* tos updates

* fixes
This commit is contained in:
Raul Jordan
2023-11-02 12:11:11 -05:00
committed by GitHub
parent c0fb16a96f
commit 8a743a6430
2 changed files with 38 additions and 30 deletions

View File

@@ -16,18 +16,18 @@ import (
const (
acceptTosFilename = "tosaccepted"
acceptTosPromptText = `
Prysmatic Labs Terms of Use
Prysm Terms of Use
By downloading, accessing or using the Prysm implementation (“Prysm”), you (referenced herein
as “you” or the “user”) certify that you have read and agreed to the terms and conditions below.
TERMS AND CONDITIONS: https://github.com/prysmaticlabs/prysm/blob/master/TERMS_OF_SERVICE.md
TERMS AND CONDITIONS: https://github.com/prysmaticlabs/prysm/blob/develop/TERMS_OF_SERVICE.md
Type "accept" to accept this terms and conditions [accept/decline]:`
acceptTosPromptErrText = `could not scan text input, if you are trying to run in non-interactive environment, you
can use the --accept-terms-of-use flag after reading the terms and conditions here:
https://github.com/prysmaticlabs/prysm/blob/master/TERMS_OF_SERVICE.md`
https://github.com/prysmaticlabs/prysm/blob/develop/TERMS_OF_SERVICE.md`
)
var (