Add license text

This commit is contained in:
Gergely Polonkai 2016-10-18 16:41:36 +02:00
parent 0b0728c474
commit 3011b93316
2 changed files with 13 additions and 0 deletions

10
README.md Normal file
View File

@ -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+

View File

@ -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