diff options
author | Juhamatti Niemelä <iiska@iki.fi> | 2012-09-18 18:54:31 +0300 |
---|---|---|
committer | Juhamatti Niemelä <iiska@iki.fi> | 2012-09-18 18:54:31 +0300 |
commit | 88a50af793b6d8386750459f4cf88c350778484e (patch) | |
tree | 694c10181c494f86ec891a245e93ff0badc66642 /contrib/keepassx2pass.py | |
parent | a679d9f46e8244af7fbb83a2f6d8712f527f4447 (diff) | |
download | pass-88a50af793b6d8386750459f4cf88c350778484e.tar.gz pass-88a50af793b6d8386750459f4cf88c350778484e.tar.bz2 pass-88a50af793b6d8386750459f4cf88c350778484e.zip |
Copyright and licensing info to keepassx2pass script
Diffstat (limited to 'contrib/keepassx2pass.py')
-rwxr-xr-x | contrib/keepassx2pass.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/keepassx2pass.py b/contrib/keepassx2pass.py index fe7d2d6..d8357be 100755 --- 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 |