password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 88a50af793b6d8386750459f4cf88c350778484e
parent a679d9f46e8244af7fbb83a2f6d8712f527f4447
Author: Juhamatti Niemelä <iiska@iki.fi>
Date:   Tue, 18 Sep 2012 18:54:31 +0300

Copyright and licensing info to keepassx2pass script

Diffstat:
Mcontrib/keepassx2pass.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/contrib/keepassx2pass.py b/contrib/keepassx2pass.py @@ -1,5 +1,9 @@ #! /usr/bin/env python +# (C) Copyright 2012 Juhamatti Niemelä <iiska@iki.fi>. All Rights +# Reserved. This file is licensed under the GPLv2+. Please see COPYING +# for more information. + import sys from subprocess import Popen, PIPE