Run update-copyright.py.
authorW. Trevor King <wking@tremily.us>
Fri, 31 Aug 2012 18:18:51 +0000 (14:18 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 31 Aug 2012 18:21:27 +0000 (14:21 -0400)
bin/send-pgp-mime.py
pgp_mime/__init__.py
pgp_mime/crypt.py
pgp_mime/email.py
pgp_mime/pgp.py
pgp_mime/smtp.py
test/key.sh

index eaa359b78d53467dfbec7c1b4034d506319f92cf..012f55e6615183c6b3f493214bb882889a0da4a8 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python3
-# Copyright (C) 2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of pgp-mime.
 #
index 53d97e38e04df30297a417485ae147efd11640ac..98a457364e48dae425079ba793de24ffdc46b116 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of pgp-mime.
 #
index 7eec6d6dc40e06a66f607619313068008c6de3d7..b3c29e756c75f4cb0ec602442230bf4026557651 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 import codecs as _codecs
 import logging as _logging
index 6f6167002fb468f5368164873812b5004486d920..0a02ee5535618c911953cc6d92d0b7eef543a087 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of pgp-mime.
 #
index 2be55c713b1d3891160f3a40180aa4f3a96724e6..37ffe49a6ca057b97e09b3ba05714cc64e7f3524 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 import copy as _copy
 from email import message_from_bytes as _message_from_bytes
index 03dc3928916b873edb04b00b6ecfa49d5af1b3dc..4a3e67cdaf9dbb3ef89cc35e0360fbf69329578b 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 import configparser as _configparser
 import smtplib as _smtplib
index 14849ae491ce19f6a52372f05858cbaeaab70498..649eea6c651836bc045ed709bac6e5c11b1e2fcf 100755 (executable)
@@ -1,6 +1,20 @@
 #!/bin/bash
 #
-# Copyright
+# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 # generate an OpenPGP key for testing pgp-mime
 gpg --batch --gen-key key.conf