aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Logging
diff options
context:
space:
mode:
authortkikuchi <>2005-08-27 01:40:17 +0000
committertkikuchi <>2005-08-27 01:40:17 +0000
commit71c64726b6bc64082a11e3d7de8033a25ae5d5f5 (patch)
tree80599184bd4809a538d069fc9a5c5430cd232e85 /Mailman/Logging
parentc65ee483e1d12f521c11faed9ff0d0986c16dd18 (diff)
downloadmailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.gz
mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.xz
mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.zip
FSF office has moved to 51 Franklin Street.
Diffstat (limited to 'Mailman/Logging')
-rw-r--r--Mailman/Logging/Logger.py2
-rw-r--r--Mailman/Logging/Makefile.in2
-rw-r--r--Mailman/Logging/MultiLogger.py2
-rw-r--r--Mailman/Logging/StampedLogger.py2
-rw-r--r--Mailman/Logging/Syslog.py2
-rw-r--r--Mailman/Logging/Utils.py2
-rw-r--r--Mailman/Logging/__init__.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/Mailman/Logging/Logger.py b/Mailman/Logging/Logger.py
index f1d47648..6e72843f 100644
--- a/Mailman/Logging/Logger.py
+++ b/Mailman/Logging/Logger.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.
"""File-based logger, writes to named category files in mm_cfg.LOG_DIR."""
diff --git a/Mailman/Logging/Makefile.in b/Mailman/Logging/Makefile.in
index 481b7b2f..e185775f 100644
--- a/Mailman/Logging/Makefile.in
+++ b/Mailman/Logging/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/Mailman/Logging/MultiLogger.py b/Mailman/Logging/MultiLogger.py
index 3ff11d27..7d9435e9 100644
--- a/Mailman/Logging/MultiLogger.py
+++ b/Mailman/Logging/MultiLogger.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.
"""A mutiple sink logger. Any message written goes to all sub-loggers."""
diff --git a/Mailman/Logging/StampedLogger.py b/Mailman/Logging/StampedLogger.py
index 370f1af8..ca313c53 100644
--- a/Mailman/Logging/StampedLogger.py
+++ b/Mailman/Logging/StampedLogger.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.
import os
import time
diff --git a/Mailman/Logging/Syslog.py b/Mailman/Logging/Syslog.py
index 3e8d557d..b680d7f9 100644
--- a/Mailman/Logging/Syslog.py
+++ b/Mailman/Logging/Syslog.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.
"""Central logging class for the Mailman system.
diff --git a/Mailman/Logging/Utils.py b/Mailman/Logging/Utils.py
index ef119fb0..46bf487a 100644
--- a/Mailman/Logging/Utils.py
+++ b/Mailman/Logging/Utils.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.
import sys
import traceback
diff --git a/Mailman/Logging/__init__.py b/Mailman/Logging/__init__.py
index 2cbbabb1..f569e43f 100644
--- a/Mailman/Logging/__init__.py
+++ b/Mailman/Logging/__init__.py
@@ -12,4 +12,4 @@
#
# 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.