summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2005-11-10 16:12:06 +0000
committerBruce Guenter <bruce@untroubled.org>2005-11-10 16:12:06 +0000
commit08ca3d9b16eab9d148e5963e768c41ab4b821074 (patch)
tree136af8227d2ba95e9b4dd0ae02f0fca61c052a8b /lib
parentd69ef12cb81402bf881f064cb0cc64c947f2bf48 (diff)
Adjusted email addresses to point to untroubled.org
Diffstat (limited to 'lib')
-rw-r--r--lib/address-old.cc6
-rw-r--r--lib/address.cc6
-rw-r--r--lib/base64.cc6
-rw-r--r--lib/canonicalize.cc6
-rw-r--r--lib/config_read.cc6
-rw-r--r--lib/config_readint.cc6
-rw-r--r--lib/config_readlist.cc6
-rw-r--r--lib/errcodes.cc6
-rw-r--r--lib/hostname.cc6
-rw-r--r--lib/makefield.cc6
-rw-r--r--lib/tcpconnect.cc6
11 files changed, 33 insertions, 33 deletions
diff --git a/lib/address-old.cc b/lib/address-old.cc
index 53ca41a..cf625f0 100644
--- a/lib/address-old.cc
+++ b/lib/address-old.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include <ctype.h>
diff --git a/lib/address.cc b/lib/address.cc
index 338bcfc..d512104 100644
--- a/lib/address.cc
+++ b/lib/address.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include <ctype.h>
diff --git a/lib/base64.cc b/lib/base64.cc
index c02888d..e96c2c7 100644
--- a/lib/base64.cc
+++ b/lib/base64.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2005 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 2005 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "base64.h"
diff --git a/lib/canonicalize.cc b/lib/canonicalize.cc
index 7201153..c70509b 100644
--- a/lib/canonicalize.cc
+++ b/lib/canonicalize.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include "mystring/mystring.h"
diff --git a/lib/config_read.cc b/lib/config_read.cc
index dab5bf2..f312fc0 100644
--- a/lib/config_read.cc
+++ b/lib/config_read.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include "defines.h"
diff --git a/lib/config_readint.cc b/lib/config_readint.cc
index a48c71a..1e7afb8 100644
--- a/lib/config_readint.cc
+++ b/lib/config_readint.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include <stdlib.h>
diff --git a/lib/config_readlist.cc b/lib/config_readlist.cc
index 2f32a04..925e15e 100644
--- a/lib/config_readlist.cc
+++ b/lib/config_readlist.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include "defines.h"
diff --git a/lib/errcodes.cc b/lib/errcodes.cc
index 77be4da..749e978 100644
--- a/lib/errcodes.cc
+++ b/lib/errcodes.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "errcodes.h"
diff --git a/lib/hostname.cc b/lib/hostname.cc
index fb0b2db..fa56dba 100644
--- a/lib/hostname.cc
+++ b/lib/hostname.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include "mystring/mystring.h"
diff --git a/lib/makefield.cc b/lib/makefield.cc
index c5aa1ab..d45bab1 100644
--- a/lib/makefield.cc
+++ b/lib/makefield.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include "defines.h"
diff --git a/lib/tcpconnect.cc b/lib/tcpconnect.cc
index 820f1ae..d7be855 100644
--- a/lib/tcpconnect.cc
+++ b/lib/tcpconnect.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 1999-2003 Bruce Guenter <bruceg@em.ca>
+// Copyright (C) 1999-2003 Bruce Guenter <bruce@untroubled.org>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,9 +15,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// You can contact me at <bruceg@em.ca>. There is also a mailing list
+// You can contact me at <bruce@untroubled.org>. There is also a mailing list
// available to discuss this package. To subscribe, send an email to
-// <nullmailer-subscribe@lists.em.ca>.
+// <nullmailer-subscribe@lists.untroubled.org>.
#include "config.h"
#include <errno.h>