aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortkikuchi <>2005-08-27 01:40:17 +0000
committertkikuchi <>2005-08-27 01:40:17 +0000
commit71c64726b6bc64082a11e3d7de8033a25ae5d5f5 (patch)
tree80599184bd4809a538d069fc9a5c5430cd232e85 /tests
parentc65ee483e1d12f521c11faed9ff0d0986c16dd18 (diff)
downloadmailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.gz
mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.xz
mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.zip
FSF office has moved to 51 Franklin Street.
Diffstat (limited to 'tests')
-rw-r--r--tests/EmailBase.py2
-rw-r--r--tests/Makefile.in2
-rw-r--r--tests/TestBase.py2
-rw-r--r--tests/bounces/Makefile.in2
-rw-r--r--tests/msgs/Makefile.in2
-rwxr-xr-xtests/onebounce.py2
-rw-r--r--tests/test_bounces.py2
-rw-r--r--tests/test_handlers.py2
-rw-r--r--tests/test_lockfile.py2
-rw-r--r--tests/test_membership.py2
-rw-r--r--tests/test_message.py2
-rw-r--r--tests/test_runners.py2
-rw-r--r--tests/test_safedict.py2
-rw-r--r--tests/test_security_mgr.py2
-rw-r--r--tests/test_smtp.py2
-rw-r--r--tests/testall.py2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/EmailBase.py b/tests/EmailBase.py
index 1fe24642..d83ccbcf 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 c4a03a05..26d6e316 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 841a9e39..2381f4ca 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 1aaa9ff9..57980975 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 b1afe250..736d721f 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 24467342..2b05807c 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 2cb417e3..2ad1cd8f 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 46153e72..66c583f7 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 7f300c6b..832e745f 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 ae408fe3..8ffda18b 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 7a104f05..da6f8a08 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 6363ac66..c0baf02b 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 ac340918..27d6adb3 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 bfe902a1..c63f0876 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/test_smtp.py b/tests/test_smtp.py
index 8f289765..e9fc49b8 100644
--- a/tests/test_smtp.py
+++ b/tests/test_smtp.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 SMTPDirect and (eventually perhaps) Sendmail.
"""
diff --git a/tests/testall.py b/tests/testall.py
index 8630222d..1afbfe5d 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."""