diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-20 21:15:09 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-20 21:38:07 +0100 |
commit | b8373ae93342728c16d981124971173276c1525a (patch) | |
tree | 14defa411383c5b248e6840946d28c40f5897b55 /src/Setup | |
parent | 5ef923f26c3e48682c5b4b8a236a57ca534119cc (diff) | |
download | VeraCrypt-b8373ae93342728c16d981124971173276c1525a.tar.gz VeraCrypt-b8373ae93342728c16d981124971173276c1525a.zip |
Linux: Update license file displayed in the installer.
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Linux/veracrypt_install_template.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/Setup/Linux/veracrypt_install_template.sh b/src/Setup/Linux/veracrypt_install_template.sh index 240ab6f4..305fd4ad 100644 --- a/src/Setup/Linux/veracrypt_install_template.sh +++ b/src/Setup/Linux/veracrypt_install_template.sh @@ -98,6 +98,29 @@ trap 'rm -f $LICENSE $PACKAGE; exit 1' HUP INT QUIT TERM LICENSE=$(mktemp) cat >$LICENSE <<_LICENSE_END +VeraCrypt License +Software distributed under this license is distributed on an "AS +IS" BASIS WITHOUT WARRANTIES OF ANY KIND. THE AUTHORS AND +DISTRIBUTORS OF THE SOFTWARE DISCLAIM ANY LIABILITY. ANYONE WHO +USES, COPIES, MODIFIES, OR (RE)DISTRIBUTES ANY PART OF THE +SOFTWARE IS, BY SUCH ACTION(S), ACCEPTING AND AGREEING TO BE +BOUND BY ALL TERMS AND CONDITIONS OF THIS LICENSE. IF YOU DO NOT +ACCEPT THEM, DO NOT USE, COPY, MODIFY, NOR (RE)DISTRIBUTE THE +SOFTWARE, NOR ANY PART(S) THEREOF. + +VeraCrypt is governed by the TrueCrypt License version 3.0, +a verbatim copy of this version of the TrueCrypt License +can be found below. + +This license does not grant you rights to use any +contributors' name, logo, or trademarks, including IDRIX, +VeraCrypt and all derivative names. +For example, the following names are not allowed: VeraCrypt, +VeraCrypt+, VeraCrypt Professional, iVeraCrypt, etc. Nor any +other names confusingly similar to the name VeraCrypt (e.g., +Vera-Crypt, Vera Crypt, VerKrypt, etc.) +____________________________________________________________ + TrueCrypt License Version 3.0 Software distributed under this license is distributed on an "AS |