diff options
Diffstat (limited to 'src/Build/build_veracrypt_linux.sh')
-rwxr-xr-x | src/Build/build_veracrypt_linux.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Build/build_veracrypt_linux.sh b/src/Build/build_veracrypt_linux.sh index 3e787cd4..bc4b84f7 100755 --- a/src/Build/build_veracrypt_linux.sh +++ b/src/Build/build_veracrypt_linux.sh @@ -1,7 +1,14 @@ +# +# Copyright (c) 2013-2015 IDRIX +# Governed by the Apache License 2.0 the full text of which is contained +# in the file License.txt included in VeraCrypt binary and source +# code distribution packages. +# + # Absolute path to this script SCRIPT=$(readlink -f "$0") # Absolute path this script is in SCRIPTPATH=$(dirname "$SCRIPT") # source directory which contains the Makefile SOURCEPATH=$(readlink -f "$SCRIPTPATH/..") # directory where the VeraCrypt has been checked out |