diff options
Diffstat (limited to '')
-rwxr-xr-x | contrib/keepassx2pass.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/keepassx2pass.py b/contrib/keepassx2pass.py index cc75938..538c157 100755 --- a/contrib/keepassx2pass.py +++ b/contrib/keepassx2pass.py @@ -1,9 +1,8 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # -# (C) Copyright 2012 Juhamatti Niemelä <iiska@iki.fi>. All Rights -# Reserved. This file is licensed under the GPLv2+. Please see COPYING -# for more information. +# Copyright (C) 2012 Juhamatti Niemelä <iiska@iki.fi>. All Rights Reserved. +# This file is licensed under the GPLv2+. Please see COPYING for more information. import sys |