summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2012-02-29 20:44:45 -0600
committerBruce Guenter <bruce@untroubled.org>2012-02-29 20:44:45 -0600
commitc5d104702d2ff30989368897b9a2b66a1d2544bd (patch)
tree41b2e74cde3368b47248ee5056713c318c5d1993
parent88218043763357b339d5cf6d7667444e41e4bbbe (diff)
Update copyright year
-rw-r--r--README4
-rw-r--r--lib/address-old.cc2
-rw-r--r--lib/address.cc2
-rw-r--r--lib/base64.cc2
-rw-r--r--lib/canonicalize.cc2
-rw-r--r--lib/config_read.cc2
-rw-r--r--lib/config_readint.cc2
-rw-r--r--lib/config_readlist.cc2
-rw-r--r--lib/errcodes.cc2
-rw-r--r--lib/hostname.cc2
-rw-r--r--lib/makefield.cc2
-rw-r--r--lib/selfpipe.cc2
-rw-r--r--lib/setenv.cc2
-rw-r--r--lib/tcpconnect.cc2
-rw-r--r--protocols/protocol.cc2
-rw-r--r--protocols/qmqp.cc2
-rw-r--r--protocols/smtp.cc2
-rw-r--r--src/inject.cc2
-rw-r--r--src/mailq.cc2
-rw-r--r--src/queue.cc2
-rw-r--r--src/send.cc2
-rw-r--r--src/sendmail.cc2
22 files changed, 23 insertions, 23 deletions
diff --git a/README b/README
index ab38d7d..5dabc75 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ nullmailer
Simple relay-only mail transport agent
Bruce Guenter <bruce@untroubled.org>
Version 1.06
-2009-10-19
+2012-02-29
This is nullmailer, a sendmail/qmail/etc replacement MTA for hosts which
relay to a fixed set of smart relays. It is designed to be simple to
@@ -14,7 +14,7 @@ send an email to:
A mailing list archive is available at:
http://lists.untroubled.org/?list=nullmailer
-This package is Copyright(C) 2009 Bruce Guenter, and may be copied
+This package is Copyright(C) 2012 Bruce Guenter, and may be copied
according to the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 or a later
version. A copy of this license is included with this package. This
package comes with no warranty of any kind.
diff --git a/lib/address-old.cc b/lib/address-old.cc
index 466ee3b..480e711 100644
--- a/lib/address-old.cc
+++ b/lib/address-old.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/address.cc b/lib/address.cc
index b4a2c15..606e1cf 100644
--- a/lib/address.cc
+++ b/lib/address.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2008 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/base64.cc b/lib/base64.cc
index d7ec5cd..41072ee 100644
--- a/lib/base64.cc
+++ b/lib/base64.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/canonicalize.cc b/lib/canonicalize.cc
index b8f0e91..4bd02ea 100644
--- a/lib/canonicalize.cc
+++ b/lib/canonicalize.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/config_read.cc b/lib/config_read.cc
index d1579f5..b59b375 100644
--- a/lib/config_read.cc
+++ b/lib/config_read.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/config_readint.cc b/lib/config_readint.cc
index cf186e3..3c3ac85 100644
--- a/lib/config_readint.cc
+++ b/lib/config_readint.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/config_readlist.cc b/lib/config_readlist.cc
index 968d070..910256d 100644
--- a/lib/config_readlist.cc
+++ b/lib/config_readlist.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/errcodes.cc b/lib/errcodes.cc
index 642b306..7cdd871 100644
--- a/lib/errcodes.cc
+++ b/lib/errcodes.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/hostname.cc b/lib/hostname.cc
index e8c8ca2..9af34a2 100644
--- a/lib/hostname.cc
+++ b/lib/hostname.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/makefield.cc b/lib/makefield.cc
index 349bda5..69b7843 100644
--- a/lib/makefield.cc
+++ b/lib/makefield.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/selfpipe.cc b/lib/selfpipe.cc
index 17caffe..1090850 100644
--- a/lib/selfpipe.cc
+++ b/lib/selfpipe.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/setenv.cc b/lib/setenv.cc
index 980631f..bb94273 100644
--- a/lib/setenv.cc
+++ b/lib/setenv.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/lib/tcpconnect.cc b/lib/tcpconnect.cc
index 0cb42d3..a140256 100644
--- a/lib/tcpconnect.cc
+++ b/lib/tcpconnect.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/protocols/protocol.cc b/protocols/protocol.cc
index b810dcb..e307f54 100644
--- a/protocols/protocol.cc
+++ b/protocols/protocol.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/protocols/qmqp.cc b/protocols/qmqp.cc
index 5e86686..91aad7c 100644
--- a/protocols/qmqp.cc
+++ b/protocols/qmqp.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/protocols/smtp.cc b/protocols/smtp.cc
index c414b7f..e9a6a4a 100644
--- a/protocols/smtp.cc
+++ b/protocols/smtp.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/src/inject.cc b/src/inject.cc
index a853362..0176780 100644
--- a/src/inject.cc
+++ b/src/inject.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/src/mailq.cc b/src/mailq.cc
index 27680f7..92421c0 100644
--- a/src/mailq.cc
+++ b/src/mailq.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/src/queue.cc b/src/queue.cc
index ce15501..44ad59b 100644
--- a/src/queue.cc
+++ b/src/queue.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/src/send.cc b/src/send.cc
index de3f4fd..535b3d4 100644
--- a/src/send.cc
+++ b/src/send.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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
diff --git a/src/sendmail.cc b/src/sendmail.cc
index 87f0454..7d698b9 100644
--- a/src/sendmail.cc
+++ b/src/sendmail.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2012 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