From: W. Trevor King Date: Thu, 20 Sep 2012 14:15:50 +0000 (-0400) Subject: Run update-copyright.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe515d033e81077800c138930ae74ffc287abee9;p=pgp-mime.git Run update-copyright.py. --- 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.