diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-03-19 23:35:15 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-03-19 23:35:15 -0600 |
commit | dcb6d7e95db06343caa5ad3075734603d27769c3 (patch) | |
tree | 59a21c336b851340a68ca4af50c767e15f6d701a | |
parent | b1314982194c99361c2b81b3359a21d5a289fdb5 (diff) | |
download | pass-dcb6d7e95db06343caa5ad3075734603d27769c3.tar.gz pass-dcb6d7e95db06343caa5ad3075734603d27769c3.tar.bz2 pass-dcb6d7e95db06343caa5ad3075734603d27769c3.zip |
Copyright notice
Diffstat (limited to '')
-rwxr-xr-x | src/password-store.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh index 9f733f7..dd491a5 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2012 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +# Copyright (C) 2012 - 2014 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. # This file is licensed under the GPLv2+. Please see COPYING for more information. umask 077 |