summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2016-01-22 10:51:09 -0600
committerBruce Guenter <bruce@untroubled.org>2016-01-22 10:51:09 -0600
commit471b1b42c931129f78a5054f323223549d0ab268 (patch)
treeb41cde3601f49e64762508aace8e93bf92571ecd
parent1971c4506e336d60439ae4539b0742cea2a648fb (diff)
Update dates in sources and README
-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/cli++/clitest.cc2
-rw-r--r--lib/cli++/main.cc2
-rw-r--r--lib/cli++/messages.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/config_syserr.cc2
-rw-r--r--lib/errcodes.cc2
-rw-r--r--lib/fdbuf/fdbuf.cc2
-rw-r--r--lib/fdbuf/fdbuf.h2
-rw-r--r--lib/fdbuf/fdbuf_copy.cc2
-rw-r--r--lib/fdbuf/fdibuf.cc2
-rw-r--r--lib/fdbuf/fdibuf.h2
-rw-r--r--lib/fdbuf/fdibuf_mystring.cc2
-rw-r--r--lib/fdbuf/fdibuf_netstring.cc2
-rw-r--r--lib/fdbuf/fdobuf.cc2
-rw-r--r--lib/fdbuf/fdobuf.h2
-rw-r--r--lib/fdbuf/fdobuf_chownmod.cc2
-rw-r--r--lib/fdbuf/fdobuf_seek.cc2
-rw-r--r--lib/fdbuf/fdobuf_signed.cc2
-rw-r--r--lib/fdbuf/fdobuf_unsigned.cc2
-rw-r--r--lib/fdbuf/tlsibuf.cc2
-rw-r--r--lib/fdbuf/tlsibuf.h2
-rw-r--r--lib/fdbuf/tlsobuf.cc2
-rw-r--r--lib/fdbuf/tlsobuf.h2
-rw-r--r--lib/hostname.cc2
-rw-r--r--lib/makefield.cc2
-rw-r--r--lib/mystring/count.cc2
-rw-r--r--lib/mystring/iter.cc2
-rw-r--r--lib/mystring/iter.h2
-rw-r--r--lib/mystring/join.h2
-rw-r--r--lib/mystring/mystring.h2
-rw-r--r--lib/mystring/rep.h2
-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--protocols/tls_gnutls.cc2
-rw-r--r--protocols/tls_none.cc2
-rw-r--r--src/dsn.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
-rw-r--r--src/smtpd.cc2
53 files changed, 54 insertions, 54 deletions
diff --git a/README b/README
index 25422cf..8ca99d8 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ nullmailer
Simple relay-only mail transport agent
Bruce Guenter <bruce@untroubled.org>
Version 2.0
-2013-04-15
+2016-01-22
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
@@ -17,7 +17,7 @@ A mailing list archive is available at:
Development versions of @PACKAGE@ are available at GitHub:
https://github.com/bruceg/nullmailer
-This package is Copyright(C) 2013 Bruce Guenter, and may be copied
+This package is Copyright(C) 2016 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 480e711..40af232 100644
--- a/lib/address-old.cc
+++ b/lib/address-old.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 606e1cf..1d22817 100644
--- a/lib/address.cc
+++ b/lib/address.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 41072ee..fbe9209 100644
--- a/lib/base64.cc
+++ b/lib/base64.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 4bd02ea..c3427d2 100644
--- a/lib/canonicalize.cc
+++ b/lib/canonicalize.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/cli++/clitest.cc b/lib/cli++/clitest.cc
index 31e8610..89e0308 100644
--- a/lib/cli++/clitest.cc
+++ b/lib/cli++/clitest.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000,2005 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 Bruce Guenter <bruce@untroubled.org>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/lib/cli++/main.cc b/lib/cli++/main.cc
index 9aa95e4..8fd4dba 100644
--- a/lib/cli++/main.cc
+++ b/lib/cli++/main.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000,2005 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 Bruce Guenter <bruce@untroubled.org>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/lib/cli++/messages.cc b/lib/cli++/messages.cc
index 00ed878..9b3441d 100644
--- a/lib/cli++/messages.cc
+++ b/lib/cli++/messages.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000,2005 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 Bruce Guenter <bruce@untroubled.org>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/lib/config_read.cc b/lib/config_read.cc
index 2d2da9d..d2ffd84 100644
--- a/lib/config_read.cc
+++ b/lib/config_read.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 3c3ac85..603915e 100644
--- a/lib/config_readint.cc
+++ b/lib/config_readint.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 425dba0..858cea2 100644
--- a/lib/config_readlist.cc
+++ b/lib/config_readlist.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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_syserr.cc b/lib/config_syserr.cc
index 24b7b44..7b55f52 100644
--- a/lib/config_syserr.cc
+++ b/lib/config_syserr.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2013 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 2cf2a31..2809f6f 100644
--- a/lib/errcodes.cc
+++ b/lib/errcodes.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdbuf.cc b/lib/fdbuf/fdbuf.cc
index 11020e1..ddae6e0 100644
--- a/lib/fdbuf/fdbuf.cc
+++ b/lib/fdbuf/fdbuf.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdbuf.h b/lib/fdbuf/fdbuf.h
index 0054b01..40bdac3 100644
--- a/lib/fdbuf/fdbuf.h
+++ b/lib/fdbuf/fdbuf.h
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdbuf_copy.cc b/lib/fdbuf/fdbuf_copy.cc
index 4d6d113..89d607e 100644
--- a/lib/fdbuf/fdbuf_copy.cc
+++ b/lib/fdbuf/fdbuf_copy.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdibuf.cc b/lib/fdbuf/fdibuf.cc
index d2c391e..f4c4c33 100644
--- a/lib/fdbuf/fdibuf.cc
+++ b/lib/fdbuf/fdibuf.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdibuf.h b/lib/fdbuf/fdibuf.h
index 463b2d1..bddf490 100644
--- a/lib/fdbuf/fdibuf.h
+++ b/lib/fdbuf/fdibuf.h
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdibuf_mystring.cc b/lib/fdbuf/fdibuf_mystring.cc
index 5b79032..02c1d4e 100644
--- a/lib/fdbuf/fdibuf_mystring.cc
+++ b/lib/fdbuf/fdibuf_mystring.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdibuf_netstring.cc b/lib/fdbuf/fdibuf_netstring.cc
index 908035d..1918b63 100644
--- a/lib/fdbuf/fdibuf_netstring.cc
+++ b/lib/fdbuf/fdibuf_netstring.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdobuf.cc b/lib/fdbuf/fdobuf.cc
index a6258d9..b2257fa 100644
--- a/lib/fdbuf/fdobuf.cc
+++ b/lib/fdbuf/fdobuf.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdobuf.h b/lib/fdbuf/fdobuf.h
index 24383ff..888d66a 100644
--- a/lib/fdbuf/fdobuf.h
+++ b/lib/fdbuf/fdobuf.h
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdobuf_chownmod.cc b/lib/fdbuf/fdobuf_chownmod.cc
index 0719777..8290c46 100644
--- a/lib/fdbuf/fdobuf_chownmod.cc
+++ b/lib/fdbuf/fdobuf_chownmod.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdobuf_seek.cc b/lib/fdbuf/fdobuf_seek.cc
index 3544ec8..8e002b4 100644
--- a/lib/fdbuf/fdobuf_seek.cc
+++ b/lib/fdbuf/fdobuf_seek.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdobuf_signed.cc b/lib/fdbuf/fdobuf_signed.cc
index 995d0a6..13b4d5c 100644
--- a/lib/fdbuf/fdobuf_signed.cc
+++ b/lib/fdbuf/fdobuf_signed.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/fdobuf_unsigned.cc b/lib/fdbuf/fdobuf_unsigned.cc
index 7620022..f9d59dc 100644
--- a/lib/fdbuf/fdobuf_unsigned.cc
+++ b/lib/fdbuf/fdobuf_unsigned.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/tlsibuf.cc b/lib/fdbuf/tlsibuf.cc
index 0f63a9f..007e349 100644
--- a/lib/fdbuf/tlsibuf.cc
+++ b/lib/fdbuf/tlsibuf.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/tlsibuf.h b/lib/fdbuf/tlsibuf.h
index 0040156..71542f7 100644
--- a/lib/fdbuf/tlsibuf.h
+++ b/lib/fdbuf/tlsibuf.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/tlsobuf.cc b/lib/fdbuf/tlsobuf.cc
index 09bfd28..b112eed 100644
--- a/lib/fdbuf/tlsobuf.cc
+++ b/lib/fdbuf/tlsobuf.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/fdbuf/tlsobuf.h b/lib/fdbuf/tlsobuf.h
index 21a0d3b..e4687f2 100644
--- a/lib/fdbuf/tlsobuf.h
+++ b/lib/fdbuf/tlsobuf.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 9af34a2..c0b2832 100644
--- a/lib/hostname.cc
+++ b/lib/hostname.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 464842e..2abc0cb 100644
--- a/lib/makefield.cc
+++ b/lib/makefield.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/mystring/count.cc b/lib/mystring/count.cc
index 17aa1bc..3bffe82 100644
--- a/lib/mystring/count.cc
+++ b/lib/mystring/count.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/mystring/iter.cc b/lib/mystring/iter.cc
index eb78e19..af31487 100644
--- a/lib/mystring/iter.cc
+++ b/lib/mystring/iter.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/mystring/iter.h b/lib/mystring/iter.h
index e0118f8..7505d57 100644
--- a/lib/mystring/iter.h
+++ b/lib/mystring/iter.h
@@ -1,5 +1,5 @@
/* $Id: iter.h 616 2005-08-19 20:11:01Z bruce $ */
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/mystring/join.h b/lib/mystring/join.h
index 2971841..a538de0 100644
--- a/lib/mystring/join.h
+++ b/lib/mystring/join.h
@@ -1,5 +1,5 @@
/* $Id: join.h 616 2005-08-19 20:11:01Z bruce $ */
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/mystring/mystring.h b/lib/mystring/mystring.h
index 18dbc61..85a63cc 100644
--- a/lib/mystring/mystring.h
+++ b/lib/mystring/mystring.h
@@ -1,5 +1,5 @@
/* $Id: mystring.h 635 2005-11-02 17:37:50Z bruce $ */
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/mystring/rep.h b/lib/mystring/rep.h
index 25033d4..ebbde39 100644
--- a/lib/mystring/rep.h
+++ b/lib/mystring/rep.h
@@ -1,5 +1,5 @@
/* $Id: rep.h 616 2005-08-19 20:11:01Z bruce $ */
-// Copyright (C) 1999,2000 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 1090850..9b4b8aa 100644
--- a/lib/selfpipe.cc
+++ b/lib/selfpipe.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 bb94273..dbefff1 100644
--- a/lib/setenv.cc
+++ b/lib/setenv.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 83b9d4c..ae004fa 100644
--- a/lib/tcpconnect.cc
+++ b/lib/tcpconnect.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 959509e..d46944b 100644
--- a/protocols/protocol.cc
+++ b/protocols/protocol.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 9076fc4..3c1cbd9 100644
--- a/protocols/qmqp.cc
+++ b/protocols/qmqp.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 cba06b8..1fada06 100644
--- a/protocols/smtp.cc
+++ b/protocols/smtp.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/tls_gnutls.cc b/protocols/tls_gnutls.cc
index b6d4240..65fdfc3 100644
--- a/protocols/tls_gnutls.cc
+++ b/protocols/tls_gnutls.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/tls_none.cc b/protocols/tls_none.cc
index ad5c43e..02e9296 100644
--- a/protocols/tls_none.cc
+++ b/protocols/tls_none.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/dsn.cc b/src/dsn.cc
index c197abc..dfcaa1c 100644
--- a/src/dsn.cc
+++ b/src/dsn.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2007 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 6814e83..21bf729 100644
--- a/src/inject.cc
+++ b/src/inject.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 617e1e0..d3edf13 100644
--- a/src/mailq.cc
+++ b/src/mailq.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 af8214d..9868a13 100644
--- a/src/queue.cc
+++ b/src/queue.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 cd43293..647ffc7 100644
--- a/src/send.cc
+++ b/src/send.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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 9a04d36..db0620c 100644
--- a/src/sendmail.cc
+++ b/src/sendmail.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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/smtpd.cc b/src/smtpd.cc
index ebabe7e..8df62a0 100644
--- a/src/smtpd.cc
+++ b/src/smtpd.cc
@@ -1,5 +1,5 @@
// nullmailer -- a simple relay-only MTA
-// Copyright (C) 2012 Bruce Guenter <bruce@untroubled.org>
+// Copyright (C) 2016 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