diff --git a/README.md b/README.md new file mode 100644 index 0000000..174970b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Password Reset for libsecret + +This script changes an occurence of a specific password in `libsecret` +(e.g. GNOME Seahorse) to a new one. This is especially useful if you +use the same password for multiple services (e.g. central login at a +company) and you have to change that periodically. + +## Licence + +GNU GPL 3+ diff --git a/password_reset/__init__.py b/password_reset/__init__.py index f6ab3c1..81d155f 100644 --- a/password_reset/__init__.py +++ b/password_reset/__init__.py @@ -1,4 +1,7 @@ # -*- coding: utf8 +# Copyright (C) 2016, Gergely Polonkai +# Licensed under GNU GPL 3+ + import getpass from gi.repository import GnomeKeyring from xdg import BaseDirectory