From 35a621acf6fba68a8fd5045a51e01d67d3786abe Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 29 Jul 2019 07:38:58 +0100 Subject: add a GPL-3+ copyright header to email-extract-openpgp-certs See . Signed-off-by: Sean Whitton --- email-extract-openpgp-certs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/email-extract-openpgp-certs b/email-extract-openpgp-certs index dfe6138..2a95748 100755 --- a/email-extract-openpgp-certs +++ b/email-extract-openpgp-certs @@ -1,5 +1,20 @@ #!/usr/bin/python3 +# Copyright (C) 2019 Daniel Kahn Gillmor +# +# This program 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. +# +# This program 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 this program. If not, see . + '''Extract all OpenPGP certificates from an e-mail message This is a simple script that is designed to take an e-mail -- cgit v1.2.3