summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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
40 files changed, 40 insertions, 40 deletions
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