diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/password-store.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index fd2a195..e22e8c9 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -1,5 +1,8 @@ #!/bin/bash +# (C) Copyright 2012 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +# This is released under the GPLv2+. Please see COPYING for more information. + umask 077 PREFIX="$HOME/.password-store" |