diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-05 23:04:01 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-08-06 00:04:25 +0200 |
commit | 041024fbb96c4b56a948e26fe75d3115e13edf31 (patch) | |
tree | dab147a3e4ea8e89e0a5acab8cc6866046fad8d2 /src/Build/build_veracrypt_macosx.sh | |
parent | a23943694b715ecd4f5e7f6eb9c86b7f9a422851 (diff) | |
download | VeraCrypt-041024fbb96c4b56a948e26fe75d3115e13edf31.tar.gz VeraCrypt-041024fbb96c4b56a948e26fe75d3115e13edf31.zip |
Update license information to reflect the use of a dual license Apache 2.0 and TrueCrypt 3.0.
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 |