summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/Makefile.am4
-rw-r--r--libmu_scm/mailutils.scm.in6
-rw-r--r--libmu_scm/mu_address.c7
-rw-r--r--libmu_scm/mu_body.c7
-rw-r--r--libmu_scm/mu_guimb.c7
-rw-r--r--libmu_scm/mu_logger.c7
-rw-r--r--libmu_scm/mu_mailbox.c7
-rw-r--r--libmu_scm/mu_message.c7
-rw-r--r--libmu_scm/mu_mime.c7
-rw-r--r--libmu_scm/mu_port.c7
-rw-r--r--libmu_scm/mu_scm.c7
-rw-r--r--libmu_scm/mu_scm.h7
-rw-r--r--libmu_scm/mu_util.c7
13 files changed, 49 insertions, 38 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index 946279a64..58c2a309b 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -16,4 +16,4 @@
## 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/libmu_scm/mailutils.scm.in b/libmu_scm/mailutils.scm.in
index 090a439f5..e41ba0575 100644
--- a/libmu_scm/mailutils.scm.in
+++ b/libmu_scm/mailutils.scm.in
@@ -14,5 +14,5 @@
;;;;
-;;;; You should have received a copy of the GNU General Public License
-;;;; along with GNU Mailutils; if not, write to the Free Software
-;;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+;;;; You should have received a copy of the GNU General Public License along
+;;;; with GNU Mailutils; if not, write to the Free Software Foundation,
+;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;;;
diff --git a/libmu_scm/mu_address.c b/libmu_scm/mu_address.c
index 633fd5aa9..5b5222f7d 100644
--- a/libmu_scm/mu_address.c
+++ b/libmu_scm/mu_address.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_body.c b/libmu_scm/mu_body.c
index b27d7de94..a0e3df29d 100644
--- a/libmu_scm/mu_body.c
+++ b/libmu_scm/mu_body.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_guimb.c b/libmu_scm/mu_guimb.c
index 7c1d877a3..351b90772 100644
--- a/libmu_scm/mu_guimb.c
+++ b/libmu_scm/mu_guimb.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_logger.c b/libmu_scm/mu_logger.c
index 43d4c126c..13cb1ebad 100644
--- a/libmu_scm/mu_logger.c
+++ b/libmu_scm/mu_logger.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_mailbox.c b/libmu_scm/mu_mailbox.c
index aa8b7e3ec..f9ee3140e 100644
--- a/libmu_scm/mu_mailbox.c
+++ b/libmu_scm/mu_mailbox.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index dab71cf50..36eca8e90 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c
index 82bf3d9bb..f5e567a44 100644
--- a/libmu_scm/mu_mime.c
+++ b/libmu_scm/mu_mime.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_port.c b/libmu_scm/mu_port.c
index d8a9858db..73716e040 100644
--- a/libmu_scm/mu_port.c
+++ b/libmu_scm/mu_port.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c
index e1bf5e331..d7615119c 100644
--- a/libmu_scm/mu_scm.c
+++ b/libmu_scm/mu_scm.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_scm.h b/libmu_scm/mu_scm.h
index 741c8860a..f79b3df1e 100644
--- a/libmu_scm/mu_scm.h
+++ b/libmu_scm/mu_scm.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */
diff --git a/libmu_scm/mu_util.c b/libmu_scm/mu_util.c
index 24b81310d..6a2071ba9 100644
--- a/libmu_scm/mu_util.c
+++ b/libmu_scm/mu_util.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU Lesser General
+ Public License along with this library; if not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA */

Return to:

Send suggestions and report system problems to the System administrator.