diff options
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 |