diff options
author | tkikuchi <> | 2005-08-27 01:40:17 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-08-27 01:40:17 +0000 |
commit | 71c64726b6bc64082a11e3d7de8033a25ae5d5f5 (patch) | |
tree | 80599184bd4809a538d069fc9a5c5430cd232e85 /src | |
parent | c65ee483e1d12f521c11faed9ff0d0986c16dd18 (diff) | |
download | mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.gz mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.tar.xz mailman2-71c64726b6bc64082a11e3d7de8033a25ae5d5f5.zip |
FSF office has moved to 51 Franklin Street.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 | ||||
-rw-r--r-- | src/cgi-wrapper.c | 2 | ||||
-rw-r--r-- | src/common.c | 2 | ||||
-rw-r--r-- | src/common.h | 2 | ||||
-rw-r--r-- | src/mail-wrapper.c | 2 | ||||
-rw-r--r-- | src/vsnprintf.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 95f57705..7145cd98 100644 --- a/src/Makefile.in +++ b/src/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/src/cgi-wrapper.c b/src/cgi-wrapper.c index 351d4e1e..29d9ec5a 100644 --- a/src/cgi-wrapper.c +++ b/src/cgi-wrapper.c @@ -15,7 +15,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. * */ diff --git a/src/common.c b/src/common.c index cde8064c..d18a0c60 100644 --- a/src/common.c +++ b/src/common.c @@ -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. */ #include "common.h" diff --git a/src/common.h b/src/common.h index c0ce0a05..451a1561 100644 --- a/src/common.h +++ b/src/common.h @@ -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. */ #include <stdlib.h> diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c index 2d63a980..f268d5a5 100644 --- a/src/mail-wrapper.c +++ b/src/mail-wrapper.c @@ -15,7 +15,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. */ #include "common.h" diff --git a/src/vsnprintf.c b/src/vsnprintf.c index 80ce2ebb..48eb5878 100644 --- a/src/vsnprintf.c +++ b/src/vsnprintf.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program (see the file COPYING); if not, write to the * Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * **************************************************************** */ |