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
@@ -11,13 +11,13 @@
;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;;; GNU General Public License for more details.
;;;;
;;;; 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
(define-module (mailutils))
(let ((lib-path "LIBDIR/"))
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
typedef int (*address_get_fp) __P((address_t, size_t, char *, size_t, size_t *));
static SCM
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
long body_tag;
struct mu_body
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
static void _scheme_main (void *closure, int argc, char **argv);
void
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
#include <syslog.h>
SCM_DEFINE(mu_openlog, "mu-openlog", 3, 0, 0,
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
long mailbox_tag;
/* NOTE: Maybe will have to add some more members. That's why it is a
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
long message_tag;
struct mu_message
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
long mime_tag;
struct mu_mime
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
struct mu_port
{
stream_t stream; /* Associated stream */
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
#ifndef _PATH_SENDMAIL
# define _PATH_SENDMAIL "/usr/lib/sendmail"
#endif
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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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>
#endif
#include <stdlib.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
@@ -10,13 +10,13 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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"
SCM_DEFINE (mu_scm_getpwuid, "mu-getpwuid", 1, 0, 0,
(SCM USER),
"Look up an entry in the user database. USER can be an integer,\n"

Return to:

Send suggestions and report system problems to the System administrator.