Ran update_copyright.sh on be-handle-mail and send_pgp_mime.
authorW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 13:43:34 +0000 (09:43 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 13:43:34 +0000 (09:43 -0400)
interfaces/email/interactive/be-handle-mail
interfaces/email/interactive/send_pgp_mime

index a524389c97b890c2b45b787f273371a0fc1b90cf..b5f175551e92bc17d012e54859e76dcde8a38084 100755 (executable)
@@ -1,6 +1,20 @@
 #!/usr/bin/env 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.
 """Provide and email interface to the distributed bugtracker Bugs
 Everywhere.  Recieves incoming email via procmail and allows users to
 select actions with their subject lines.  Subject lines follow the
index 90891709c9777190fe6bd5695cda00f0fd3cb1dc..1ce963621c61ebff3e9d6a7332dd8b15b4888a9e 100644 (file)
@@ -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.
 """