From: W. Trevor King Date: Fri, 31 Aug 2012 18:18:51 +0000 (-0400) Subject: Run update-copyright.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=120566e7028bee783d27c0de7db900760ea6aaf6;p=pgp-mime.git Run update-copyright.py. --- diff --git a/bin/send-pgp-mime.py b/bin/send-pgp-mime.py index eaa359b..012f55e 100755 --- a/bin/send-pgp-mime.py +++ b/bin/send-pgp-mime.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pgp-mime. # diff --git a/pgp_mime/__init__.py b/pgp_mime/__init__.py index 53d97e3..98a4573 100644 --- a/pgp_mime/__init__.py +++ b/pgp_mime/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pgp-mime. # diff --git a/pgp_mime/crypt.py b/pgp_mime/crypt.py index 7eec6d6..b3c29e7 100644 --- a/pgp_mime/crypt.py +++ b/pgp_mime/crypt.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 . import codecs as _codecs import logging as _logging diff --git a/pgp_mime/email.py b/pgp_mime/email.py index 6f61670..0a02ee5 100644 --- a/pgp_mime/email.py +++ b/pgp_mime/email.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pgp-mime. # diff --git a/pgp_mime/pgp.py b/pgp_mime/pgp.py index 2be55c7..37ffe49 100644 --- a/pgp_mime/pgp.py +++ b/pgp_mime/pgp.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 . import copy as _copy from email import message_from_bytes as _message_from_bytes diff --git a/pgp_mime/smtp.py b/pgp_mime/smtp.py index 03dc392..4a3e67c 100644 --- a/pgp_mime/smtp.py +++ b/pgp_mime/smtp.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 . import configparser as _configparser import smtplib as _smtplib diff --git a/test/key.sh b/test/key.sh index 14849ae..649eea6 100755 --- a/test/key.sh +++ b/test/key.sh @@ -1,6 +1,20 @@ #!/bin/bash # -# 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 . # generate an OpenPGP key for testing pgp-mime gpg --batch --gen-key key.conf