summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2003-02-09 20:39:59 +0000
committerWojciech Polak <polak@gnu.org>2003-02-09 20:39:59 +0000
commitd9759a7f80887aa87d6a97b5b609ccbdd3b7db23 (patch)
treec76035878f8cfd47c8bb6986da13fbde785da3f0 /libmu_scm
parent54a864b45944b6f263a2eeb125a91c16a6f0b4eb (diff)
downloadmailutils-d9759a7f80887aa87d6a97b5b609ccbdd3b7db23.tar.gz
mailutils-d9759a7f80887aa87d6a97b5b609ccbdd3b7db23.tar.bz2
Fixed copyright to Lesser GPL and updated FSF address.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mailutils.scm.in2
-rw-r--r--libmu_scm/mu_address.c2
-rw-r--r--libmu_scm/mu_body.c2
-rw-r--r--libmu_scm/mu_guimb.c2
-rw-r--r--libmu_scm/mu_logger.c2
-rw-r--r--libmu_scm/mu_mailbox.c2
-rw-r--r--libmu_scm/mu_message.c2
-rw-r--r--libmu_scm/mu_mime.c2
-rw-r--r--libmu_scm/mu_port.c2
-rw-r--r--libmu_scm/mu_scm.c2
-rw-r--r--libmu_scm/mu_scm.h2
-rw-r--r--libmu_scm/mu_util.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/libmu_scm/mailutils.scm.in b/libmu_scm/mailutils.scm.in
index a75a85577..10bcec918 100644
--- a/libmu_scm/mailutils.scm.in
+++ b/libmu_scm/mailutils.scm.in
@@ -14,7 +14,7 @@
;;;;
;;;; 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+;;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;;;;
changequote([,])dnl
diff --git a/libmu_scm/mu_address.c b/libmu_scm/mu_address.c
index e7ec9b67a..36d0cbe99 100644
--- a/libmu_scm/mu_address.c
+++ b/libmu_scm/mu_address.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_body.c b/libmu_scm/mu_body.c
index 2b5ee8b5d..75a0c4b09 100644
--- a/libmu_scm/mu_body.c
+++ b/libmu_scm/mu_body.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_guimb.c b/libmu_scm/mu_guimb.c
index 4d3088ae1..d66e05950 100644
--- a/libmu_scm/mu_guimb.c
+++ b/libmu_scm/mu_guimb.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_logger.c b/libmu_scm/mu_logger.c
index 1c30f6d07..4c5739991 100644
--- a/libmu_scm/mu_logger.c
+++ b/libmu_scm/mu_logger.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_mailbox.c b/libmu_scm/mu_mailbox.c
index 420e5efcb..eff527779 100644
--- a/libmu_scm/mu_mailbox.c
+++ b/libmu_scm/mu_mailbox.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index 5d5721d86..4eb9e878f 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c
index e0d12db30..f42aaa4a0 100644
--- a/libmu_scm/mu_mime.c
+++ b/libmu_scm/mu_mime.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_port.c b/libmu_scm/mu_port.c
index 22042fefe..564025c95 100644
--- a/libmu_scm/mu_port.c
+++ b/libmu_scm/mu_port.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c
index 5c9243485..8c526b7cf 100644
--- a/libmu_scm/mu_scm.c
+++ b/libmu_scm/mu_scm.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"
diff --git a/libmu_scm/mu_scm.h b/libmu_scm/mu_scm.h
index 7744a3c29..5488a02b3 100644
--- a/libmu_scm/mu_scm.h
+++ b/libmu_scm/mu_scm.h
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#if defined(HAVE_CONFIG_H)
# include <config.h>
diff --git a/libmu_scm/mu_util.c b/libmu_scm/mu_util.c
index 1a9713ae5..651558e70 100644
--- a/libmu_scm/mu_util.c
+++ b/libmu_scm/mu_util.c
@@ -13,7 +13,7 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include "mu_scm.h"

Return to:

Send suggestions and report system problems to the System administrator.