Add license text
This commit is contained in:
parent
0b0728c474
commit
3011b93316
10
README.md
Normal file
10
README.md
Normal 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+
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user