From a96e4490eef20dcfd3e02b5bb84432e0df50c3c6 Mon Sep 17 00:00:00 2001 From: cryzed Date: Fri, 3 Nov 2017 11:32:32 +0100 Subject: [PATCH] Add qutebrowser license header and warning about login details in qute's debug log --- misc/userscripts/qute-pass | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/misc/userscripts/qute-pass b/misc/userscripts/qute-pass index 22b1b4826..142c62f38 100755 --- a/misc/userscripts/qute-pass +++ b/misc/userscripts/qute-pass @@ -1,5 +1,23 @@ #!/usr/bin/env python3 +# Copyright 2014-2017 Chris Braun (cryzed) +# +# This file is part of qutebrowser. +# +# qutebrowser is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# qutebrowser is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with qutebrowser. If not, see . + + # Insert login information using pass and a dmenu-provider (e.g. dmenu, rofi -dmenu, ...). # A short demonstration can be seen here: https://i.imgur.com/KN3XuZP.gif. # @@ -11,7 +29,8 @@ # Dependencies: tldextract (Python 3 module), pass # For issues and feedback please use: https://github.com/cryzed/qutebrowser-userscripts # -# Chris Braun (cryzed), 2017 +# Warning: The login details are viewable in plaintext in qutebrowser's debug log (qute://log) + import argparse import enum