From 3011b933165aab1f9a5030d1b07817db796281f7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 18 Oct 2016 16:41:36 +0200 Subject: [PATCH] Add license text --- README.md | 10 ++++++++++ password_reset/__init__.py | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 README.md 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