diff options
Diffstat (limited to 'src/Build/build_veracrypt_macosx.sh')
-rwxr-xr-x | src/Build/build_veracrypt_macosx.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Build/build_veracrypt_macosx.sh b/src/Build/build_veracrypt_macosx.sh index 0f221a23..dbd014e9 100755 --- a/src/Build/build_veracrypt_macosx.sh +++ b/src/Build/build_veracrypt_macosx.sh @@ -1,3 +1,10 @@ +# +# 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 this script is in SCRIPTPATH=$(cd "$(dirname "$0")"; pwd) # source directory which contains the Makefile |