From: W. Trevor King Date: Wed, 21 Mar 2012 16:53:30 +0000 (-0400) Subject: Run update-copyright.py. X-Git-Tag: v0.3~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb96b8e8f6d0087f4044a04ff148c99be27df096;p=pgp-mime.git Run update-copyright.py. --- diff --git a/bin/send-pgp-mime.py b/bin/send-pgp-mime.py index a499754..14ae501 100755 --- a/bin/send-pgp-mime.py +++ b/bin/send-pgp-mime.py @@ -1,5 +1,19 @@ #!/usr/bin/env python3 -# 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 . """Scriptable PGP MIME email using ``gpg``. diff --git a/pgp_mime.py b/pgp_mime.py index 32ecf85..66ff366 100644 --- a/pgp_mime.py +++ b/pgp_mime.py @@ -1,19 +1,19 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2009 W. Trevor King +# Copyright (C) 2012 W. Trevor King # -# 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 2 of the License, or -# (at your option) any later version. +# This file is part of pgp-mime. # -# 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. +# 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. # -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# 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 . """Python module and for constructing and sending pgp/mime email. Mostly uses subprocess to call ``gpg`` and sends mail using either diff --git a/setup.py b/setup.py index 9f44165..d9eb313 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,18 @@ -# Copyright (C) 2012 W. Trevor King +# 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 . "Tools for dealing with Pretty Good Privacy (PGP) and email."