diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-15 09:43:34 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-15 09:43:34 -0400 |
commit | 7286b98027a7230d948ff7517fd2e25bfd1f66a2 (patch) | |
tree | 354231f17fe233401429679601359b56a27fb3b1 /interfaces/email/interactive/send_pgp_mime | |
parent | 76dcb8b118486c1c7a6d84bd027c66ddc35d7035 (diff) | |
download | bugseverywhere-7286b98027a7230d948ff7517fd2e25bfd1f66a2.tar.gz |
Ran update_copyright.sh on be-handle-mail and send_pgp_mime.
Diffstat (limited to 'interfaces/email/interactive/send_pgp_mime')
-rw-r--r-- | interfaces/email/interactive/send_pgp_mime | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/interfaces/email/interactive/send_pgp_mime b/interfaces/email/interactive/send_pgp_mime index 9089170..1ce9636 100644 --- a/interfaces/email/interactive/send_pgp_mime +++ b/interfaces/email/interactive/send_pgp_mime @@ -1,6 +1,20 @@ #!/usr/bin/python # -# Copyright +# Copyright (C) 2009 W. Trevor King <wking@drexel.edu> +# +# 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 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, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. """ Python module and command line tool for sending pgp/mime email. """ |