diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/EmailBase.py | 2 | ||||
| -rw-r--r-- | tests/Makefile.in | 2 | ||||
| -rw-r--r-- | tests/TestBase.py | 2 | ||||
| -rw-r--r-- | tests/bounces/Makefile.in | 2 | ||||
| -rw-r--r-- | tests/msgs/Makefile.in | 2 | ||||
| -rwxr-xr-x | tests/onebounce.py | 2 | ||||
| -rw-r--r-- | tests/test_bounces.py | 2 | ||||
| -rw-r--r-- | tests/test_handlers.py | 2 | ||||
| -rw-r--r-- | tests/test_lockfile.py | 2 | ||||
| -rw-r--r-- | tests/test_membership.py | 2 | ||||
| -rw-r--r-- | tests/test_message.py | 2 | ||||
| -rw-r--r-- | tests/test_runners.py | 2 | ||||
| -rw-r--r-- | tests/test_safedict.py | 2 | ||||
| -rw-r--r-- | tests/test_security_mgr.py | 2 | ||||
| -rw-r--r-- | tests/testall.py | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/EmailBase.py b/tests/EmailBase.py index 1fe246429..d83ccbcf4 100644 --- a/tests/EmailBase.py +++ b/tests/EmailBase.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Base class for tests that email things. """ diff --git a/tests/Makefile.in b/tests/Makefile.in index c4a03a05a..26d6e3166 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate diff --git a/tests/TestBase.py b/tests/TestBase.py index fca806b7a..d503e420c 100644 --- a/tests/TestBase.py +++ b/tests/TestBase.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Test base class which handles creating and deleting a test list. """ diff --git a/tests/bounces/Makefile.in b/tests/bounces/Makefile.in index 1aaa9ff96..579809755 100644 --- a/tests/bounces/Makefile.in +++ b/tests/bounces/Makefile.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public Licenseo # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate diff --git a/tests/msgs/Makefile.in b/tests/msgs/Makefile.in index b1afe2508..736d721f1 100644 --- a/tests/msgs/Makefile.in +++ b/tests/msgs/Makefile.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public Licenseo # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate diff --git a/tests/onebounce.py b/tests/onebounce.py index 24467342e..2b05807cc 100755 --- a/tests/onebounce.py +++ b/tests/onebounce.py @@ -14,7 +14,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Test the bounce detection for files containing bounces. diff --git a/tests/test_bounces.py b/tests/test_bounces.py index 2cb417e30..2ad1cd8fb 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Test the bounce detection modules.""" diff --git a/tests/test_handlers.py b/tests/test_handlers.py index 46153e72b..66c583f7a 100644 --- a/tests/test_handlers.py +++ b/tests/test_handlers.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Unit tests for the various Mailman/Handlers/*.py modules. """ diff --git a/tests/test_lockfile.py b/tests/test_lockfile.py index 7f300c6b8..832e745f9 100644 --- a/tests/test_lockfile.py +++ b/tests/test_lockfile.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Unit tests for the LockFile class. """ diff --git a/tests/test_membership.py b/tests/test_membership.py index ae408fe30..8ffda18b8 100644 --- a/tests/test_membership.py +++ b/tests/test_membership.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Unit tests for OldStyleMemberships. """ diff --git a/tests/test_message.py b/tests/test_message.py index 7a104f05c..da6f8a087 100644 --- a/tests/test_message.py +++ b/tests/test_message.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Unit tests for the various Message class methods. """ diff --git a/tests/test_runners.py b/tests/test_runners.py index 6363ac66b..c0baf02ba 100644 --- a/tests/test_runners.py +++ b/tests/test_runners.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Unit tests for the various Mailman/Queue/*Runner.py modules """ diff --git a/tests/test_safedict.py b/tests/test_safedict.py index ac340918f..27d6adb3b 100644 --- a/tests/test_safedict.py +++ b/tests/test_safedict.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Unit tests for the SafeDict.py module """ diff --git a/tests/test_security_mgr.py b/tests/test_security_mgr.py index bfe902a1b..c63f0876b 100644 --- a/tests/test_security_mgr.py +++ b/tests/test_security_mgr.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Unit tests for Mailman/SecurityManager.py """ diff --git a/tests/testall.py b/tests/testall.py index 8630222da..1afbfe5d3 100644 --- a/tests/testall.py +++ b/tests/testall.py @@ -12,7 +12,7 @@ # # 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """PyUnit-based test harness for Mailman.""" |
