aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
-rw-r--r--src/cgi-wrapper.c2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/mail-wrapper.c2
-rw-r--r--src/vsnprintf.c2
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
*
****************************************************************
*/