diff options
Diffstat (limited to 'scripts/encrypt-secret.sh')
-rwxr-xr-x | scripts/encrypt-secret.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/encrypt-secret.sh b/scripts/encrypt-secret.sh index 7c762d19..b5411c9c 100755 --- a/scripts/encrypt-secret.sh +++ b/scripts/encrypt-secret.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# +# Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. +# SPDX-License-Identifier: GPL-3.0-only +# + set -ex # Simple script that uses OpenSSL to encrypt a provided file with a provided key, and writes the result |