diff options
Diffstat (limited to '')
-rwxr-xr-x | src/password-store.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index b28e408..e6278ca 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -1,7 +1,7 @@ #!/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. +# Copyright (C) 2012 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +# This file is licensed under the GPLv2+. Please see COPYING for more information. umask 077 |