From fe515d033e81077800c138930ae74ffc287abee9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 20 Sep 2012 10:15:50 -0400 Subject: [PATCH] Run update-copyright.py. --- pgp_mime/signature.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pgp_mime/signature.py b/pgp_mime/signature.py index f34f748..b40f03b 100644 --- a/pgp_mime/signature.py +++ b/pgp_mime/signature.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of pgp-mime. +# +# pgp-mime 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. +# +# pgp-mime 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 +# pgp-mime. If not, see . """A Python version of GPGME verification signatures. -- 2.26.2