commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-2.2-669-g8b573cd


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-669-g8b573cd
Date: Thu, 06 Feb 2014 10:09:02 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=8b573cdca1f2d71184531a2bbeb1263b116d1dac

The branch, master has been updated
       via  8b573cdca1f2d71184531a2bbeb1263b116d1dac (commit)
       via  94c35a24f30d8c61c1306f59979ae13ffb80fdb3 (commit)
      from  abfca75219cf61603d8befa90e4cf01d5ab5eabf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8b573cdca1f2d71184531a2bbeb1263b116d1dac
Author: Sergey Poznyakoff <address@hidden>
Date:   Thu Feb 6 11:59:20 2014 +0200

    Move biff notification to the library.  Implement it in inc and movemail.
    
    * include/mailutils/mailbox.h (mu_mailbox_set_notify)
    (mu_mailbox_unset_notify): New protos.
    * include/mailutils/sys/mailbox.h (_mu_mailbox) <notify_user>
    <notify_fd,notify_sa>: New members.
    * libmailutils/mailbox/Makefile.am (libmailbox_la_SOURCES): Add
    biffnotify.c
    * libmailutils/mailbox/biffnotify.c: New file.
    * libmailutils/mailbox/mailbox.c (_mailbox_create_from_record): Initialize
    notify_fd.
    (mu_mailbox_destroy): Free notify_sa.
    (mu_mailbox_close): Close notify_fd.
    (mu_mailbox_flush): Rewrite to handle append-only mailboxes effectively.
    * libmailutils/server/msrv.c (server_cfg_param): Fix docstring.
    * libmailutils/stream/file_stream.c (fd_open): Open fd read-write if
    both MU_STREAM_APPEND and MU_STREAM_READ are requested.
    * libproto/mbox/mbox.c (mbox_expunge0): Rescan the mailbox if
    messages_count == 0. Special handling for append-only mailboxes.
    * maidag/deliver.c: Use library notification mechanism.
    * mh/inc.c: New option --notify.
    * movemail/movemail.c: Likewise.

commit 94c35a24f30d8c61c1306f59979ae13ffb80fdb3
Author: Sergey Poznyakoff <address@hidden>
Date:   Wed Feb 5 15:33:54 2014 +0200

    Update copyright years.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                              |    2 +-
 NEWS                                     |    2 +-
 README                                   |    2 +-
 README-alpha                             |    4 +-
 README-hacking                           |    2 +-
 TODO                                     |    2 +-
 am/config_paths.m4                       |    2 +-
 am/db2.m4                                |    3 +-
 am/debug.m4                              |    2 +-
 am/enable.m4                             |    4 +-
 am/gsasl.m4                              |    3 +-
 am/ipv6.m4                               |    2 +-
 am/md5.m4                                |    3 +-
 am/nls.m4                                |    2 +-
 am/sha1.m4                               |    3 +-
 am/tls.m4                                |    3 +-
 bootstrap                                |    3 +-
 bootstrap.conf                           |    2 +-
 cmc/cmc_act_on.c                         |    4 +-
 cmc/cmc_free.c                           |    4 +-
 cmc/cmc_list.c                           |    4 +-
 cmc/cmc_logoff.c                         |    4 +-
 cmc/cmc_logon.c                          |    4 +-
 cmc/cmc_look_up.c                        |    4 +-
 cmc/cmc_query_config.c                   |    4 +-
 cmc/cmc_read.c                           |    4 +-
 cmc/cmc_send.c                           |    4 +-
 cmc/cmc_send_documents.c                 |    4 +-
 cmc/xcmc.h                               |    4 +-
 comsat/Makefile.am                       |    4 +-
 comsat/action.c                          |    2 +-
 comsat/biff.rc                           |    2 +-
 comsat/biffrc.sed                        |    2 +-
 comsat/comsat.c                          |    4 +-
 comsat/comsat.h                          |    3 +-
 comsat/tests/Makefile.am                 |    2 +-
 comsat/tests/atlocal.in                  |    2 +-
 comsat/tests/testsuite.at                |    2 +-
 configure.ac                             |    2 +-
 doc/Makefile.am                          |    4 +-
 doc/man/Makefile.am                      |    4 +-
 doc/texinfo/COPYING.DOC                  |    3 +-
 doc/texinfo/Makefile.am                  |    2 +-
 doc/texinfo/address.texi                 |    2 +-
 doc/texinfo/attribute.texi               |    2 +-
 doc/texinfo/auth.texi                    |    2 +-
 doc/texinfo/body.texi                    |    2 +-
 doc/texinfo/c-api.texi                   |    4 +-
 doc/texinfo/encoding.texi                |    4 +-
 doc/texinfo/envelope.texi                |    2 +-
 doc/texinfo/fdl.texi                     |    4 +-
 doc/texinfo/folder.texi                  |    2 +-
 doc/texinfo/framework.texi               |    2 +-
 doc/texinfo/getdate.texi                 |    3 +-
 doc/texinfo/headers.texi                 |    2 +-
 doc/texinfo/imap4.texi                   |    2 +-
 doc/texinfo/iterator.texi                |    2 +-
 doc/texinfo/libmu_auth.texi              |    4 +-
 doc/texinfo/libmu_scm.texi               |    2 +-
 doc/texinfo/libmu_sieve.texi             |    2 +-
 doc/texinfo/locker.texi                  |    2 +-
 doc/texinfo/mailbox.texi                 |    2 +-
 doc/texinfo/mailcap.texi                 |    2 +-
 doc/texinfo/maildir.texi                 |    4 +-
 doc/texinfo/mailer.texi                  |    2 +-
 doc/texinfo/mailutils.texi               |    4 +-
 doc/texinfo/maint.mk                     |    2 +-
 doc/texinfo/mastermenu.el                |    3 +-
 doc/texinfo/mbox.texi                    |    2 +-
 doc/texinfo/message.texi                 |    2 +-
 doc/texinfo/mh.texi                      |    4 +-
 doc/texinfo/mime.texi                    |    2 +-
 doc/texinfo/mu-mh.texi                   |    3 +-
 doc/texinfo/muint.texi                   |    4 +-
 doc/texinfo/nntp.texi                    |    2 +-
 doc/texinfo/nullstream.texi              |    2 +-
 doc/texinfo/parse822.texi                |    2 +-
 doc/texinfo/programs.texi                |    2 +-
 doc/texinfo/rendition.texi               |    2 +-
 doc/texinfo/sendmail.texi                |    4 +-
 doc/texinfo/sieve.texi                   |    2 +-
 doc/texinfo/smtp.texi                    |    2 +-
 doc/texinfo/stream.texi                  |    2 +-
 doc/texinfo/url.texi                     |    2 +-
 doc/texinfo/usage.texi                   |    3 +-
 dotlock/Makefile.am                      |    3 +-
 dotlock/dotlock.c                        |    4 +-
 examples/Makefile.am                     |    3 +-
 examples/aclck.c                         |    2 +-
 examples/addr.c                          |    4 +-
 examples/base64.c                        |    2 +-
 examples/config/Makefile.am              |    2 +-
 examples/config/mailutils.dict           |    3 +-
 examples/config/mailutils.schema         |    3 +-
 examples/cpp/Makefile.am                 |    4 +-
 examples/cpp/addr.cc                     |    4 +-
 examples/cpp/http.cc                     |    4 +-
 examples/cpp/iconv.cc                    |    4 +-
 examples/cpp/listop.cc                   |    4 +-
 examples/cpp/lsf.cc                      |    2 +-
 examples/cpp/mailcap.cc                  |    4 +-
 examples/cpp/mimetest.cc                 |    2 +-
 examples/cpp/msg-send.cc                 |    2 +-
 examples/cpp/murun.cc                    |    4 +-
 examples/cpp/sfrom.cc                    |    4 +-
 examples/cpp/url-parse.cc                |    2 +-
 examples/echosrv.c                       |    3 +-
 examples/header.c                        |    2 +-
 examples/http.c                          |    2 +-
 examples/iconv.c                         |    4 +-
 examples/lsf.c                           |    3 +-
 examples/mblconv.c                       |    2 +-
 examples/msg-send.c                      |    2 +-
 examples/mta.c                           |    2 +-
 examples/muauth.c                        |    3 +-
 examples/mucat.c                         |    2 +-
 examples/muemail.c                       |    4 +-
 examples/murun.c                         |    4 +-
 examples/musocio.c                       |    2 +-
 examples/nntpclient.c                    |    4 +-
 examples/numaddr.c                       |    2 +-
 examples/python/Makefile.am              |    2 +-
 examples/python/addr.py                  |    2 +-
 examples/python/auth.py                  |    2 +-
 examples/python/iconv.py                 |    2 +-
 examples/python/lsf.py                   |    2 +-
 examples/python/mailcap.py               |    2 +-
 examples/python/mimetest.py              |    2 +-
 examples/python/msg-send.py              |    2 +-
 examples/python/sfrom.py                 |    2 +-
 examples/python/url-parse.py             |    2 +-
 examples/sa.c                            |    2 +-
 examples/scheme/Makefile.am              |    3 +-
 examples/scheme/reply.scm                |    4 +-
 examples/sfrom.c                         |    4 +-
 frm/Makefile.am                          |    4 +-
 frm/common.c                             |    3 +-
 frm/frm.c                                |    3 +-
 frm/frm.h                                |    3 +-
 frm/from.c                               |    2 +-
 frm/tests/Makefile.am                    |    2 +-
 frm/tests/atlocal.in                     |    2 +-
 frm/tests/testsuite.at                   |    2 +-
 imap4d/Makefile.am                       |    4 +-
 imap4d/append.c                          |    3 +-
 imap4d/auth_gsasl.c                      |    3 +-
 imap4d/auth_gss.c                        |    2 +-
 imap4d/authenticate.c                    |    2 +-
 imap4d/bye.c                             |    4 +-
 imap4d/capability.c                      |    2 +-
 imap4d/check.c                           |    2 +-
 imap4d/close.c                           |    2 +-
 imap4d/commands.c                        |    4 +-
 imap4d/copy.c                            |    4 +-
 imap4d/create.c                          |    3 +-
 imap4d/delete.c                          |    3 +-
 imap4d/examine.c                         |    2 +-
 imap4d/expunge.c                         |    4 +-
 imap4d/fetch.c                           |    3 +-
 imap4d/id.c                              |    2 +-
 imap4d/idle.c                            |    2 +-
 imap4d/imap4d.c                          |    2 +-
 imap4d/imap4d.h                          |    2 +-
 imap4d/io.c                              |    2 +-
 imap4d/list.c                            |    4 +-
 imap4d/login.c                           |    4 +-
 imap4d/logout.c                          |    2 +-
 imap4d/lsub.c                            |    3 +-
 imap4d/namespace.c                       |    4 +-
 imap4d/noop.c                            |    2 +-
 imap4d/parsebuf.c                        |    2 +-
 imap4d/preauth.c                         |    2 +-
 imap4d/quota.c                           |    2 +-
 imap4d/rename.c                          |    4 +-
 imap4d/search.c                          |    2 +-
 imap4d/select.c                          |    4 +-
 imap4d/signal.c                          |    3 +-
 imap4d/starttls.c                        |    2 +-
 imap4d/status.c                          |    4 +-
 imap4d/store.c                           |    4 +-
 imap4d/subscribe.c                       |    4 +-
 imap4d/sync.c                            |    2 +-
 imap4d/tests/IDEF0955.at                 |    2 +-
 imap4d/tests/IDEF0956.at                 |    2 +-
 imap4d/tests/Makefile.am                 |    2 +-
 imap4d/tests/anystate.at                 |    2 +-
 imap4d/tests/append00.at                 |    2 +-
 imap4d/tests/append01.at                 |    2 +-
 imap4d/tests/atlocal.in                  |    2 +-
 imap4d/tests/close-expunge.at            |    2 +-
 imap4d/tests/create01.at                 |    2 +-
 imap4d/tests/create02.at                 |    2 +-
 imap4d/tests/examine.at                  |    2 +-
 imap4d/tests/expunge.at                  |    2 +-
 imap4d/tests/fetch.at                    |    2 +-
 imap4d/tests/id.at                       |    2 +-
 imap4d/tests/list.at                     |    2 +-
 imap4d/tests/search.at                   |    2 +-
 imap4d/tests/select.at                   |    2 +-
 imap4d/tests/status.at                   |    2 +-
 imap4d/tests/testsuite.at                |    2 +-
 imap4d/uid.c                             |    3 +-
 imap4d/unsubscribe.c                     |    3 +-
 imap4d/util.c                            |    2 +-
 include/Makefile.am                      |    4 +-
 include/mailutils/Makefile.am            |    3 +-
 include/mailutils/acl.h                  |    2 +-
 include/mailutils/address.h              |    2 +-
 include/mailutils/alloc.h                |    2 +-
 include/mailutils/argcv.h                |    2 +-
 include/mailutils/assoc.h                |    2 +-
 include/mailutils/attribute.h            |    2 +-
 include/mailutils/auth.h                 |    2 +-
 include/mailutils/body.h                 |    2 +-
 include/mailutils/cctype.h               |    2 +-
 include/mailutils/cfg.h                  |    2 +-
 include/mailutils/cidr.h                 |    2 +-
 include/mailutils/cpp/Makefile.am        |    3 +-
 include/mailutils/cpp/address.h          |    4 +-
 include/mailutils/cpp/attribute.h        |    4 +-
 include/mailutils/cpp/body.h             |    2 +-
 include/mailutils/cpp/envelope.h         |    2 +-
 include/mailutils/cpp/error.h            |    4 +-
 include/mailutils/cpp/filter.h           |    4 +-
 include/mailutils/cpp/folder.h           |    2 +-
 include/mailutils/cpp/header.h           |    4 +-
 include/mailutils/cpp/iterator.h         |    4 +-
 include/mailutils/cpp/list.h             |    4 +-
 include/mailutils/cpp/mailbox.h          |    4 +-
 include/mailutils/cpp/mailcap.h          |    4 +-
 include/mailutils/cpp/mailer.h           |    4 +-
 include/mailutils/cpp/mailutils.h        |    4 +-
 include/mailutils/cpp/message.h          |    4 +-
 include/mailutils/cpp/mime.h             |    2 +-
 include/mailutils/cpp/pop3.h             |    4 +-
 include/mailutils/cpp/registrar.h        |    2 +-
 include/mailutils/cpp/secret.h           |    2 +-
 include/mailutils/cpp/sieve.h            |    2 +-
 include/mailutils/cpp/stream.h           |    4 +-
 include/mailutils/cpp/url.h              |    2 +-
 include/mailutils/cpp/util.h             |    2 +-
 include/mailutils/cstr.h                 |    2 +-
 include/mailutils/daemon.h               |    4 +-
 include/mailutils/datetime.h             |    2 +-
 include/mailutils/dbm.h                  |    2 +-
 include/mailutils/debug.h                |    4 +-
 include/mailutils/diag.h                 |    2 +-
 include/mailutils/envelope.h             |    2 +-
 include/mailutils/errno.hin              |    4 +-
 include/mailutils/error.h                |    2 +-
 include/mailutils/filter.h               |    2 +-
 include/mailutils/folder.h               |    2 +-
 include/mailutils/gocs.h                 |    3 +-
 include/mailutils/gsasl.h                |    3 +-
 include/mailutils/guile.h                |    2 +-
 include/mailutils/header.h               |    2 +-
 include/mailutils/imap.h                 |    2 +-
 include/mailutils/imapio.h               |    2 +-
 include/mailutils/imaputil.h             |    2 +-
 include/mailutils/io.h                   |    2 +-
 include/mailutils/iterator.h             |    4 +-
 include/mailutils/kwd.h                  |    2 +-
 include/mailutils/ldap.h                 |    4 +-
 include/mailutils/libargp.h              |    2 +-
 include/mailutils/libcfg.h               |    2 +-
 include/mailutils/list.h                 |    4 +-
 include/mailutils/locker.h               |    4 +-
 include/mailutils/log.h                  |    2 +-
 include/mailutils/mailbox.h              |    6 +-
 include/mailutils/mailcap.h              |    4 +-
 include/mailutils/mailer.h               |    4 +-
 include/mailutils/mailutils.h            |    3 +-
 include/mailutils/md5.h                  |    2 +-
 include/mailutils/message.h              |    2 +-
 include/mailutils/mh.h                   |    4 +-
 include/mailutils/mime.h                 |    4 +-
 include/mailutils/monitor.h              |    2 +-
 include/mailutils/msgset.h               |    2 +-
 include/mailutils/mu_auth.h              |    3 +-
 include/mailutils/nls.h                  |    4 +-
 include/mailutils/nntp.h                 |    4 +-
 include/mailutils/observer.h             |    2 +-
 include/mailutils/opool.h                |    2 +-
 include/mailutils/pam.h                  |    4 +-
 include/mailutils/parse822.h             |    2 +-
 include/mailutils/pop3.h                 |    4 +-
 include/mailutils/prog.h                 |    2 +-
 include/mailutils/progmailer.h           |    2 +-
 include/mailutils/property.h             |    4 +-
 include/mailutils/python.h               |    2 +-
 include/mailutils/radius.h               |    2 +-
 include/mailutils/refcount.h             |    2 +-
 include/mailutils/registrar.h            |    3 +-
 include/mailutils/secret.h               |    2 +-
 include/mailutils/server.h               |    3 +-
 include/mailutils/sha1.h                 |    4 +-
 include/mailutils/sieve.h                |    3 +-
 include/mailutils/smtp.h                 |    2 +-
 include/mailutils/sockaddr.h             |    2 +-
 include/mailutils/sql.h                  |    4 +-
 include/mailutils/stdstream.h            |    2 +-
 include/mailutils/stream.h               |    2 +-
 include/mailutils/sys/Makefile.am        |    3 +-
 include/mailutils/sys/amd.h              |    2 +-
 include/mailutils/sys/attribute.h        |    2 +-
 include/mailutils/sys/auth.h             |    2 +-
 include/mailutils/sys/body.h             |    4 +-
 include/mailutils/sys/dbm.h              |    2 +-
 include/mailutils/sys/envelope.h         |    2 +-
 include/mailutils/sys/file_stream.h      |    2 +-
 include/mailutils/sys/filter.h           |    2 +-
 include/mailutils/sys/folder.h           |    2 +-
 include/mailutils/sys/gsasl-stream.h     |    2 +-
 include/mailutils/sys/header.h           |    2 +-
 include/mailutils/sys/header_stream.h    |    2 +-
 include/mailutils/sys/imap.h             |    2 +-
 include/mailutils/sys/imapio.h           |    2 +-
 include/mailutils/sys/iostream.h         |    2 +-
 include/mailutils/sys/iterator.h         |    2 +-
 include/mailutils/sys/list.h             |    2 +-
 include/mailutils/sys/logstream.h        |    2 +-
 include/mailutils/sys/mailbox.h          |   14 +++-
 include/mailutils/sys/mailer.h           |    2 +-
 include/mailutils/sys/mapfile_stream.h   |    2 +-
 include/mailutils/sys/memory_stream.h    |    2 +-
 include/mailutils/sys/message.h          |    2 +-
 include/mailutils/sys/message_stream.h   |    2 +-
 include/mailutils/sys/mime.h             |    2 +-
 include/mailutils/sys/monitor.h          |    4 +-
 include/mailutils/sys/msgset.h           |    2 +-
 include/mailutils/sys/nntp.h             |    3 +-
 include/mailutils/sys/nullstream.h       |    2 +-
 include/mailutils/sys/observer.h         |    2 +-
 include/mailutils/sys/pop3.h             |    2 +-
 include/mailutils/sys/prog_stream.h      |    2 +-
 include/mailutils/sys/property.h         |    2 +-
 include/mailutils/sys/rdcache_stream.h   |    2 +-
 include/mailutils/sys/registrar.h        |    2 +-
 include/mailutils/sys/smtp.h             |    2 +-
 include/mailutils/sys/stream.h           |    2 +-
 include/mailutils/sys/streamref.h        |    2 +-
 include/mailutils/sys/streamtrans.h      |    2 +-
 include/mailutils/sys/syslogstream.h     |    2 +-
 include/mailutils/sys/temp_file_stream.h |    2 +-
 include/mailutils/sys/tls-stream.h       |    2 +-
 include/mailutils/sys/url.h              |    2 +-
 include/mailutils/sys/xscript-stream.h   |    2 +-
 include/mailutils/syslog.h               |    3 +-
 include/mailutils/tls.h                  |    2 +-
 include/mailutils/types.hin              |    4 +-
 include/mailutils/url.h                  |    4 +-
 include/mailutils/util.h                 |    2 +-
 include/mailutils/vartab.h               |    2 +-
 include/mailutils/version.h              |    3 +-
 lib/Makefile.am                          |    4 +-
 lib/argp_base.c                          |    2 +-
 lib/mailcap.c                            |    3 +-
 lib/manlock.c                            |    2 +-
 lib/mu_umaxtostr.c                       |    3 +-
 lib/muaux.h                              |    2 +-
 lib/signal.c                             |    2 +-
 lib/strexit.c                            |    2 +-
 lib/tcpwrap.c                            |    2 +-
 lib/tcpwrap.h                            |    4 +-
 lib/utmp.c                               |    2 +-
 libmailutils/Makefile.am                 |    3 +-
 libmailutils/address/Makefile.am         |    2 +-
 libmailutils/address/address.c           |    2 +-
 libmailutils/address/addrstream.c        |    2 +-
 libmailutils/address/parse822.c          |    2 +-
 libmailutils/auth/Makefile.am            |    2 +-
 libmailutils/auth/auth.c                 |    4 +-
 libmailutils/auth/mu_auth.c              |    4 +-
 libmailutils/auth/system.c               |    3 +-
 libmailutils/base/Makefile.am            |    2 +-
 libmailutils/base/alloc.c                |    2 +-
 libmailutils/base/amd.c                  |    2 +-
 libmailutils/base/argcvfree.c            |    2 +-
 libmailutils/base/argcvjoin.c            |    2 +-
 libmailutils/base/argcvrem.c             |    2 +-
 libmailutils/base/assoc.c                |    2 +-
 libmailutils/base/daemon.c               |    3 +-
 libmailutils/base/fdwait.c               |    2 +-
 libmailutils/base/fgetpwent.c            |    4 +-
 libmailutils/base/filename.c             |    2 +-
 libmailutils/base/filesafety.c           |    2 +-
 libmailutils/base/freeitem.c             |    2 +-
 libmailutils/base/fscompose.c            |    2 +-
 libmailutils/base/getcwd.c               |    2 +-
 libmailutils/base/getmaxfd.c             |    2 +-
 libmailutils/base/getpass.c              |    3 +-
 libmailutils/base/hostname.c             |    2 +-
 libmailutils/base/iterator.c             |    4 +-
 libmailutils/base/kwd.c                  |    2 +-
 libmailutils/base/lcall.c                |    2 +-
 libmailutils/base/locale.c               |    2 +-
 libmailutils/base/locker.c               |    2 +-
 libmailutils/base/mailcap.c              |    4 +-
 libmailutils/base/monitor.c              |    2 +-
 libmailutils/base/msgid.c                |    2 +-
 libmailutils/base/munre.c                |    2 +-
 libmailutils/base/mutil.c                |    2 +-
 libmailutils/base/nls.c                  |    4 +-
 libmailutils/base/nullrec.c              |    3 +-
 libmailutils/base/observer.c             |    4 +-
 libmailutils/base/onexit.c               |    2 +-
 libmailutils/base/opool.c                |    2 +-
 libmailutils/base/parsedate.y            |    4 +-
 libmailutils/base/permstr.c              |    2 +-
 libmailutils/base/refcount.c             |    4 +-
 libmailutils/base/registrar.c            |    2 +-
 libmailutils/base/rfc2047.c              |    3 +-
 libmailutils/base/schemeauto.c           |    3 +-
 libmailutils/base/secret.c               |    2 +-
 libmailutils/base/sha1.c                 |    2 +-
 libmailutils/base/spawnvp.c              |    2 +-
 libmailutils/base/symlink.c              |    2 +-
 libmailutils/base/tempfile.c             |    2 +-
 libmailutils/base/ticket.c               |    4 +-
 libmailutils/base/tilde.c                |    2 +-
 libmailutils/base/userprivs.c            |    2 +-
 libmailutils/base/usremail.c             |    2 +-
 libmailutils/base/version.c              |    2 +-
 libmailutils/base/wicket.c               |    4 +-
 libmailutils/cfg/Makefile.am             |    2 +-
 libmailutils/cfg/driver.c                |    2 +-
 libmailutils/cfg/format.c                |    2 +-
 libmailutils/cfg/gocs.c                  |    2 +-
 libmailutils/cfg/lexer.l                 |    2 +-
 libmailutils/cfg/parser.y                |    2 +-
 libmailutils/cidr/Makefile.am            |    2 +-
 libmailutils/cidr/fromsa.c               |    2 +-
 libmailutils/cidr/fromstr.c              |    2 +-
 libmailutils/cidr/match.c                |    2 +-
 libmailutils/cidr/tosa.c                 |    2 +-
 libmailutils/cidr/tostr.c                |    2 +-
 libmailutils/datetime/Makefile.am        |    2 +-
 libmailutils/datetime/dow.c              |    2 +-
 libmailutils/datetime/doy.c              |    2 +-
 libmailutils/datetime/jd.c               |    2 +-
 libmailutils/datetime/scantime.c         |    4 +-
 libmailutils/datetime/streamftime.c      |    4 +-
 libmailutils/datetime/strftime.c         |    2 +-
 libmailutils/datetime/tab.c              |    4 +-
 libmailutils/datetime/tzlocal.c          |    2 +-
 libmailutils/datetime/unixtime.c         |    4 +-
 libmailutils/datetime/utcoff.c           |    4 +-
 libmailutils/datetime/yd.c               |    2 +-
 libmailutils/diag/Makefile.am            |    2 +-
 libmailutils/diag/bt.c                   |    2 +-
 libmailutils/diag/debcat                 |    2 +-
 libmailutils/diag/debug.c                |    2 +-
 libmailutils/diag/diag.c                 |    2 +-
 libmailutils/diag/errors                 |    3 +-
 libmailutils/diag/muerrno.cin            |    4 +-
 libmailutils/diag/muerror.c              |    2 +-
 libmailutils/diag/syslog.c               |    2 +-
 libmailutils/diag/wd.c                   |    2 +-
 libmailutils/filter/Makefile.am          |    2 +-
 libmailutils/filter/base64.c             |    2 +-
 libmailutils/filter/binflt.c             |    2 +-
 libmailutils/filter/c-escape.c           |    2 +-
 libmailutils/filter/crlfdot.c            |    3 +-
 libmailutils/filter/crlfflt.c            |    2 +-
 libmailutils/filter/decode.c             |    2 +-
 libmailutils/filter/dot.c                |    3 +-
 libmailutils/filter/filter.c             |    4 +-
 libmailutils/filter/fltchain.c           |    4 +-
 libmailutils/filter/fromflt.c            |    3 +-
 libmailutils/filter/header.c             |    2 +-
 libmailutils/filter/iconvflt.c           |    4 +-
 libmailutils/filter/inline-comment.c     |    2 +-
 libmailutils/filter/linecon.c            |    2 +-
 libmailutils/filter/linelenflt.c         |    2 +-
 libmailutils/filter/qpflt.c              |    2 +-
 libmailutils/imapio/Makefile.am          |    2 +-
 libmailutils/imapio/create.c             |    2 +-
 libmailutils/imapio/errstate.c           |    2 +-
 libmailutils/imapio/flags.c              |    2 +-
 libmailutils/imapio/getline.c            |    2 +-
 libmailutils/imapio/litstream.c          |    2 +-
 libmailutils/imapio/litstring.c          |    2 +-
 libmailutils/imapio/printf.c             |    2 +-
 libmailutils/imapio/qstring.c            |    2 +-
 libmailutils/imapio/replstr.c            |    2 +-
 libmailutils/imapio/send.c               |    2 +-
 libmailutils/imapio/sendcmd.c            |    2 +-
 libmailutils/imapio/sendcmde.c           |    2 +-
 libmailutils/imapio/sendcmdv.c           |    2 +-
 libmailutils/imapio/sendflg.c            |    2 +-
 libmailutils/imapio/sendmsgset.c         |    2 +-
 libmailutils/imapio/time.c               |    2 +-
 libmailutils/imapio/trace.c              |    2 +-
 libmailutils/imapio/transport.c          |    2 +-
 libmailutils/imapio/wildmatch.c          |    2 +-
 libmailutils/imapio/words.c              |    2 +-
 libmailutils/imapio/xscript.c            |    2 +-
 libmailutils/list/Makefile.am            |    2 +-
 libmailutils/list/append.c               |    2 +-
 libmailutils/list/array.c                |    2 +-
 libmailutils/list/clear.c                |    2 +-
 libmailutils/list/count.c                |    2 +-
 libmailutils/list/create.c               |    2 +-
 libmailutils/list/destroy.c              |    2 +-
 libmailutils/list/empty.c                |    2 +-
 libmailutils/list/fold.c                 |    2 +-
 libmailutils/list/foreach.c              |    2 +-
 libmailutils/list/foreachdir.c           |    2 +-
 libmailutils/list/get.c                  |    2 +-
 libmailutils/list/getcomp.c              |    2 +-
 libmailutils/list/gmap.c                 |    2 +-
 libmailutils/list/head.c                 |    2 +-
 libmailutils/list/insert.c               |    2 +-
 libmailutils/list/intersect.c            |    2 +-
 libmailutils/list/iterator.c             |    2 +-
 libmailutils/list/listlist.c             |    2 +-
 libmailutils/list/locate.c               |    2 +-
 libmailutils/list/map.c                  |    2 +-
 libmailutils/list/pop.c                  |    2 +-
 libmailutils/list/prepend.c              |    2 +-
 libmailutils/list/push.c                 |    2 +-
 libmailutils/list/remove.c               |    2 +-
 libmailutils/list/removenth.c            |    2 +-
 libmailutils/list/replace.c              |    2 +-
 libmailutils/list/rfold.c                |    2 +-
 libmailutils/list/setcomp.c              |    2 +-
 libmailutils/list/setdestr.c             |    2 +-
 libmailutils/list/slice.c                |    2 +-
 libmailutils/list/slice2.c               |    2 +-
 libmailutils/list/sort.c                 |    2 +-
 libmailutils/list/tail.c                 |    2 +-
 libmailutils/mailbox/Makefile.am         |    3 +-
 libmailutils/mailbox/attribute.c         |    4 +-
 libmailutils/mailbox/biffnotify.c        |  164 ++++++++++++++++++++++++++++++
 libmailutils/mailbox/body.c              |    4 +-
 libmailutils/mailbox/bodystruct.c        |    2 +-
 libmailutils/mailbox/copy.c              |    4 +-
 libmailutils/mailbox/envelope.c          |    4 +-
 libmailutils/mailbox/folder.c            |    3 +-
 libmailutils/mailbox/fsfolder.c          |    2 +-
 libmailutils/mailbox/hdrfirst.c          |    2 +-
 libmailutils/mailbox/hdritr.c            |    2 +-
 libmailutils/mailbox/header.c            |    2 +-
 libmailutils/mailbox/imapenv.c           |    2 +-
 libmailutils/mailbox/mailbox.c           |   70 ++++++-------
 libmailutils/mailbox/mbx_default.c       |    3 +-
 libmailutils/mailbox/mbxitr.c            |    2 +-
 libmailutils/mailbox/msgattr.c           |    2 +-
 libmailutils/mailbox/msgbody.c           |    2 +-
 libmailutils/mailbox/msgcpy.c            |    2 +-
 libmailutils/mailbox/msgcreat.c          |    2 +-
 libmailutils/mailbox/msgenv.c            |    2 +-
 libmailutils/mailbox/msgheader.c         |    2 +-
 libmailutils/mailbox/msglines.c          |    2 +-
 libmailutils/mailbox/msgmbx.c            |    2 +-
 libmailutils/mailbox/msgmod.c            |    2 +-
 libmailutils/mailbox/msgmulti.c          |    2 +-
 libmailutils/mailbox/msgnumparts.c       |    2 +-
 libmailutils/mailbox/msgobs.c            |    2 +-
 libmailutils/mailbox/msgpart.c           |    2 +-
 libmailutils/mailbox/msgqid.c            |    2 +-
 libmailutils/mailbox/msgqlines.c         |    2 +-
 libmailutils/mailbox/msgref.c            |    2 +-
 libmailutils/mailbox/msgsave.c           |    2 +-
 libmailutils/mailbox/msgscan.c           |    2 +-
 libmailutils/mailbox/msgsize.c           |    2 +-
 libmailutils/mailbox/msgstream.c         |    2 +-
 libmailutils/mailbox/msguid.c            |    2 +-
 libmailutils/mailbox/msguidl.c           |    2 +-
 libmailutils/mailer/Makefile.am          |    2 +-
 libmailutils/mailer/mailer.c             |    2 +-
 libmailutils/mailer/progmailer.c         |    3 +-
 libmailutils/mime/Makefile.am            |    2 +-
 libmailutils/mime/attachment.c           |    4 +-
 libmailutils/mime/mime.c                 |    4 +-
 libmailutils/mime/mimehdr.c              |    4 +-
 libmailutils/msgset/Makefile.am          |    2 +-
 libmailutils/msgset/add.c                |    2 +-
 libmailutils/msgset/addset.c             |    2 +-
 libmailutils/msgset/aggr.c               |    2 +-
 libmailutils/msgset/clear.c              |    2 +-
 libmailutils/msgset/count.c              |    2 +-
 libmailutils/msgset/create.c             |    2 +-
 libmailutils/msgset/foreachmsg.c         |    2 +-
 libmailutils/msgset/foreachmsgno.c       |    2 +-
 libmailutils/msgset/foreachnum.c         |    2 +-
 libmailutils/msgset/foreachuid.c         |    2 +-
 libmailutils/msgset/free.c               |    2 +-
 libmailutils/msgset/getitr.c             |    2 +-
 libmailutils/msgset/getlist.c            |    2 +-
 libmailutils/msgset/getmbox.c            |    2 +-
 libmailutils/msgset/isempty.c            |    2 +-
 libmailutils/msgset/locate.c             |    2 +-
 libmailutils/msgset/negate.c             |    2 +-
 libmailutils/msgset/parse.c              |    2 +-
 libmailutils/msgset/print.c              |    2 +-
 libmailutils/msgset/sub.c                |    2 +-
 libmailutils/msgset/subset.c             |    2 +-
 libmailutils/msgset/trans.c              |    2 +-
 libmailutils/property/Makefile.am        |    2 +-
 libmailutils/property/assocprop.c        |    2 +-
 libmailutils/property/create.c           |    2 +-
 libmailutils/property/mhprop.c           |    2 +-
 libmailutils/property/propclr.c          |    2 +-
 libmailutils/property/propget.c          |    2 +-
 libmailutils/property/propinv.c          |    2 +-
 libmailutils/property/propitr.c          |    2 +-
 libmailutils/property/propset.c          |    2 +-
 libmailutils/server/Makefile.am          |    2 +-
 libmailutils/server/acl.c                |    2 +-
 libmailutils/server/ipsrv.c              |    3 +-
 libmailutils/server/msrv.c               |    4 +-
 libmailutils/server/server.c             |    3 +-
 libmailutils/sockaddr/Makefile.am        |    2 +-
 libmailutils/sockaddr/copy.c             |    2 +-
 libmailutils/sockaddr/create.c           |    2 +-
 libmailutils/sockaddr/free.c             |    2 +-
 libmailutils/sockaddr/fromnode.c         |    2 +-
 libmailutils/sockaddr/insert.c           |    2 +-
 libmailutils/sockaddr/ipaddr.c           |    2 +-
 libmailutils/sockaddr/str.c              |    2 +-
 libmailutils/sockaddr/unlink.c           |    2 +-
 libmailutils/sockaddr/url.c              |    2 +-
 libmailutils/stdstream/Makefile.am       |    2 +-
 libmailutils/stdstream/basestr.c         |    2 +-
 libmailutils/stdstream/dbgstream.c       |    2 +-
 libmailutils/stdstream/strerr.c          |    2 +-
 libmailutils/stream/Makefile.am          |    2 +-
 libmailutils/stream/file_stream.c        |    6 +-
 libmailutils/stream/fltstream.c          |    2 +-
 libmailutils/stream/iostream.c           |    2 +-
 libmailutils/stream/logstream.c          |    2 +-
 libmailutils/stream/mapfile_stream.c     |    2 +-
 libmailutils/stream/memory_stream.c      |    3 +-
 libmailutils/stream/message_stream.c     |    2 +-
 libmailutils/stream/nullstream.c         |    2 +-
 libmailutils/stream/prog_stream.c        |    2 +-
 libmailutils/stream/rdcache_stream.c     |    2 +-
 libmailutils/stream/socket_stream.c      |    3 +-
 libmailutils/stream/stdio_stream.c       |    2 +-
 libmailutils/stream/stream.c             |    2 +-
 libmailutils/stream/stream_printf.c      |    2 +-
 libmailutils/stream/stream_vprintf.c     |    2 +-
 libmailutils/stream/streamcpy.c          |    2 +-
 libmailutils/stream/streamref.c          |    2 +-
 libmailutils/stream/syslogstream.c       |    2 +-
 libmailutils/stream/tcp.c                |    4 +-
 libmailutils/stream/temp_file_stream.c   |    2 +-
 libmailutils/stream/xscript-stream.c     |    3 +-
 libmailutils/string/Makefile.am          |    2 +-
 libmailutils/string/asnprintf.c          |    2 +-
 libmailutils/string/asprintf.c           |    2 +-
 libmailutils/string/cpystr.c             |    2 +-
 libmailutils/string/cstrcasecmp.c        |    2 +-
 libmailutils/string/cstrcasestr.c        |    2 +-
 libmailutils/string/cstrlower.c          |    2 +-
 libmailutils/string/cstrupper.c          |    2 +-
 libmailutils/string/hexstr.c             |    2 +-
 libmailutils/string/mkfilename.c         |    2 +-
 libmailutils/string/muctype.c            |    2 +-
 libmailutils/string/stpcpy.c             |    2 +-
 libmailutils/string/stripws.c            |    2 +-
 libmailutils/string/strlst.c             |    2 +-
 libmailutils/string/strltrim.c           |    2 +-
 libmailutils/string/strrtrim.c           |    2 +-
 libmailutils/string/strskip.c            |    2 +-
 libmailutils/string/trueans.c            |    2 +-
 libmailutils/string/unfold.c             |    2 +-
 libmailutils/string/vasnprintf.c         |    2 +-
 libmailutils/string/xdecode.c            |    2 +-
 libmailutils/tests/Makefile.am           |    2 +-
 libmailutils/tests/addr.c                |    4 +-
 libmailutils/tests/address.at            |    2 +-
 libmailutils/tests/atlocal.in            |    2 +-
 libmailutils/tests/base64d.at            |    2 +-
 libmailutils/tests/base64e.at            |    2 +-
 libmailutils/tests/cidr.c                |    2 +-
 libmailutils/tests/debugspec.at          |    2 +-
 libmailutils/tests/debugspec.c           |    2 +-
 libmailutils/tests/decode2047.at         |    2 +-
 libmailutils/tests/decode2047.c          |    3 +-
 libmailutils/tests/encode2047.at         |    2 +-
 libmailutils/tests/encode2047.c          |    3 +-
 libmailutils/tests/fltst.c               |    2 +-
 libmailutils/tests/fromflt.at            |    2 +-
 libmailutils/tests/fsaf.at               |    2 +-
 libmailutils/tests/fsaf.c                |    2 +-
 libmailutils/tests/fsaftomod.at          |    2 +-
 libmailutils/tests/fsaftomod.c           |    2 +-
 libmailutils/tests/fsfolder.c            |    2 +-
 libmailutils/tests/fsfolder00.at         |    2 +-
 libmailutils/tests/fsfolder01.at         |    2 +-
 libmailutils/tests/fsfolder02.at         |    2 +-
 libmailutils/tests/hdrflt.at             |    2 +-
 libmailutils/tests/imapio.at             |    2 +-
 libmailutils/tests/imapio.c              |    2 +-
 libmailutils/tests/inline-comment.at     |    2 +-
 libmailutils/tests/linecon.at            |    2 +-
 libmailutils/tests/list.at               |    2 +-
 libmailutils/tests/listop.c              |    4 +-
 libmailutils/tests/mailcap.at            |    2 +-
 libmailutils/tests/mailcap.c             |    2 +-
 libmailutils/tests/mimehdr.at            |    2 +-
 libmailutils/tests/mimehdr.c             |    3 +-
 libmailutils/tests/modmesg.c             |    2 +-
 libmailutils/tests/modmesg00.at          |    2 +-
 libmailutils/tests/modmesg01.at          |    2 +-
 libmailutils/tests/modmesg02.at          |    2 +-
 libmailutils/tests/modmesg03.at          |    2 +-
 libmailutils/tests/modtofsaf.at          |    2 +-
 libmailutils/tests/modtofsaf.c           |    2 +-
 libmailutils/tests/msgset.at             |    2 +-
 libmailutils/tests/msgset.c              |    2 +-
 libmailutils/tests/prop.at               |    2 +-
 libmailutils/tests/prop.c                |    2 +-
 libmailutils/tests/scantime.at           |    2 +-
 libmailutils/tests/scantime.c            |    4 +-
 libmailutils/tests/strerr.at             |    2 +-
 libmailutils/tests/strftime.at           |    2 +-
 libmailutils/tests/strftime.c            |    4 +-
 libmailutils/tests/strin.at              |    2 +-
 libmailutils/tests/strin.c               |    2 +-
 libmailutils/tests/strout.at             |    2 +-
 libmailutils/tests/strout.c              |    2 +-
 libmailutils/tests/tempfile.c            |    3 +-
 libmailutils/tests/testsuite.at          |    2 +-
 libmailutils/tests/url-comp.at           |    2 +-
 libmailutils/tests/url-comp.c            |    2 +-
 libmailutils/tests/url-parse.c           |    4 +-
 libmailutils/tests/url.at                |    2 +-
 libmailutils/tests/wicket.at             |    2 +-
 libmailutils/tests/wicket.c              |    2 +-
 libmailutils/tests/wordsplit.at          |    2 +-
 libmailutils/tests/wsp.c                 |    3 +-
 libmailutils/url/Makefile.am             |    2 +-
 libmailutils/url/accessor.h              |    2 +-
 libmailutils/url/add-param.c             |    2 +-
 libmailutils/url/add-query.c             |    2 +-
 libmailutils/url/clr-param.c             |    2 +-
 libmailutils/url/clr-query.c             |    2 +-
 libmailutils/url/copy.c                  |    2 +-
 libmailutils/url/create.c                |    2 +-
 libmailutils/url/decode.c                |    2 +-
 libmailutils/url/destroy.c               |    2 +-
 libmailutils/url/dup.c                   |    2 +-
 libmailutils/url/expand.c                |    2 +-
 libmailutils/url/flag.c                  |    2 +-
 libmailutils/url/get-param.c             |    2 +-
 libmailutils/url/get-query.c             |    2 +-
 libmailutils/url/get-secret.c            |    2 +-
 libmailutils/url/match.c                 |    2 +-
 libmailutils/url/null.c                  |    2 +-
 libmailutils/url/port.c                  |    2 +-
 libmailutils/url/scheme.c                |    2 +-
 libmailutils/url/set-auth.c              |    2 +-
 libmailutils/url/set-host.c              |    2 +-
 libmailutils/url/set-path.c              |    2 +-
 libmailutils/url/set-port.c              |    2 +-
 libmailutils/url/set-scheme.c            |    2 +-
 libmailutils/url/set-secret.c            |    2 +-
 libmailutils/url/set-service.c           |    2 +-
 libmailutils/url/set-user.c              |    2 +-
 libmailutils/url/uplevel.c               |    2 +-
 libmailutils/url/urlinv.c                |    2 +-
 libmailutils/url/urlstr.c                |    2 +-
 libmu_argp/Makefile.am                   |    2 +-
 libmu_argp/cmdline.c                     |    2 +-
 libmu_argp/cmdline.h                     |    2 +-
 libmu_argp/common.c                      |    2 +-
 libmu_argp/mu_argp.c                     |    4 +-
 libmu_argp/muinit.c                      |    2 +-
 libmu_argp/sieve.c                       |    2 +-
 libmu_auth/Makefile.am                   |    2 +-
 libmu_auth/gsasl.c                       |    4 +-
 libmu_auth/ldap.c                        |    2 +-
 libmu_auth/pam.c                         |    2 +-
 libmu_auth/radius.c                      |    2 +-
 libmu_auth/sql.c                         |    2 +-
 libmu_auth/sql.h                         |    4 +-
 libmu_auth/tls.c                         |    3 +-
 libmu_auth/virtual.c                     |    4 +-
 libmu_cfg/Makefile.am                    |    2 +-
 libmu_cfg/acl.c                          |    2 +-
 libmu_cfg/auth.c                         |    3 +-
 libmu_cfg/common.c                       |    2 +-
 libmu_cfg/gsasl.c                        |    2 +-
 libmu_cfg/init.c                         |    2 +-
 libmu_cfg/ldap.c                         |    2 +-
 libmu_cfg/pam.c                          |    2 +-
 libmu_cfg/radius.c                       |    2 +-
 libmu_cfg/sieve.c                        |    3 +-
 libmu_cfg/sql.c                          |    2 +-
 libmu_cfg/tls.c                          |    3 +-
 libmu_cfg/virtdomain.c                   |    2 +-
 libmu_compat/Makefile.am                 |    2 +-
 libmu_compat/argcv.c                     |    2 +-
 libmu_compat/filter_iconv.c              |    2 +-
 libmu_compat/tests/Makefile.am           |    2 +-
 libmu_compat/tests/argcv.at              |    2 +-
 libmu_compat/tests/argcv.c               |    3 +-
 libmu_compat/tests/atlocal.in            |    2 +-
 libmu_compat/tests/testsuite.at          |    2 +-
 libmu_compat/vartab.c                    |    2 +-
 libmu_cpp/Makefile.am                    |    4 +-
 libmu_cpp/address.cc                     |    4 +-
 libmu_cpp/attribute.cc                   |    2 +-
 libmu_cpp/body.cc                        |    2 +-
 libmu_cpp/envelope.cc                    |    2 +-
 libmu_cpp/filter.cc                      |    4 +-
 libmu_cpp/folder.cc                      |    2 +-
 libmu_cpp/header.cc                      |    4 +-
 libmu_cpp/iterator.cc                    |    4 +-
 libmu_cpp/list.cc                        |    4 +-
 libmu_cpp/mailbox.cc                     |    4 +-
 libmu_cpp/mailcap.cc                     |    4 +-
 libmu_cpp/mailer.cc                      |    4 +-
 libmu_cpp/message.cc                     |    4 +-
 libmu_cpp/mime.cc                        |    2 +-
 libmu_cpp/mutil.cc                       |    2 +-
 libmu_cpp/pop3.cc                        |    4 +-
 libmu_cpp/registrar.cc                   |    2 +-
 libmu_cpp/secret.cc                      |    2 +-
 libmu_cpp/sieve.cc                       |    2 +-
 libmu_cpp/stream.cc                      |    4 +-
 libmu_cpp/url.cc                         |    2 +-
 libmu_dbm/Makefile.am                    |    2 +-
 libmu_dbm/berkeley.c                     |    2 +-
 libmu_dbm/close.c                        |    2 +-
 libmu_dbm/create.c                       |    2 +-
 libmu_dbm/datumfree.c                    |    2 +-
 libmu_dbm/dbm.c                          |    2 +-
 libmu_dbm/delete.c                       |    2 +-
 libmu_dbm/destroy.c                      |    2 +-
 libmu_dbm/errstr.c                       |    2 +-
 libmu_dbm/fetch.c                        |    2 +-
 libmu_dbm/firstkey.c                     |    2 +-
 libmu_dbm/gdbm.c                         |    2 +-
 libmu_dbm/getfd.c                        |    2 +-
 libmu_dbm/kyoto.c                        |    2 +-
 libmu_dbm/mudbm.h                        |    2 +-
 libmu_dbm/name.c                         |    2 +-
 libmu_dbm/ndbm.c                         |    2 +-
 libmu_dbm/nextkey.c                      |    2 +-
 libmu_dbm/open.c                         |    2 +-
 libmu_dbm/safety.c                       |    2 +-
 libmu_dbm/store.c                        |    2 +-
 libmu_dbm/tokyo.c                        |    2 +-
 libmu_scm/Makefile.am                    |    2 +-
 libmu_scm/mailutils/Makefile.am          |    2 +-
 libmu_scm/mailutils/mailutils.scm.in     |    2 +-
 libmu_scm/mu_address.c                   |    2 +-
 libmu_scm/mu_body.c                      |    2 +-
 libmu_scm/mu_dbgport.c                   |    2 +-
 libmu_scm/mu_debug.c                     |    2 +-
 libmu_scm/mu_guile.c                     |    2 +-
 libmu_scm/mu_logger.c                    |    2 +-
 libmu_scm/mu_mailbox.c                   |    2 +-
 libmu_scm/mu_message.c                   |    2 +-
 libmu_scm/mu_mime.c                      |    2 +-
 libmu_scm/mu_port.c                      |    2 +-
 libmu_scm/mu_scm.c                       |    2 +-
 libmu_scm/mu_scm.h                       |    2 +-
 libmu_scm/mu_util.c                      |    2 +-
 libmu_sieve/Makefile.am                  |    4 +-
 libmu_sieve/actions.c                    |    3 +-
 libmu_sieve/comparator.c                 |    2 +-
 libmu_sieve/conf.c                       |    4 +-
 libmu_sieve/extensions/Makefile.am       |    3 +-
 libmu_sieve/extensions/editheader.c      |    2 +-
 libmu_sieve/extensions/list.c            |    4 +-
 libmu_sieve/extensions/moderator.c       |    3 +-
 libmu_sieve/extensions/pipe.c            |    2 +-
 libmu_sieve/extensions/spamd.c           |    3 +-
 libmu_sieve/extensions/timestamp.c       |    4 +-
 libmu_sieve/extensions/vacation.c        |    3 +-
 libmu_sieve/load.c                       |    4 +-
 libmu_sieve/prog.c                       |    3 +-
 libmu_sieve/register.c                   |    2 +-
 libmu_sieve/relational.c                 |    2 +-
 libmu_sieve/require.c                    |    3 +-
 libmu_sieve/runtime.c                    |    4 +-
 libmu_sieve/sieve-priv.h                 |    3 +-
 libmu_sieve/sieve.l                      |    2 +-
 libmu_sieve/sieve.y                      |    3 +-
 libmu_sieve/tests.c                      |    3 +-
 libmu_sieve/util.c                       |    2 +-
 libproto/Makefile.am                     |    3 +-
 libproto/imap/Makefile.am                |    4 +-
 libproto/imap/appmsg.c                   |    2 +-
 libproto/imap/appstr.c                   |    2 +-
 libproto/imap/appstrsiz.c                |    2 +-
 libproto/imap/callback.c                 |    2 +-
 libproto/imap/capability.c               |    2 +-
 libproto/imap/capatst.c                  |    2 +-
 libproto/imap/carrier.c                  |    2 +-
 libproto/imap/check.c                    |    2 +-
 libproto/imap/close.c                    |    2 +-
 libproto/imap/connect.c                  |    2 +-
 libproto/imap/copy.c                     |    2 +-
 libproto/imap/create.c                   |    2 +-
 libproto/imap/delete.c                   |    2 +-
 libproto/imap/destroy.c                  |    2 +-
 libproto/imap/disconnect.c               |    2 +-
 libproto/imap/err.c                      |    2 +-
 libproto/imap/expunge.c                  |    2 +-
 libproto/imap/fetch.c                    |    2 +-
 libproto/imap/folder.c                   |    2 +-
 libproto/imap/gencom.c                   |    2 +-
 libproto/imap/genlist.c                  |    2 +-
 libproto/imap/id.c                       |    2 +-
 libproto/imap/list.c                     |    2 +-
 libproto/imap/login.c                    |    2 +-
 libproto/imap/logout.c                   |    2 +-
 libproto/imap/lsub.c                     |    2 +-
 libproto/imap/mbcreate.c                 |    2 +-
 libproto/imap/mbox.c                     |    2 +-
 libproto/imap/noop.c                     |    2 +-
 libproto/imap/rename.c                   |    2 +-
 libproto/imap/resplist.c                 |    2 +-
 libproto/imap/response.c                 |    2 +-
 libproto/imap/resproc.c                  |    2 +-
 libproto/imap/search.c                   |    2 +-
 libproto/imap/select.c                   |    2 +-
 libproto/imap/starttls.c                 |    2 +-
 libproto/imap/state.c                    |    2 +-
 libproto/imap/status.c                   |    2 +-
 libproto/imap/store.c                    |    2 +-
 libproto/imap/storeflg.c                 |    2 +-
 libproto/imap/subscribe.c                |    2 +-
 libproto/imap/tag.c                      |    2 +-
 libproto/imap/tests/Makefile.am          |    4 +-
 libproto/imap/tests/imapfolder.c         |    2 +-
 libproto/imap/trace.c                    |    2 +-
 libproto/imap/unselect.c                 |    2 +-
 libproto/imap/unsubscribe.c              |    2 +-
 libproto/imap/url.c                      |    2 +-
 libproto/maildir/Makefile.am             |    4 +-
 libproto/maildir/folder.c                |    4 +-
 libproto/maildir/maildir.h               |    4 +-
 libproto/maildir/mbox.c                  |    2 +-
 libproto/mailer/Makefile.am              |    2 +-
 libproto/mailer/mbox.c                   |    2 +-
 libproto/mailer/prog.c                   |    2 +-
 libproto/mailer/remote.c                 |    2 +-
 libproto/mailer/sendmail.c               |    3 +-
 libproto/mailer/smtp.c                   |    2 +-
 libproto/mailer/smtp_auth.c              |    2 +-
 libproto/mailer/smtp_capa.c              |    2 +-
 libproto/mailer/smtp_capa_itr.c          |    2 +-
 libproto/mailer/smtp_carrier.c           |    2 +-
 libproto/mailer/smtp_cmd.c               |    2 +-
 libproto/mailer/smtp_create.c            |    2 +-
 libproto/mailer/smtp_data.c              |    2 +-
 libproto/mailer/smtp_disconnect.c        |    2 +-
 libproto/mailer/smtp_dot.c               |    2 +-
 libproto/mailer/smtp_ehlo.c              |    2 +-
 libproto/mailer/smtp_gsasl.c             |    2 +-
 libproto/mailer/smtp_io.c                |    2 +-
 libproto/mailer/smtp_mail.c              |    2 +-
 libproto/mailer/smtp_mech.c              |    2 +-
 libproto/mailer/smtp_open.c              |    2 +-
 libproto/mailer/smtp_param.c             |    2 +-
 libproto/mailer/smtp_quit.c              |    2 +-
 libproto/mailer/smtp_rcpt.c              |    2 +-
 libproto/mailer/smtp_rset.c              |    2 +-
 libproto/mailer/smtp_secret.c            |    2 +-
 libproto/mailer/smtp_send.c              |    2 +-
 libproto/mailer/smtp_starttls.c          |    2 +-
 libproto/mailer/smtp_trace.c             |    2 +-
 libproto/mailer/smtp_url.c               |    2 +-
 libproto/mbox/Makefile.am                |    4 +-
 libproto/mbox/folder.c                   |    2 +-
 libproto/mbox/mbox.c                     |   24 ++++-
 libproto/mbox/mbox0.h                    |    4 +-
 libproto/mbox/mboxscan.c                 |    4 +-
 libproto/mh/Makefile.am                  |    4 +-
 libproto/mh/folder.c                     |    4 +-
 libproto/mh/mbox.c                       |    3 +-
 libproto/mh/profile.c                    |    2 +-
 libproto/nntp/Makefile.am                |    3 +-
 libproto/nntp/folder.c                   |    4 +-
 libproto/nntp/mbox.c                     |    4 +-
 libproto/nntp/nntp0.h                    |    4 +-
 libproto/nntp/nntp_article.c             |    2 +-
 libproto/nntp/nntp_body.c                |    2 +-
 libproto/nntp/nntp_carrier.c             |    3 +-
 libproto/nntp/nntp_connect.c             |    3 +-
 libproto/nntp/nntp_create.c              |    3 +-
 libproto/nntp/nntp_date.c                |    2 +-
 libproto/nntp/nntp_debug.c               |    3 +-
 libproto/nntp/nntp_destroy.c             |    3 +-
 libproto/nntp/nntp_disconnect.c          |    3 +-
 libproto/nntp/nntp_group.c               |    3 +-
 libproto/nntp/nntp_head.c                |    2 +-
 libproto/nntp/nntp_help.c                |    2 +-
 libproto/nntp/nntp_ihave.c               |    2 +-
 libproto/nntp/nntp_iterator.c            |    4 +-
 libproto/nntp/nntp_last.c                |    3 +-
 libproto/nntp/nntp_list_active.c         |    4 +-
 libproto/nntp/nntp_list_distribpats.c    |    4 +-
 libproto/nntp/nntp_list_distributions.c  |    4 +-
 libproto/nntp/nntp_list_extensions.c     |    4 +-
 libproto/nntp/nntp_list_newsgroups.c     |    4 +-
 libproto/nntp/nntp_list_times.c          |    4 +-
 libproto/nntp/nntp_mode_reader.c         |    2 +-
 libproto/nntp/nntp_newgroups.c           |    2 +-
 libproto/nntp/nntp_newnews.c             |    2 +-
 libproto/nntp/nntp_next.c                |    3 +-
 libproto/nntp/nntp_post.c                |    2 +-
 libproto/nntp/nntp_quit.c                |    3 +-
 libproto/nntp/nntp_readline.c            |    3 +-
 libproto/nntp/nntp_response.c            |    3 +-
 libproto/nntp/nntp_sendline.c            |    4 +-
 libproto/nntp/nntp_stat.c                |    2 +-
 libproto/nntp/nntp_stream.c              |    4 +-
 libproto/nntp/nntp_timeout.c             |    3 +-
 libproto/nntp/url.c                      |    3 +-
 libproto/pop/Makefile.am                 |    3 +-
 libproto/pop/folder.c                    |    4 +-
 libproto/pop/mbox.c                      |    4 +-
 libproto/pop/pop3_apop.c                 |    4 +-
 libproto/pop/pop3_capa.c                 |    4 +-
 libproto/pop/pop3_capatst.c              |    4 +-
 libproto/pop/pop3_carrier.c              |    4 +-
 libproto/pop/pop3_connect.c              |    3 +-
 libproto/pop/pop3_create.c               |    3 +-
 libproto/pop/pop3_dele.c                 |    4 +-
 libproto/pop/pop3_destroy.c              |    3 +-
 libproto/pop/pop3_disconnect.c           |    2 +-
 libproto/pop/pop3_iterator.c             |    4 +-
 libproto/pop/pop3_list.c                 |    4 +-
 libproto/pop/pop3_list_cmd.c             |    2 +-
 libproto/pop/pop3_lista.c                |    2 +-
 libproto/pop/pop3_listas.c               |    2 +-
 libproto/pop/pop3_noop.c                 |    4 +-
 libproto/pop/pop3_pass.c                 |    3 +-
 libproto/pop/pop3_quit.c                 |    4 +-
 libproto/pop/pop3_rdlist.c               |    4 +-
 libproto/pop/pop3_readline.c             |    3 +-
 libproto/pop/pop3_response.c             |    3 +-
 libproto/pop/pop3_retr.c                 |    4 +-
 libproto/pop/pop3_rset.c                 |    4 +-
 libproto/pop/pop3_sendline.c             |    4 +-
 libproto/pop/pop3_stat.c                 |    4 +-
 libproto/pop/pop3_stls.c                 |    2 +-
 libproto/pop/pop3_stream.c               |    3 +-
 libproto/pop/pop3_timeout.c              |    3 +-
 libproto/pop/pop3_top.c                  |    2 +-
 libproto/pop/pop3_trace.c                |    4 +-
 libproto/pop/pop3_uidl.c                 |    4 +-
 libproto/pop/pop3_uidl_cmd.c             |    4 +-
 libproto/pop/pop3_uidla.c                |    4 +-
 libproto/pop/pop3_uidlas.c               |    4 +-
 libproto/pop/pop3_user.c                 |    3 +-
 libproto/pop/url.c                       |    4 +-
 maidag/Makefile.am                       |    2 +-
 maidag/deliver.c                         |   75 ++------------
 maidag/forward.c                         |    4 +-
 maidag/guile.c                           |    2 +-
 maidag/lmtp.c                            |    2 +-
 maidag/maidag.c                          |    2 +-
 maidag/maidag.h                          |    2 +-
 maidag/mailquota.c                       |    4 +-
 maidag/python.c                          |    2 +-
 maidag/script.c                          |    2 +-
 maidag/sieve.c                           |    2 +-
 maidag/tests/Makefile.am                 |    2 +-
 maidag/tests/atlocal.in                  |    2 +-
 maidag/tests/forward.at                  |    2 +-
 maidag/tests/lmtp.at                     |    2 +-
 maidag/tests/mda.at                      |    2 +-
 maidag/tests/testsuite.at                |    2 +-
 maidag/tests/url-mbox.at                 |    2 +-
 maidag/util.c                            |    2 +-
 mail/Makefile.am                         |    2 +-
 mail/alias.c                             |    4 +-
 mail/alt.c                               |    4 +-
 mail/cd.c                                |    4 +-
 mail/copy.c                              |    4 +-
 mail/decode.c                            |    2 +-
 mail/delete.c                            |    4 +-
 mail/dp.c                                |    4 +-
 mail/echo.c                              |    2 +-
 mail/edit.c                              |    2 +-
 mail/envelope.c                          |    2 +-
 mail/eq.c                                |    4 +-
 mail/escape.c                            |    4 +-
 mail/exit.c                              |    2 +-
 mail/file.c                              |    4 +-
 mail/folders.c                           |    4 +-
 mail/followup.c                          |    4 +-
 mail/from.c                              |    2 +-
 mail/headers.c                           |    2 +-
 mail/help.c                              |    2 +-
 mail/hold.c                              |    2 +-
 mail/if.c                                |    2 +-
 mail/inc.c                               |    4 +-
 mail/list.c                              |    2 +-
 mail/mail.c                              |    3 +-
 mail/mail.h                              |    2 +-
 mail/mailline.c                          |    2 +-
 mail/mailvar.c                           |    2 +-
 mail/mbox.c                              |    2 +-
 mail/msgset.y                            |    2 +-
 mail/next.c                              |    4 +-
 mail/page.c                              |    3 +-
 mail/pipe.c                              |    4 +-
 mail/previous.c                          |    4 +-
 mail/print.c                             |    2 +-
 mail/quit.c                              |    4 +-
 mail/reply.c                             |    4 +-
 mail/retain.c                            |    2 +-
 mail/save.c                              |    4 +-
 mail/send.c                              |    2 +-
 mail/set.c                               |    4 +-
 mail/setenv.c                            |    4 +-
 mail/shell.c                             |    2 +-
 mail/size.c                              |    2 +-
 mail/source.c                            |    2 +-
 mail/struct.c                            |    2 +-
 mail/summary.c                           |    4 +-
 mail/table.c                             |    2 +-
 mail/tag.c                               |    4 +-
 mail/testsuite/Makefile.am               |    3 +-
 mail/testsuite/if.mail                   |    3 +-
 mail/testsuite/lib/mail.exp              |    3 +-
 mail/testsuite/mail/alias.exp            |    3 +-
 mail/testsuite/mail/folder.exp           |    3 +-
 mail/testsuite/mail/if.exp               |    4 +-
 mail/testsuite/mail/read.exp             |    4 +-
 mail/testsuite/mail/send.exp             |    4 +-
 mail/testsuite/mail/tag.exp              |    3 +-
 mail/testsuite/mail/write.exp            |    3 +-
 mail/testsuite/mail/z.exp                |    4 +-
 mail/testsuite/makespool                 |    3 +-
 mail/top.c                               |    2 +-
 mail/touch.c                             |    2 +-
 mail/unalias.c                           |    2 +-
 mail/undelete.c                          |    2 +-
 mail/unset.c                             |    4 +-
 mail/util.c                              |    3 +-
 mail/version.c                           |    4 +-
 mail/visual.c                            |    2 +-
 mail/write.c                             |    4 +-
 mail/z.c                                 |    4 +-
 maint.mk                                 |    2 +-
 mapi/MAPIAddress.c                       |    4 +-
 mapi/MAPIDeleteMail.c                    |    4 +-
 mapi/MAPIDetails.c                       |    4 +-
 mapi/MAPIFindNext.c                      |    4 +-
 mapi/MAPIFreeBuffer.c                    |    4 +-
 mapi/MAPILogoff.c                        |    4 +-
 mapi/MAPILogon.c                         |    4 +-
 mapi/MAPIReadMail.c                      |    4 +-
 mapi/MAPISaveMail.c                      |    4 +-
 mapi/MAPISendDocuments.c                 |    4 +-
 mapi/MAPISendMail.c                      |    4 +-
 mapi/Makefile.am                         |    4 +-
 mapi/mapi.h                              |    4 +-
 messages/Makefile.am                     |    4 +-
 messages/messages.c                      |    3 +-
 messages/tests/Makefile.am               |    2 +-
 messages/tests/atlocal.in                |    2 +-
 messages/tests/testsuite.at              |    2 +-
 mh/Makefile.am                           |    4 +-
 mh/ali.c                                 |    2 +-
 mh/anno.c                                |    3 +-
 mh/burst.c                               |    2 +-
 mh/burstfsa.c                            |    2 +-
 mh/comp.c                                |    2 +-
 mh/compcommon.c                          |    3 +-
 mh/etc/Makefile.am                       |    4 +-
 mh/etc/mailutils-mh.eli                  |    3 +-
 mh/etc/mhl.format                        |    2 +-
 mh/etc/mhl.forward                       |    2 +-
 mh/etc/mhl.headers                       |    2 +-
 mh/etc/mhl.repl                          |    2 +-
 mh/etc/mhl.usenet                        |    2 +-
 mh/etc/replcomps                         |    2 +-
 mh/etc/replgroupcomps                    |    2 +-
 mh/etc/scan.default                      |    2 +-
 mh/etc/scan.mailx                        |    2 +-
 mh/etc/scan.size                         |    2 +-
 mh/etc/scan.time                         |    2 +-
 mh/etc/scan.timely                       |    2 +-
 mh/fmtcheck.c                            |    3 +-
 mh/folder.c                              |    3 +-
 mh/forw.c                                |    2 +-
 mh/inc.c                                 |   22 ++++-
 mh/install-mh.c                          |    2 +-
 mh/mark.c                                |    2 +-
 mh/mboxprop.c                            |    2 +-
 mh/mh.h                                  |    2 +-
 mh/mh_alias.l                            |    4 +-
 mh/mh_alias.y                            |    3 +-
 mh/mh_argp.c                             |    2 +-
 mh/mh_fmtgram.y                          |    2 +-
 mh/mh_format.c                           |    2 +-
 mh/mh_format.h                           |    3 +-
 mh/mh_getopt.c                           |    2 +-
 mh/mh_getopt.h                           |    4 +-
 mh/mh_global.c                           |    4 +-
 mh/mh_init.c                             |    2 +-
 mh/mh_list.c                             |    4 +-
 mh/mh_msgset.c                           |    2 +-
 mh/mh_sequence.c                         |    4 +-
 mh/mh_stream.c                           |    2 +-
 mh/mh_whatnow.c                          |    4 +-
 mh/mh_whom.c                             |    4 +-
 mh/mhl.c                                 |    2 +-
 mh/mhn.c                                 |    2 +-
 mh/mhparam.c                             |    2 +-
 mh/mhpath.c                              |    3 +-
 mh/mhseq.c                               |    2 +-
 mh/msgchk.c                              |    2 +-
 mh/pick.c                                |    2 +-
 mh/pick.h                                |    4 +-
 mh/pick.y                                |    3 +-
 mh/prompter-rl.c                         |    2 +-
 mh/prompter-tty.c                        |    2 +-
 mh/prompter.c                            |    2 +-
 mh/prompter.h                            |    2 +-
 mh/refile.c                              |    2 +-
 mh/repl.c                                |    3 +-
 mh/rmf.c                                 |    2 +-
 mh/rmm.c                                 |    3 +-
 mh/scan.c                                |    3 +-
 mh/send.c                                |    2 +-
 mh/show.c                                |    3 +-
 mh/sortm.c                               |    2 +-
 mh/tests/Makefile.am                     |    2 +-
 mh/tests/ali.at                          |    2 +-
 mh/tests/anno.at                         |    2 +-
 mh/tests/atlocal.in                      |    2 +-
 mh/tests/burst.at                        |    2 +-
 mh/tests/comp.at                         |    2 +-
 mh/tests/folder.at                       |    2 +-
 mh/tests/forw.at                         |    2 +-
 mh/tests/inc.at                          |    2 +-
 mh/tests/install-mh.at                   |    2 +-
 mh/tests/lu.c                            |    2 +-
 mh/tests/mark.at                         |    2 +-
 mh/tests/mhl.at                          |    2 +-
 mh/tests/mhn.at                          |    2 +-
 mh/tests/mhparam.at                      |    2 +-
 mh/tests/mhpath.at                       |    2 +-
 mh/tests/mhseq.at                        |    2 +-
 mh/tests/pick.at                         |    2 +-
 mh/tests/refile.at                       |    2 +-
 mh/tests/repl.at                         |    2 +-
 mh/tests/rmf.at                          |    2 +-
 mh/tests/rmm.at                          |    2 +-
 mh/tests/scan.at                         |    2 +-
 mh/tests/send.at                         |    2 +-
 mh/tests/sortm.at                        |    2 +-
 mh/tests/testsuite.at                    |    2 +-
 mh/whatnow.c                             |    2 +-
 mh/whatnowenv.c                          |    4 +-
 mh/whom.c                                |    2 +-
 mimeview/Makefile.am                     |    3 +-
 mimeview/mimetypes.l                     |    3 +-
 mimeview/mimetypes.y                     |    3 +-
 mimeview/mimeview.c                      |    2 +-
 mimeview/mimeview.h                      |    3 +-
 movemail/Makefile.am                     |    2 +-
 movemail/movemail.c                      |   23 ++++-
 mu-aux/Makefile.am                       |    2 +-
 mu-aux/debcat.awk                        |    2 +-
 mu-aux/generr.awk                        |    3 +-
 mu-aux/gylwrap                           |    3 +-
 mu-aux/mailutils.m4                      |    3 +-
 mu-aux/sqlmod.sh                         |    2 +-
 mu-aux/texify.sed                        |    4 +-
 mu/Makefile.am                           |    2 +-
 mu/acl.c                                 |    2 +-
 mu/cflags.c                              |    2 +-
 mu/dbm.c                                 |    2 +-
 mu/dispatch.c                            |    2 +-
 mu/filter.c                              |    2 +-
 mu/flt2047.c                             |    2 +-
 mu/getans.c                              |    2 +-
 mu/getarg.c                              |    2 +-
 mu/getyn.c                               |    2 +-
 mu/help.c                                |    2 +-
 mu/imap.c                                |    2 +-
 mu/info.c                                |    2 +-
 mu/ldflags.c                             |    2 +-
 mu/logger.c                              |    2 +-
 mu/mailutils-config.in                   |    2 +-
 mu/mu-setup.awk                          |    2 +-
 mu/mu.c                                  |    2 +-
 mu/mu.h                                  |    2 +-
 mu/pop.c                                 |    2 +-
 mu/query.c                               |    2 +-
 mu/send.c                                |    2 +-
 mu/shell.c                               |    2 +-
 mu/smtp.c                                |    2 +-
 mu/template.c                            |    2 +-
 mu/util.c                                |    2 +-
 mu/verbose.c                             |    2 +-
 mu/wicket.c                              |    2 +-
 paths                                    |    2 +-
 po/POTFILES.in                           |    3 +-
 pop3d/Makefile.am                        |    2 +-
 pop3d/apop.c                             |    2 +-
 pop3d/auth.c                             |    3 +-
 pop3d/bulletin.c                         |    2 +-
 pop3d/capa.c                             |    2 +-
 pop3d/cmd.c                              |    2 +-
 pop3d/dele.c                             |    2 +-
 pop3d/expire.c                           |    4 +-
 pop3d/extra.c                            |    2 +-
 pop3d/list.c                             |    2 +-
 pop3d/logindelay.c                       |    3 +-
 pop3d/noop.c                             |    4 +-
 pop3d/pop3d.c                            |    3 +-
 pop3d/pop3d.h                            |    3 +-
 pop3d/popauth.c                          |    4 +-
 pop3d/quit.c                             |    2 +-
 pop3d/retr.c                             |    2 +-
 pop3d/rset.c                             |    2 +-
 pop3d/signal.c                           |    3 +-
 pop3d/stat.c                             |    2 +-
 pop3d/stls.c                             |    3 +-
 pop3d/testsuite/Makefile.am              |    4 +-
 pop3d/testsuite/lib/pop3d.exp            |    4 +-
 pop3d/testsuite/pop3d.rcin               |    2 +-
 pop3d/testsuite/pop3d/read.exp           |    3 +-
 pop3d/top.c                              |    2 +-
 pop3d/uidl.c                             |    2 +-
 pop3d/user.c                             |    4 +-
 python/Makefile.am                       |    2 +-
 python/libmu_py/Makefile.am              |    2 +-
 python/libmu_py/address.c                |    2 +-
 python/libmu_py/attribute.c              |    2 +-
 python/libmu_py/auth.c                   |    2 +-
 python/libmu_py/body.c                   |    2 +-
 python/libmu_py/envelope.c               |    2 +-
 python/libmu_py/errno.c                  |    2 +-
 python/libmu_py/error.c                  |    2 +-
 python/libmu_py/filter.c                 |    2 +-
 python/libmu_py/folder.c                 |    2 +-
 python/libmu_py/header.c                 |    2 +-
 python/libmu_py/libmu_py.c               |    2 +-
 python/libmu_py/libmu_py.h               |    2 +-
 python/libmu_py/list.c                   |    2 +-
 python/libmu_py/mailbox.c                |    2 +-
 python/libmu_py/mailcap.c                |    2 +-
 python/libmu_py/mailer.c                 |    2 +-
 python/libmu_py/message.c                |    2 +-
 python/libmu_py/mime.c                   |    2 +-
 python/libmu_py/nls.c                    |    2 +-
 python/libmu_py/registrar.c              |    2 +-
 python/libmu_py/script.c                 |    2 +-
 python/libmu_py/secret.c                 |    2 +-
 python/libmu_py/sieve.c                  |    2 +-
 python/libmu_py/stream.c                 |    2 +-
 python/libmu_py/url.c                    |    2 +-
 python/libmu_py/util.c                   |    2 +-
 python/mailutils/Makefile.am             |    2 +-
 python/mailutils/__init__.py             |    2 +-
 python/mailutils/address.py              |    2 +-
 python/mailutils/attribute.py            |    2 +-
 python/mailutils/auth.py                 |    2 +-
 python/mailutils/body.py                 |    2 +-
 python/mailutils/c_api.c                 |    2 +-
 python/mailutils/envelope.py             |    2 +-
 python/mailutils/error.py                |    2 +-
 python/mailutils/filter.py               |    2 +-
 python/mailutils/folder.py               |    2 +-
 python/mailutils/header.py               |    2 +-
 python/mailutils/mailbox.py              |    2 +-
 python/mailutils/mailcap.py              |    2 +-
 python/mailutils/mailer.py               |    2 +-
 python/mailutils/message.py              |    2 +-
 python/mailutils/mime.py                 |    2 +-
 python/mailutils/nls.py                  |    2 +-
 python/mailutils/registrar.py            |    2 +-
 python/mailutils/secret.py               |    2 +-
 python/mailutils/sieve.py                |    2 +-
 python/mailutils/stream.py               |    2 +-
 python/mailutils/url.py                  |    2 +-
 python/mailutils/util.py                 |    2 +-
 python/usercustomize.py                  |    2 +-
 readmsg/Makefile.am                      |    4 +-
 readmsg/msglist.c                        |    2 +-
 readmsg/readmsg.c                        |    3 +-
 readmsg/readmsg.h                        |    2 +-
 readmsg/tests/Makefile.am                |    2 +-
 readmsg/tests/all.at                     |    2 +-
 readmsg/tests/atlocal.in                 |    2 +-
 readmsg/tests/hdr.at                     |    2 +-
 readmsg/tests/nohdr.at                   |    2 +-
 readmsg/tests/testsuite.at               |    2 +-
 readmsg/tests/twomsg.at                  |    2 +-
 readmsg/tests/weed.at                    |    2 +-
 scheme/Makefile.am                       |    2 +-
 scheme/guimb.scmi                        |    2 +-
 scheme/mimeheader.scm                    |    4 +-
 scheme/numaddr.scm                       |    4 +-
 scheme/redirect.scm                      |    2 +-
 scheme/reject.scm                        |    2 +-
 scheme/sieve-core.scm                    |    2 +-
 scheme/sieve2scm.scmi                    |    2 +-
 scheme/vacation.scm                      |    2 +-
 sieve/Makefile.am                        |    4 +-
 sieve/sieve.c                            |    3 +-
 sieve/tests/Makefile.am                  |    2 +-
 sieve/tests/action.at                    |    2 +-
 sieve/tests/addheader.at                 |    2 +-
 sieve/tests/address.at                   |    2 +-
 sieve/tests/allof.at                     |    2 +-
 sieve/tests/anyof.at                     |    2 +-
 sieve/tests/atlocal.in                   |    2 +-
 sieve/tests/compile.at                   |    2 +-
 sieve/tests/delheader.at                 |    2 +-
 sieve/tests/envelope.at                  |    2 +-
 sieve/tests/exists.at                    |    2 +-
 sieve/tests/ext.at                       |    2 +-
 sieve/tests/false.at                     |    2 +-
 sieve/tests/header.at                    |    2 +-
 sieve/tests/i-casemap.at                 |    2 +-
 sieve/tests/i-numeric.at                 |    2 +-
 sieve/tests/i-octet.at                   |    2 +-
 sieve/tests/list.at                      |    2 +-
 sieve/tests/moderator.at                 |    2 +-
 sieve/tests/mul-addr.at                  |    2 +-
 sieve/tests/not.at                       |    2 +-
 sieve/tests/pipeact.at                   |    2 +-
 sieve/tests/pipetest.at                  |    2 +-
 sieve/tests/redirect.at                  |    2 +-
 sieve/tests/reject.at                    |    2 +-
 sieve/tests/relational.at                |    2 +-
 sieve/tests/size.at                      |    2 +-
 sieve/tests/testsuite.at                 |    2 +-
 sieve/tests/true.at                      |    2 +-
 sieve/tests/version.at                   |    2 +-
 sql/Makefile.am                          |    4 +-
 sql/mysql.c                              |    3 +-
 sql/odbc.c                               |    3 +-
 sql/postgres.c                           |    4 +-
 sql/sql.c                                |    3 +-
 testsuite/Makefile.am                    |    2 +-
 testsuite/atlocal.in                     |    2 +-
 testsuite/bs.c                           |    2 +-
 testsuite/etc/mail.rc                    |    2 +-
 testsuite/etc/mailutils.rc.in            |    2 +-
 testsuite/fldel.at                       |    2 +-
 testsuite/fldel.c                        |    2 +-
 testsuite/lib/mailutils.exp              |    3 +-
 testsuite/lstuid.c                       |    2 +-
 testsuite/lstuid00.at                    |    2 +-
 testsuite/lstuid01.at                    |    2 +-
 testsuite/lstuid02.at                    |    2 +-
 testsuite/mbdel.at                       |    2 +-
 testsuite/mbdel.c                        |    2 +-
 testsuite/mime.at                        |    2 +-
 testsuite/mimetest.c                     |    2 +-
 testsuite/msgset.c                       |    2 +-
 testsuite/smtp-msg.at                    |    2 +-
 testsuite/smtp-str.at                    |    2 +-
 testsuite/smtpsend.c                     |    2 +-
 testsuite/testsuite.at                   |    2 +-
 testsuite/testsuite.inc                  |    2 +-
 testsuite/ufms.at                        |    2 +-
 testsuite/ufms.c                         |    2 +-
 1466 files changed, 2168 insertions(+), 1841 deletions(-)
 create mode 100644 libmailutils/mailbox/biffnotify.c

diff --git a/Makefile.am b/Makefile.am
index c11b316..58bf402 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils
-## Copyright (C) 2000-2012 Free Software Foundation, Inc.
+## Copyright (C) 2000-2012, 2014 Free Software Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/NEWS b/NEWS
index 68b7661..d47afeb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 GNU mailutils NEWS -- history of user-visible changes. 2013-04-12
-Copyright (C) 2002-2013 Free Software Foundation, Inc.
+Copyright (C) 2002-2014 Free Software Foundation, Inc.
 See the end of file for copying conditions.
 
 Please send mailutils bug reports to <address@hidden>.
diff --git a/README b/README
index 2320cd5..141fe13 100644
--- a/README
+++ b/README
@@ -358,7 +358,7 @@ by visiting 
http://mail.gnu.org/mailman/listinfo/bug-mailutils.
 
 * Copyright information:
 
-Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2006, 2009-2012, 2014 Free Software Foundation, Inc.
 
    Permission is granted to anyone to make or distribute verbatim
    copies of this document as received, in any medium, provided that
diff --git a/README-alpha b/README-alpha
index cb584f0..5ab272b 100644
--- a/README-alpha
+++ b/README-alpha
@@ -69,8 +69,8 @@ Now set your breakpoints and proceed as usual.
 
 * Copyright information:
 
-Copyright (C) 2002-2005, 2007-2008, 2010-2012 Free Software Foundation,
-Inc.
+Copyright (C) 2002-2005, 2007-2008, 2010-2012, 2014 Free Software
+Foundation, Inc.
 
    Permission is granted to anyone to make or distribute verbatim copies
    of this document as received, in any medium, provided that the
diff --git a/README-hacking b/README-hacking
index 0705039..5804a9a 100644
--- a/README-hacking
+++ b/README-hacking
@@ -80,7 +80,7 @@ To clean all flowgraphs, run (from the source tree root 
directory):
 
 * Copyright information
 
- Copyright (C) 2007-2012 Free Software Foundation, Inc.
+ Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
  Permission is granted to anyone to make or distribute verbatim copies
  of this document as received, in any medium, provided that the
diff --git a/TODO b/TODO
index 49e3d90..5d8be6b 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
 GNU mailutils TODO list. 2010-12-21
-Copyright (C) 2001-2008, 2010-2012 Free Software Foundation, Inc.
+Copyright (C) 2001-2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
 * Provide a generic way to store UID, UIDNEXT and UIDVALIDITY in mailboxes.
 
diff --git a/am/config_paths.m4 b/am/config_paths.m4
index 7c9547a..40fab4d 100644
--- a/am/config_paths.m4
+++ b/am/config_paths.m4
@@ -1,5 +1,5 @@
 #serial 1
-dnl Copyright (C) 1996-1998, 2002, 2004-2005, 2007, 2009-2012 Free
+dnl Copyright (C) 1996-1998, 2002, 2004-2005, 2007, 2009-2012, 2014 Free
 dnl Software Foundation, Inc.
 dnl
 dnl Written by Miles Bader <address@hidden> and
diff --git a/am/db2.m4 b/am/db2.m4
index de8379b..011b330 100644
--- a/am/db2.m4
+++ b/am/db2.m4
@@ -1,5 +1,6 @@
 dnl This file is part of GNU mailutils.
-dnl Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+dnl Inc.
 dnl
 dnl GNU Mailutils is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/am/debug.m4 b/am/debug.m4
index f16951f..0bceff2 100644
--- a/am/debug.m4
+++ b/am/debug.m4
@@ -1,5 +1,5 @@
 dnl This file is part of GNU mailutils.
-dnl Copyright (C) 2001, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2001, 2010-2012, 2014 Free Software Foundation, Inc.
 dnl
 dnl This file is free software; as a special exception the author gives
 dnl unlimited permission to copy and/or distribute it, with or without
diff --git a/am/enable.m4 b/am/enable.m4
index aeb4c7e..c7d803c 100644
--- a/am/enable.m4
+++ b/am/enable.m4
@@ -1,6 +1,6 @@
 dnl This file is part of GNU mailutils.
-dnl Copyright (C) 2002, 2005, 2007, 2009-2012 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002, 2005, 2007, 2009-2012, 2014 Free Software
+dnl Foundation, Inc.
 dnl
 dnl GNU Mailutils is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/am/gsasl.m4 b/am/gsasl.m4
index dd164a3..50feb19 100644
--- a/am/gsasl.m4
+++ b/am/gsasl.m4
@@ -1,5 +1,6 @@
 dnl This file is part of GNU mailutils.
-dnl Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+dnl Inc.
 dnl
 dnl GNU Mailutils is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/am/ipv6.m4 b/am/ipv6.m4
index 7793ff6..fb38377 100644
--- a/am/ipv6.m4
+++ b/am/ipv6.m4
@@ -1,5 +1,5 @@
 dnl This file is part of GNU Mailutils.  -*- autoconf -*-
-dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 dnl
 dnl GNU Mailutils is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/am/md5.m4 b/am/md5.m4
index 29d98e9..0b18fef 100644
--- a/am/md5.m4
+++ b/am/md5.m4
@@ -1,5 +1,6 @@
 # md5.m4 serial 9
-dnl Copyright (C) 2002-2006, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2006, 2010-2012, 2014 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/am/nls.m4 b/am/nls.m4
index d4fe905..6e7f449 100644
--- a/am/nls.m4
+++ b/am/nls.m4
@@ -1,5 +1,5 @@
 # nls.m4 serial 3 (gettext-0.15)
-dnl Copyright (C) 1995-2003, 2005-2006, 2010-2012 Free Software
+dnl Copyright (C) 1995-2003, 2005-2006, 2010-2012, 2014 Free Software
 dnl Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
diff --git a/am/sha1.m4 b/am/sha1.m4
index 7302210..badbc6e 100644
--- a/am/sha1.m4
+++ b/am/sha1.m4
@@ -1,5 +1,6 @@
 # sha1.m4 serial 7
-dnl Copyright (C) 2002-2006, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2006, 2010-2012, 2014 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/am/tls.m4 b/am/tls.m4
index 783c63a..3f88af0 100644
--- a/am/tls.m4
+++ b/am/tls.m4
@@ -1,5 +1,6 @@
 dnl This file is part of GNU mailutils.
-dnl Copyright (C) 2003, 2007, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2007, 2009-2012, 2014 Free Software Foundation,
+dnl Inc.
 dnl
 dnl GNU Mailutils is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/bootstrap b/bootstrap
index 124feca..4ebbc0b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,8 @@
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2008, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003-2008, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 
 # 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/bootstrap.conf b/bootstrap.conf
index baf04e7..9bd5806 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
 # Bootstrap configuration for GNU Mailutils.
 #
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils 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/cmc/cmc_act_on.c b/cmc/cmc_act_on.c
index 11e57e7..d33591f 100644
--- a/cmc/cmc_act_on.c
+++ b/cmc/cmc_act_on.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_free.c b/cmc/cmc_free.c
index cd7e009..2851601 100644
--- a/cmc/cmc_free.c
+++ b/cmc/cmc_free.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_list.c b/cmc/cmc_list.c
index ee72bf8..f1594eb 100644
--- a/cmc/cmc_list.c
+++ b/cmc/cmc_list.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_logoff.c b/cmc/cmc_logoff.c
index 7ae3e9c..66687d0 100644
--- a/cmc/cmc_logoff.c
+++ b/cmc/cmc_logoff.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_logon.c b/cmc/cmc_logon.c
index 7c6122d..f908323 100644
--- a/cmc/cmc_logon.c
+++ b/cmc/cmc_logon.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_look_up.c b/cmc/cmc_look_up.c
index a8d88de..695a847 100644
--- a/cmc/cmc_look_up.c
+++ b/cmc/cmc_look_up.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_query_config.c b/cmc/cmc_query_config.c
index f94d580..c53061f 100644
--- a/cmc/cmc_query_config.c
+++ b/cmc/cmc_query_config.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_read.c b/cmc/cmc_read.c
index ba7e300..19f8d2d 100644
--- a/cmc/cmc_read.c
+++ b/cmc/cmc_read.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_send.c b/cmc/cmc_send.c
index 75da5cd..c7af3f9 100644
--- a/cmc/cmc_send.c
+++ b/cmc/cmc_send.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/cmc_send_documents.c b/cmc/cmc_send_documents.c
index 79d8810..6c41bae 100644
--- a/cmc/cmc_send_documents.c
+++ b/cmc/cmc_send_documents.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/cmc/xcmc.h b/cmc/xcmc.h
index 7923b95..09b85b3 100644
--- a/cmc/xcmc.h
+++ b/cmc/xcmc.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/comsat/Makefile.am b/comsat/Makefile.am
index cd5f038..55c53a7 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2007, 2009-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2002, 2007, 2009-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/comsat/action.c b/comsat/action.c
index c263d80..6bbebd7 100644
--- a/comsat/action.c
+++ b/comsat/action.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/comsat/biff.rc b/comsat/biff.rc
index 2379ad0..8683647 100644
--- a/comsat/biff.rc
+++ b/comsat/biff.rc
@@ -1,5 +1,5 @@
 # The default biffrc file for GNU Mailutils comsatd utility.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/comsat/biffrc.sed b/comsat/biffrc.sed
index f32db8b..ddfb420 100644
--- a/comsat/biffrc.sed
+++ b/comsat/biffrc.sed
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 593311f..0c931d5 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/comsat/comsat.h b/comsat/comsat.h
index 5974402..234055a 100644
--- a/comsat/comsat.h
+++ b/comsat/comsat.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/comsat/tests/Makefile.am b/comsat/tests/Makefile.am
index 7b110f9..3bceed4 100644
--- a/comsat/tests/Makefile.am
+++ b/comsat/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/comsat/tests/atlocal.in b/comsat/tests/atlocal.in
index 32e0ef8..e97eb68 100644
--- a/comsat/tests/atlocal.in
+++ b/comsat/tests/atlocal.in
@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/comsat:$top_srcdir:$srcdir:$PATH
 @address@hidden
diff --git a/comsat/tests/testsuite.at b/comsat/tests/testsuite.at
index d1bf15d..fd5d33f 100644
--- a/comsat/tests/testsuite.at
+++ b/comsat/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/configure.ac b/configure.ac
index 9d8b14c..c298498 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Configuration for GNU Mailutils -- a suite of utilities for electronic mail
 dnl
-dnl Copyright (C) 1999-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1999-2012, 2014 Free Software Foundation, Inc.
 dnl
 dnl GNU Mailutils is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ecc6f04..f3451a9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2000-2002, 2007, 2009-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2000-2002, 2007, 2009-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index cbe106d..6d405b6 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2004, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2004, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/doc/texinfo/COPYING.DOC b/doc/texinfo/COPYING.DOC
index 05ceb90..54d86f1 100644
--- a/doc/texinfo/COPYING.DOC
+++ b/doc/texinfo/COPYING.DOC
@@ -2,8 +2,7 @@
                  Version 1.2, November 2002
 
 
- Copyright (C) 2000, 2001, 2002, 2010, 2011 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2002, 2010-2011, 2014 Free Software Foundation, Inc.
  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am
index 4cc001f..531685d 100644
--- a/doc/texinfo/Makefile.am
+++ b/doc/texinfo/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2004, 2006-2007, 2009-2012 Free Software
+## Copyright (C) 2001-2004, 2006-2007, 2009-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/doc/texinfo/address.texi b/doc/texinfo/address.texi
index 29cf63f..715dc43 100644
--- a/doc/texinfo/address.texi
+++ b/doc/texinfo/address.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/attribute.texi b/doc/texinfo/attribute.texi
index 59fbc12..0c9490c 100644
--- a/doc/texinfo/attribute.texi
+++ b/doc/texinfo/attribute.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/auth.texi b/doc/texinfo/auth.texi
index 41e9556..1fdec54 100644
--- a/doc/texinfo/auth.texi
+++ b/doc/texinfo/auth.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/body.texi b/doc/texinfo/body.texi
index 1bfd88c..a66cdfb 100644
--- a/doc/texinfo/body.texi
+++ b/doc/texinfo/body.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/c-api.texi b/doc/texinfo/c-api.texi
index 64dc483..1dfdf38 100644
--- a/doc/texinfo/c-api.texi
+++ b/doc/texinfo/c-api.texi
@@ -1,6 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012 Free Software 
Foundation,
address@hidden Inc.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012, 2014 Free Software
address@hidden Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/encoding.texi b/doc/texinfo/encoding.texi
index d76bcad..8b6b998 100644
--- a/doc/texinfo/encoding.texi
+++ b/doc/texinfo/encoding.texi
@@ -1,6 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012 Free Software 
Foundation,
address@hidden Inc.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012, 2014 Free Software
address@hidden Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/envelope.texi b/doc/texinfo/envelope.texi
index dd6630c..d73e203 100644
--- a/doc/texinfo/envelope.texi
+++ b/doc/texinfo/envelope.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/fdl.texi b/doc/texinfo/fdl.texi
index f7be0a9..6185de2 100644
--- a/doc/texinfo/fdl.texi
+++ b/doc/texinfo/fdl.texi
@@ -2,8 +2,8 @@
 @center Version 1.2, November 2002
 
 @display
-Copyright @copyright{} 2000-2002, 2010-2012 Free Software Foundation,
-Inc.
+Copyright @copyright{} 2000-2002, 2010-2012, 2014 Free Software
+Foundation, Inc.
 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
 Everyone is permitted to copy and distribute verbatim copies
diff --git a/doc/texinfo/folder.texi b/doc/texinfo/folder.texi
index 3d62905..a2e7acc 100644
--- a/doc/texinfo/folder.texi
+++ b/doc/texinfo/folder.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/framework.texi b/doc/texinfo/framework.texi
index 06e21ca..af9c5e2 100644
--- a/doc/texinfo/framework.texi
+++ b/doc/texinfo/framework.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/getdate.texi b/doc/texinfo/getdate.texi
index 3bffb4e..7de9e8d 100644
--- a/doc/texinfo/getdate.texi
+++ b/doc/texinfo/getdate.texi
@@ -1,6 +1,7 @@
 @c GNU date syntax documentation
 
address@hidden Copyright (C) 1994-2006, 2010-2012 Free Software Foundation, Inc.
address@hidden Copyright (C) 1994-2006, 2010-2012, 2014 Free Software 
Foundation,
address@hidden Inc.
 
 @c Permission is granted to copy, distribute and/or modify this document
 @c under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/doc/texinfo/headers.texi b/doc/texinfo/headers.texi
index 2fb215c..00a4bc8 100644
--- a/doc/texinfo/headers.texi
+++ b/doc/texinfo/headers.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/imap4.texi b/doc/texinfo/imap4.texi
index d475289..4d5c37c 100644
--- a/doc/texinfo/imap4.texi
+++ b/doc/texinfo/imap4.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/iterator.texi b/doc/texinfo/iterator.texi
index 0dc9868..490158e 100644
--- a/doc/texinfo/iterator.texi
+++ b/doc/texinfo/iterator.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/libmu_auth.texi b/doc/texinfo/libmu_auth.texi
index 2db733c..057240e 100644
--- a/doc/texinfo/libmu_auth.texi
+++ b/doc/texinfo/libmu_auth.texi
@@ -1,6 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2007, 2009-2012 Free Software 
Foundation,
address@hidden Inc.
address@hidden Copyright (C) 1999-2004, 2007, 2009-2012, 2014 Free Software
address@hidden Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/libmu_scm.texi b/doc/texinfo/libmu_scm.texi
index 7da6e77..4a0f9fe 100644
--- a/doc/texinfo/libmu_scm.texi
+++ b/doc/texinfo/libmu_scm.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/libmu_sieve.texi b/doc/texinfo/libmu_sieve.texi
index a230cb0..dcc32ee 100644
--- a/doc/texinfo/libmu_sieve.texi
+++ b/doc/texinfo/libmu_sieve.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2009-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2009-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/locker.texi b/doc/texinfo/locker.texi
index d0bdcda..f038a3c 100644
--- a/doc/texinfo/locker.texi
+++ b/doc/texinfo/locker.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/mailbox.texi b/doc/texinfo/mailbox.texi
index c3644e7..bac607f 100644
--- a/doc/texinfo/mailbox.texi
+++ b/doc/texinfo/mailbox.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/mailcap.texi b/doc/texinfo/mailcap.texi
index 892ec6b..0d8abb4 100644
--- a/doc/texinfo/mailcap.texi
+++ b/doc/texinfo/mailcap.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2008, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2008, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/maildir.texi b/doc/texinfo/maildir.texi
index 45f0b12..b01c68b 100644
--- a/doc/texinfo/maildir.texi
+++ b/doc/texinfo/maildir.texi
@@ -1,6 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012 Free Software 
Foundation,
address@hidden Inc.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012, 2014 Free Software
address@hidden Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/mailer.texi b/doc/texinfo/mailer.texi
index 7fedd95..0126707 100644
--- a/doc/texinfo/mailer.texi
+++ b/doc/texinfo/mailer.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/mailutils.texi b/doc/texinfo/mailutils.texi
index 5195207..c9165ad 100644
--- a/doc/texinfo/mailutils.texi
+++ b/doc/texinfo/mailutils.texi
@@ -50,8 +50,8 @@ Published by the Free Software Foundation,
 51 Franklin Street, Fifth Floor
 Boston, MA 02110-1301, USA
 
-Copyright @copyright{} 1999-2004, 2008-2012 Free Software Foundation,
-Inc.
+Copyright @copyright{} 1999-2004, 2008-2012, 2014 Free Software
+Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/doc/texinfo/maint.mk b/doc/texinfo/maint.mk
index 240d541..d43eded 100644
--- a/doc/texinfo/maint.mk
+++ b/doc/texinfo/maint.mk
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # This library is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
diff --git a/doc/texinfo/mastermenu.el b/doc/texinfo/mastermenu.el
index d41fb83..0969d51 100644
--- a/doc/texinfo/mastermenu.el
+++ b/doc/texinfo/mastermenu.el
@@ -1,6 +1,7 @@
 ;;; mastermenu.el --- Redefinition of texinfo-master-menu-list
 
-;; Copyright (C) 2006-2007, 2010-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2006-2007, 2010-2012, 2014 Free Software Foundation,
+;; Inc.
 
 ;; Author: Sergey Poznyakoff
 ;; Maintainer: address@hidden
diff --git a/doc/texinfo/mbox.texi b/doc/texinfo/mbox.texi
index 54655ec..665c946 100644
--- a/doc/texinfo/mbox.texi
+++ b/doc/texinfo/mbox.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/message.texi b/doc/texinfo/message.texi
index 4191177..71fbec3 100644
--- a/doc/texinfo/message.texi
+++ b/doc/texinfo/message.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/mh.texi b/doc/texinfo/mh.texi
index 2c68ce7..0d821bb 100644
--- a/doc/texinfo/mh.texi
+++ b/doc/texinfo/mh.texi
@@ -1,6 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012 Free Software 
Foundation,
address@hidden Inc.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012, 2014 Free Software
address@hidden Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/mime.texi b/doc/texinfo/mime.texi
index 83c2b44..33f8881 100644
--- a/doc/texinfo/mime.texi
+++ b/doc/texinfo/mime.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/mu-mh.texi b/doc/texinfo/mu-mh.texi
index 415e3e4..5433e35 100644
--- a/doc/texinfo/mu-mh.texi
+++ b/doc/texinfo/mu-mh.texi
@@ -1,5 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 2006-2008, 2010-2012 Free Software Foundation, Inc.
address@hidden Copyright (C) 2006-2008, 2010-2012, 2014 Free Software 
Foundation,
address@hidden Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/muint.texi b/doc/texinfo/muint.texi
index d331003..34f9ae3 100644
--- a/doc/texinfo/muint.texi
+++ b/doc/texinfo/muint.texi
@@ -20,8 +20,8 @@ Published by the Free Software Foundation,
 51 Franklin Street, Fifth Floor
 Boston, MA 02110-1301, USA
 
-Copyright @copyright{} 2003-2004, 2010-2012 Free Software Foundation,
-Inc.
+Copyright @copyright{} 2003-2004, 2010-2012, 2014 Free Software
+Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/doc/texinfo/nntp.texi b/doc/texinfo/nntp.texi
index 12d1e0c..8b8b118 100644
--- a/doc/texinfo/nntp.texi
+++ b/doc/texinfo/nntp.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/nullstream.texi b/doc/texinfo/nullstream.texi
index 03b8dea..2e25857 100644
--- a/doc/texinfo/nullstream.texi
+++ b/doc/texinfo/nullstream.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 2010-2012 Free Software Foundation, Inc.
address@hidden Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @c *******************************************************************
 
diff --git a/doc/texinfo/parse822.texi b/doc/texinfo/parse822.texi
index e22d8cf..51c1649 100644
--- a/doc/texinfo/parse822.texi
+++ b/doc/texinfo/parse822.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/programs.texi b/doc/texinfo/programs.texi
index 4ba978d..5216d84 100644
--- a/doc/texinfo/programs.texi
+++ b/doc/texinfo/programs.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2012 Free Software Foundation, Inc.
address@hidden Copyright (C) 1999-2012, 2014 Free Software Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/rendition.texi b/doc/texinfo/rendition.texi
index fe692fb..15da617 100644
--- a/doc/texinfo/rendition.texi
+++ b/doc/texinfo/rendition.texi
@@ -1,5 +1,5 @@
 @c This file is part of GNU Mailutils.
address@hidden Copyright (C) 2001-2004, 2006-2007, 2009-2012 Free Software
address@hidden Copyright (C) 2001-2004, 2006-2007, 2009-2012, 2014 Free Software
 @c Foundation, Inc.
 @c
 @c GNU Mailutils is free software; you can redistribute it and/or
diff --git a/doc/texinfo/sendmail.texi b/doc/texinfo/sendmail.texi
index d599368..7ff55ef 100644
--- a/doc/texinfo/sendmail.texi
+++ b/doc/texinfo/sendmail.texi
@@ -1,6 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012 Free Software 
Foundation,
address@hidden Inc.
address@hidden Copyright (C) 1999-2004, 2007, 2010-2012, 2014 Free Software
address@hidden Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/doc/texinfo/sieve.texi b/doc/texinfo/sieve.texi
index c4a1733..7b7833f 100644
--- a/doc/texinfo/sieve.texi
+++ b/doc/texinfo/sieve.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2007-2008, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2007-2008, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/smtp.texi b/doc/texinfo/smtp.texi
index 579d50f..150a51d 100644
--- a/doc/texinfo/smtp.texi
+++ b/doc/texinfo/smtp.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/stream.texi b/doc/texinfo/stream.texi
index fbcdfac..9d6d2c7 100644
--- a/doc/texinfo/stream.texi
+++ b/doc/texinfo/stream.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/url.texi b/doc/texinfo/url.texi
index f4a5289..8df8c43 100644
--- a/doc/texinfo/url.texi
+++ b/doc/texinfo/url.texi
@@ -1,5 +1,5 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012 Free Software
address@hidden Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014 Free Software
 @c Foundation, Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
diff --git a/doc/texinfo/usage.texi b/doc/texinfo/usage.texi
index a27f946..87d02b1 100644
--- a/doc/texinfo/usage.texi
+++ b/doc/texinfo/usage.texi
@@ -1,5 +1,6 @@
 @c This is part of the GNU Mailutils manual.
address@hidden Copyright (C) 1999-2008, 2010-2012 Free Software Foundation, Inc.
address@hidden Copyright (C) 1999-2008, 2010-2012, 2014 Free Software 
Foundation,
address@hidden Inc.
 @c See file mailutils.texi for copying conditions.
 @comment *******************************************************************
 
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index 6d34048..4cada26 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2007, 2009-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index 32b1134..6f7f326 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/Makefile.am b/examples/Makefile.am
index 9f308e6..4f0747e 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc.
+## Copyright (C) 2002-2004, 2007-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/examples/aclck.c b/examples/aclck.c
index 7cf01c5..4636706 100644
--- a/examples/aclck.c
+++ b/examples/aclck.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/addr.c b/examples/addr.c
index 9463861..5d74516 100644
--- a/examples/addr.c
+++ b/examples/addr.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/examples/base64.c b/examples/base64.c
index 541f996..0d9b66e 100644
--- a/examples/base64.c
+++ b/examples/base64.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/config/Makefile.am b/examples/config/Makefile.am
index f4783bf..ebbffad 100644
--- a/examples/config/Makefile.am
+++ b/examples/config/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2004-2005, 2007-2008, 2010-2012 Free Software
+## Copyright (C) 2004-2005, 2007-2008, 2010-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/examples/config/mailutils.dict b/examples/config/mailutils.dict
index 19a4c3b..5e7a730 100644
--- a/examples/config/mailutils.dict
+++ b/examples/config/mailutils.dict
@@ -1,4 +1,5 @@
-# Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/examples/config/mailutils.schema b/examples/config/mailutils.schema
index 5441899..aec5998 100644
--- a/examples/config/mailutils.schema
+++ b/examples/config/mailutils.schema
@@ -1,6 +1,7 @@
 # This file is part of GNU Mailutils -- a suite of utilities for electronic
 # mail
-# Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am
index b6043d9..237da10 100644
--- a/examples/cpp/Makefile.am
+++ b/examples/cpp/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/examples/cpp/addr.cc b/examples/cpp/addr.cc
index 6112913..89e1ac9 100644
--- a/examples/cpp/addr.cc
+++ b/examples/cpp/addr.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/http.cc b/examples/cpp/http.cc
index 8bbac66..a1fd881 100644
--- a/examples/cpp/http.cc
+++ b/examples/cpp/http.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/iconv.cc b/examples/cpp/iconv.cc
index bc718cc..f4d38ce 100644
--- a/examples/cpp/iconv.cc
+++ b/examples/cpp/iconv.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/listop.cc b/examples/cpp/listop.cc
index fc39c4f..5366a42 100644
--- a/examples/cpp/listop.cc
+++ b/examples/cpp/listop.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/lsf.cc b/examples/cpp/lsf.cc
index 1f22ca6..d6d96a6 100644
--- a/examples/cpp/lsf.cc
+++ b/examples/cpp/lsf.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/mailcap.cc b/examples/cpp/mailcap.cc
index e421c14..18c09a0 100644
--- a/examples/cpp/mailcap.cc
+++ b/examples/cpp/mailcap.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/mimetest.cc b/examples/cpp/mimetest.cc
index 0c1d465..ec76084 100644
--- a/examples/cpp/mimetest.cc
+++ b/examples/cpp/mimetest.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/msg-send.cc b/examples/cpp/msg-send.cc
index 8e75270..0be9249 100644
--- a/examples/cpp/msg-send.cc
+++ b/examples/cpp/msg-send.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/murun.cc b/examples/cpp/murun.cc
index 16c4fe2..af42b86 100644
--- a/examples/cpp/murun.cc
+++ b/examples/cpp/murun.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/sfrom.cc b/examples/cpp/sfrom.cc
index 3fdb1f8..b6b1e33 100644
--- a/examples/cpp/sfrom.cc
+++ b/examples/cpp/sfrom.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/cpp/url-parse.cc b/examples/cpp/url-parse.cc
index 75ca09b..b42ec44 100644
--- a/examples/cpp/url-parse.cc
+++ b/examples/cpp/url-parse.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/examples/echosrv.c b/examples/echosrv.c
index 36265c9..76d6e5b 100644
--- a/examples/echosrv.c
+++ b/examples/echosrv.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/examples/header.c b/examples/header.c
index bde8b82..a81f49a 100644
--- a/examples/header.c
+++ b/examples/header.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/examples/http.c b/examples/http.c
index 69ff7f3..60d5a69 100644
--- a/examples/http.c
+++ b/examples/http.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/iconv.c b/examples/iconv.c
index c66c74d..a975586 100644
--- a/examples/iconv.c
+++ b/examples/iconv.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/lsf.c b/examples/lsf.c
index 16fb9b1..38d1600 100644
--- a/examples/lsf.c
+++ b/examples/lsf.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/examples/mblconv.c b/examples/mblconv.c
index b7914dc..e5a71bc 100644
--- a/examples/mblconv.c
+++ b/examples/mblconv.c
@@ -1,5 +1,5 @@
 /* Conversion from "dot mailboxlist" format to Mailutils-3 subscription format.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This file is free software; as a special exception the author gives
    unlimited permission to copy and/or distribute it, with or without
diff --git a/examples/msg-send.c b/examples/msg-send.c
index cfd69c7..071de23 100644
--- a/examples/msg-send.c
+++ b/examples/msg-send.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/mta.c b/examples/mta.c
index 7852df4..62bd0e0 100644
--- a/examples/mta.c
+++ b/examples/mta.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/muauth.c b/examples/muauth.c
index 65e4d36..1a72bd2 100644
--- a/examples/muauth.c
+++ b/examples/muauth.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2006-2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/examples/mucat.c b/examples/mucat.c
index fead616..f597097 100644
--- a/examples/mucat.c
+++ b/examples/mucat.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/muemail.c b/examples/muemail.c
index 4ed17d0..68abbca 100644
--- a/examples/muemail.c
+++ b/examples/muemail.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/murun.c b/examples/murun.c
index a5485bf..732a475 100644
--- a/examples/murun.c
+++ b/examples/murun.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/musocio.c b/examples/musocio.c
index 309d56f..d1aeac6 100644
--- a/examples/musocio.c
+++ b/examples/musocio.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/nntpclient.c b/examples/nntpclient.c
index f2e36cd..1d822f6 100644
--- a/examples/nntpclient.c
+++ b/examples/nntpclient.c
@@ -2,8 +2,8 @@
    GNU Mailutils nntp functions.  This application interactively allows users
    to contact a nntp server.
 
-   Copyright (C) 2003-2005, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2005, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/examples/numaddr.c b/examples/numaddr.c
index 38393a8..dfcd7d9 100644
--- a/examples/numaddr.c
+++ b/examples/numaddr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am
index 5d91da0..4719547 100644
--- a/examples/python/Makefile.am
+++ b/examples/python/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/examples/python/addr.py b/examples/python/addr.py
index 08ab48a..4fb34fe 100644
--- a/examples/python/addr.py
+++ b/examples/python/addr.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/auth.py b/examples/python/auth.py
index 3b888da..8a3c3da 100644
--- a/examples/python/auth.py
+++ b/examples/python/auth.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/iconv.py b/examples/python/iconv.py
index ba0f010..6d737a1 100644
--- a/examples/python/iconv.py
+++ b/examples/python/iconv.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/lsf.py b/examples/python/lsf.py
index 6a89a13..a0ffd55 100644
--- a/examples/python/lsf.py
+++ b/examples/python/lsf.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/mailcap.py b/examples/python/mailcap.py
index 19efdc7..7fd3a09 100644
--- a/examples/python/mailcap.py
+++ b/examples/python/mailcap.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/mimetest.py b/examples/python/mimetest.py
index 04d5678..2c73d8c 100644
--- a/examples/python/mimetest.py
+++ b/examples/python/mimetest.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/msg-send.py b/examples/python/msg-send.py
index 94c30a4..cb47b3e 100644
--- a/examples/python/msg-send.py
+++ b/examples/python/msg-send.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/sfrom.py b/examples/python/sfrom.py
index 092c459..cd44e3e 100644
--- a/examples/python/sfrom.py
+++ b/examples/python/sfrom.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/python/url-parse.py b/examples/python/url-parse.py
index 5508962..717c1d8 100644
--- a/examples/python/url-parse.py
+++ b/examples/python/url-parse.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/examples/sa.c b/examples/sa.c
index d4b8931..8959e13 100644
--- a/examples/sa.c
+++ b/examples/sa.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/scheme/Makefile.am b/examples/scheme/Makefile.am
index dae5452..85a082d 100644
--- a/examples/scheme/Makefile.am
+++ b/examples/scheme/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+## Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/examples/scheme/reply.scm b/examples/scheme/reply.scm
index a5fad73..e0cc03c 100644
--- a/examples/scheme/reply.scm
+++ b/examples/scheme/reply.scm
@@ -1,6 +1,6 @@
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-;;;; Inc.
+;;;; Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils 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/examples/sfrom.c b/examples/sfrom.c
index 1e19132..bf3a62c 100644
--- a/examples/sfrom.c
+++ b/examples/sfrom.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/frm/Makefile.am b/frm/Makefile.am
index 21148b8..8206dc8 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2005, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2005, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/frm/common.c b/frm/common.c
index e171c50..0a6fd43 100644
--- a/frm/common.c
+++ b/frm/common.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/frm/frm.c b/frm/frm.c
index 3b67739..932ae91 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/frm/frm.h b/frm/frm.h
index 0f13d29..a6272bc 100644
--- a/frm/frm.h
+++ b/frm/frm.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/frm/from.c b/frm/from.c
index 36794c6..1a12721 100644
--- a/frm/from.c
+++ b/frm/from.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/frm/tests/Makefile.am b/frm/tests/Makefile.am
index c3358e7..66f010a 100644
--- a/frm/tests/Makefile.am
+++ b/frm/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/frm/tests/atlocal.in b/frm/tests/atlocal.in
index 3cc3e35..372db04 100644
--- a/frm/tests/atlocal.in
+++ b/frm/tests/atlocal.in
@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/frm:$top_srcdir:$srcdir:$PATH
   
\ No newline at end of file
diff --git a/frm/tests/testsuite.at b/frm/tests/testsuite.at
index 7bea738..49ee78e 100644
--- a/frm/tests/testsuite.at
+++ b/frm/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index 0dc263a..7f982af 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2003, 2005, 2007-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 1999-2003, 2005, 2007-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/imap4d/append.c b/imap4d/append.c
index 897c673..97365e1 100644
--- a/imap4d/append.c
+++ b/imap4d/append.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/auth_gsasl.c b/imap4d/auth_gsasl.c
index 5727bd7..9436100 100644
--- a/imap4d/auth_gsasl.c
+++ b/imap4d/auth_gsasl.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/auth_gss.c b/imap4d/auth_gss.c
index 56b0c07..b1d0ea4 100644
--- a/imap4d/auth_gss.c
+++ b/imap4d/auth_gss.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2004, 2007, 2009-2012 Free Software
+   Copyright (C) 1999, 2001-2004, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/authenticate.c b/imap4d/authenticate.c
index 8606dfe..ae64c06 100644
--- a/imap4d/authenticate.c
+++ b/imap4d/authenticate.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005-2008, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/bye.c b/imap4d/bye.c
index 21b51f0..37c41a9 100644
--- a/imap4d/bye.c
+++ b/imap4d/bye.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/capability.c b/imap4d/capability.c
index bf2fbc9..82674f6 100644
--- a/imap4d/capability.c
+++ b/imap4d/capability.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2003, 2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999, 2001, 2003, 2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/check.c b/imap4d/check.c
index 548378f..4642b2e 100644
--- a/imap4d/check.c
+++ b/imap4d/check.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/close.c b/imap4d/close.c
index 7fb42d1..b6723fc 100644
--- a/imap4d/close.c
+++ b/imap4d/close.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999, 2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/commands.c b/imap4d/commands.c
index 3afd6c3..a863550 100644
--- a/imap4d/commands.c
+++ b/imap4d/commands.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2003, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001, 2003, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/copy.c b/imap4d/copy.c
index 10c0607..ed21258 100644
--- a/imap4d/copy.c
+++ b/imap4d/copy.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/create.c b/imap4d/create.c
index 09e11c5..fd1b8f7 100644
--- a/imap4d/create.c
+++ b/imap4d/create.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/delete.c b/imap4d/delete.c
index ae62008..4a64243 100644
--- a/imap4d/delete.c
+++ b/imap4d/delete.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/examine.c b/imap4d/examine.c
index a0d689a..74c13f5 100644
--- a/imap4d/examine.c
+++ b/imap4d/examine.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/expunge.c b/imap4d/expunge.c
index 28ff581..9c604e3 100644
--- a/imap4d/expunge.c
+++ b/imap4d/expunge.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001, 2005, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/fetch.c b/imap4d/fetch.c
index 0fe988d..f1dad07 100644
--- a/imap4d/fetch.c
+++ b/imap4d/fetch.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/id.c b/imap4d/id.c
index d16f8ba..75bca11 100644
--- a/imap4d/id.c
+++ b/imap4d/id.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/idle.c b/imap4d/idle.c
index 5561980..8c6d1b9 100644
--- a/imap4d/idle.c
+++ b/imap4d/idle.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/imap4d.c b/imap4d/imap4d.c
index 7a4491e..5cec2ec 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/imap4d.h b/imap4d/imap4d.h
index f83e037..341277f 100644
--- a/imap4d/imap4d.h
+++ b/imap4d/imap4d.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/io.c b/imap4d/io.c
index f124a4f..597f43b 100644
--- a/imap4d/io.c
+++ b/imap4d/io.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/list.c b/imap4d/list.c
index 957fbeb..bbb7730 100644
--- a/imap4d/list.c
+++ b/imap4d/list.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001-2002, 2005-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/login.c b/imap4d/login.c
index 5221e42..967f423 100644
--- a/imap4d/login.c
+++ b/imap4d/login.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2006-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001-2002, 2006-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/logout.c b/imap4d/logout.c
index 5f6495a..ce39ac7 100644
--- a/imap4d/logout.c
+++ b/imap4d/logout.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/lsub.c b/imap4d/lsub.c
index 160f7cd..729e893 100644
--- a/imap4d/lsub.c
+++ b/imap4d/lsub.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/namespace.c b/imap4d/namespace.c
index ba0a5c1..8f7ba4d 100644
--- a/imap4d/namespace.c
+++ b/imap4d/namespace.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/noop.c b/imap4d/noop.c
index 82823e0..102ec0b 100644
--- a/imap4d/noop.c
+++ b/imap4d/noop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/parsebuf.c b/imap4d/parsebuf.c
index f098966..a016634 100644
--- a/imap4d/parsebuf.c
+++ b/imap4d/parsebuf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/preauth.c b/imap4d/preauth.c
index 2c0d19b..276f8ca 100644
--- a/imap4d/preauth.c
+++ b/imap4d/preauth.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/quota.c b/imap4d/quota.c
index 091925f..682ee45 100644
--- a/imap4d/quota.c
+++ b/imap4d/quota.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/rename.c b/imap4d/rename.c
index b12eef0..5487406 100644
--- a/imap4d/rename.c
+++ b/imap4d/rename.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/search.c b/imap4d/search.c
index ba20e2f..288c0aa 100644
--- a/imap4d/search.c
+++ b/imap4d/search.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007-2012 Free Software
+   Copyright (C) 1999, 2001-2002, 2005, 2007-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/select.c b/imap4d/select.c
index 92acbf0..1283d4f 100644
--- a/imap4d/select.c
+++ b/imap4d/select.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2003, 2005-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2003, 2005-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/signal.c b/imap4d/signal.c
index d5142c3..26f7b14 100644
--- a/imap4d/signal.c
+++ b/imap4d/signal.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/starttls.c b/imap4d/starttls.c
index 799bf44..1ce0c8c 100644
--- a/imap4d/starttls.c
+++ b/imap4d/starttls.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/imap4d/status.c b/imap4d/status.c
index 38758b7..23139db 100644
--- a/imap4d/status.c
+++ b/imap4d/status.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/store.c b/imap4d/store.c
index 43258fa..969c1af 100644
--- a/imap4d/store.c
+++ b/imap4d/store.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/subscribe.c b/imap4d/subscribe.c
index a139761..8331ea7 100644
--- a/imap4d/subscribe.c
+++ b/imap4d/subscribe.c
@@ -1,6 +1,6 @@
 /* GNU mailutils - a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/imap4d/sync.c b/imap4d/sync.c
index 7c82ed4..b2c63f4 100644
--- a/imap4d/sync.c
+++ b/imap4d/sync.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/imap4d/tests/IDEF0955.at b/imap4d/tests/IDEF0955.at
index 18e6691..65b93a7 100644
--- a/imap4d/tests/IDEF0955.at
+++ b/imap4d/tests/IDEF0955.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/IDEF0956.at b/imap4d/tests/IDEF0956.at
index cdcc665..ac00fe9 100644
--- a/imap4d/tests/IDEF0956.at
+++ b/imap4d/tests/IDEF0956.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/Makefile.am b/imap4d/tests/Makefile.am
index c1367d4..2f7d660 100644
--- a/imap4d/tests/Makefile.am
+++ b/imap4d/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/anystate.at b/imap4d/tests/anystate.at
index 3498ae6..9381a8d 100644
--- a/imap4d/tests/anystate.at
+++ b/imap4d/tests/anystate.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/append00.at b/imap4d/tests/append00.at
index 6191b38..91008da 100644
--- a/imap4d/tests/append00.at
+++ b/imap4d/tests/append00.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/append01.at b/imap4d/tests/append01.at
index 18d6868..c89a137 100644
--- a/imap4d/tests/append01.at
+++ b/imap4d/tests/append01.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/atlocal.in b/imap4d/tests/atlocal.in
index 9afc552..b252166 100644
--- a/imap4d/tests/atlocal.in
+++ b/imap4d/tests/atlocal.in
@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/imap4d:$top_srcdir:$srcdir:$PATH
 address@hidden@
diff --git a/imap4d/tests/close-expunge.at b/imap4d/tests/close-expunge.at
index b2b0de9..408940c 100644
--- a/imap4d/tests/close-expunge.at
+++ b/imap4d/tests/close-expunge.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/create01.at b/imap4d/tests/create01.at
index 8348f72..d24209b 100644
--- a/imap4d/tests/create01.at
+++ b/imap4d/tests/create01.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/create02.at b/imap4d/tests/create02.at
index 8e29ce4..8fe54f7 100644
--- a/imap4d/tests/create02.at
+++ b/imap4d/tests/create02.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/examine.at b/imap4d/tests/examine.at
index 746f995..bce587e 100644
--- a/imap4d/tests/examine.at
+++ b/imap4d/tests/examine.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/expunge.at b/imap4d/tests/expunge.at
index f9249e7..bc60105 100644
--- a/imap4d/tests/expunge.at
+++ b/imap4d/tests/expunge.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/fetch.at b/imap4d/tests/fetch.at
index fa302af..5affd93 100644
--- a/imap4d/tests/fetch.at
+++ b/imap4d/tests/fetch.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/id.at b/imap4d/tests/id.at
index e4bed88..979f570 100644
--- a/imap4d/tests/id.at
+++ b/imap4d/tests/id.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/list.at b/imap4d/tests/list.at
index 586795e..3996e26 100644
--- a/imap4d/tests/list.at
+++ b/imap4d/tests/list.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/search.at b/imap4d/tests/search.at
index c6c5c8d..d2d81f8 100644
--- a/imap4d/tests/search.at
+++ b/imap4d/tests/search.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/select.at b/imap4d/tests/select.at
index cd90913..3029487 100644
--- a/imap4d/tests/select.at
+++ b/imap4d/tests/select.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/status.at b/imap4d/tests/status.at
index f5e6d80..3546c2d 100644
--- a/imap4d/tests/status.at
+++ b/imap4d/tests/status.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/tests/testsuite.at b/imap4d/tests/testsuite.at
index af0ceeb..192dd04 100644
--- a/imap4d/tests/testsuite.at
+++ b/imap4d/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/imap4d/uid.c b/imap4d/uid.c
index 80486f0..938b58c 100644
--- a/imap4d/uid.c
+++ b/imap4d/uid.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/unsubscribe.c b/imap4d/unsubscribe.c
index 2983d93..5435500 100644
--- a/imap4d/unsubscribe.c
+++ b/imap4d/unsubscribe.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/imap4d/util.c b/imap4d/util.c
index 8c9937b..b10f35a 100644
--- a/imap4d/util.c
+++ b/imap4d/util.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/Makefile.am b/include/Makefile.am
index 71ac0fc..d027743 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2000, 2002, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2000, 2002, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/include/mailutils/Makefile.am b/include/mailutils/Makefile.am
index ace8fcd..c75f326 100644
--- a/include/mailutils/Makefile.am
+++ b/include/mailutils/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2000-2005, 2007-2012 Free Software Foundation, Inc.
+## Copyright (C) 2000-2005, 2007-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/include/mailutils/acl.h b/include/mailutils/acl.h
index e1708d6..41a94d3 100644
--- a/include/mailutils/acl.h
+++ b/include/mailutils/acl.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/address.h b/include/mailutils/address.h
index 7250162..23b47b8 100644
--- a/include/mailutils/address.h
+++ b/include/mailutils/address.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2000, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/alloc.h b/include/mailutils/alloc.h
index d6c18c3..b581030 100644
--- a/include/mailutils/alloc.h
+++ b/include/mailutils/alloc.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/argcv.h b/include/mailutils/argcv.h
index 587b5c4..73a8150 100644
--- a/include/mailutils/argcv.h
+++ b/include/mailutils/argcv.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/assoc.h b/include/mailutils/assoc.h
index 75c01af..15523a7 100644
--- a/include/mailutils/assoc.h
+++ b/include/mailutils/assoc.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/attribute.h b/include/mailutils/attribute.h
index 31c219a..01351d4 100644
--- a/include/mailutils/attribute.h
+++ b/include/mailutils/attribute.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/auth.h b/include/mailutils/auth.h
index 42853c9..d728170 100644
--- a/include/mailutils/auth.h
+++ b/include/mailutils/auth.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/body.h b/include/mailutils/body.h
index e5cb44a..3e87182 100644
--- a/include/mailutils/body.h
+++ b/include/mailutils/body.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/cctype.h b/include/mailutils/cctype.h
index 326681e..78df1da 100644
--- a/include/mailutils/cctype.h
+++ b/include/mailutils/cctype.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cfg.h b/include/mailutils/cfg.h
index ce78ae1..e23f4d0 100644
--- a/include/mailutils/cfg.h
+++ b/include/mailutils/cfg.h
@@ -1,5 +1,5 @@
 /* cfg.h -- general-purpose configuration file parser 
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/include/mailutils/cidr.h b/include/mailutils/cidr.h
index 4da2ca9..e57b0ce 100644
--- a/include/mailutils/cidr.h
+++ b/include/mailutils/cidr.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/Makefile.am 
b/include/mailutils/cpp/Makefile.am
index 7635818..5457755 100644
--- a/include/mailutils/cpp/Makefile.am
+++ b/include/mailutils/cpp/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2004, 2007, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2004, 2007, 2009-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/include/mailutils/cpp/address.h b/include/mailutils/cpp/address.h
index 3f3ffed..11e54d7 100644
--- a/include/mailutils/cpp/address.h
+++ b/include/mailutils/cpp/address.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/attribute.h 
b/include/mailutils/cpp/attribute.h
index 58f3f5e..4ef5774 100644
--- a/include/mailutils/cpp/attribute.h
+++ b/include/mailutils/cpp/attribute.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/body.h b/include/mailutils/cpp/body.h
index bd071fe..0b94ffc 100644
--- a/include/mailutils/cpp/body.h
+++ b/include/mailutils/cpp/body.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/envelope.h b/include/mailutils/cpp/envelope.h
index b742df7..36fae19 100644
--- a/include/mailutils/cpp/envelope.h
+++ b/include/mailutils/cpp/envelope.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/error.h b/include/mailutils/cpp/error.h
index f811885..5d0fc9d 100644
--- a/include/mailutils/cpp/error.h
+++ b/include/mailutils/cpp/error.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/filter.h b/include/mailutils/cpp/filter.h
index b5200bd..1b7ac16 100644
--- a/include/mailutils/cpp/filter.h
+++ b/include/mailutils/cpp/filter.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/folder.h b/include/mailutils/cpp/folder.h
index 158e5fd..a807386 100644
--- a/include/mailutils/cpp/folder.h
+++ b/include/mailutils/cpp/folder.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/header.h b/include/mailutils/cpp/header.h
index b976391..da14ec8 100644
--- a/include/mailutils/cpp/header.h
+++ b/include/mailutils/cpp/header.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/iterator.h b/include/mailutils/cpp/iterator.h
index 5376fda..d87dcb6 100644
--- a/include/mailutils/cpp/iterator.h
+++ b/include/mailutils/cpp/iterator.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/list.h b/include/mailutils/cpp/list.h
index a7e2068..cc56bb9 100644
--- a/include/mailutils/cpp/list.h
+++ b/include/mailutils/cpp/list.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/mailbox.h b/include/mailutils/cpp/mailbox.h
index 9fa741d..6eeb148 100644
--- a/include/mailutils/cpp/mailbox.h
+++ b/include/mailutils/cpp/mailbox.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/mailcap.h b/include/mailutils/cpp/mailcap.h
index 91ae37d..2dadea4 100644
--- a/include/mailutils/cpp/mailcap.h
+++ b/include/mailutils/cpp/mailcap.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/mailer.h b/include/mailutils/cpp/mailer.h
index b943388..73ed488 100644
--- a/include/mailutils/cpp/mailer.h
+++ b/include/mailutils/cpp/mailer.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/mailutils.h 
b/include/mailutils/cpp/mailutils.h
index 0ded4d8..f1f46df 100644
--- a/include/mailutils/cpp/mailutils.h
+++ b/include/mailutils/cpp/mailutils.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/message.h b/include/mailutils/cpp/message.h
index 31f0d1b..7058639 100644
--- a/include/mailutils/cpp/message.h
+++ b/include/mailutils/cpp/message.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/mime.h b/include/mailutils/cpp/mime.h
index d5fc1ae..0663f00 100644
--- a/include/mailutils/cpp/mime.h
+++ b/include/mailutils/cpp/mime.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/pop3.h b/include/mailutils/cpp/pop3.h
index 0f9f93b..7dd9ce5 100644
--- a/include/mailutils/cpp/pop3.h
+++ b/include/mailutils/cpp/pop3.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/registrar.h 
b/include/mailutils/cpp/registrar.h
index 76f6e14..252b1f8 100644
--- a/include/mailutils/cpp/registrar.h
+++ b/include/mailutils/cpp/registrar.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/secret.h b/include/mailutils/cpp/secret.h
index c03d6ef..8be09f0 100644
--- a/include/mailutils/cpp/secret.h
+++ b/include/mailutils/cpp/secret.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/sieve.h b/include/mailutils/cpp/sieve.h
index a869244..b0b39a1 100644
--- a/include/mailutils/cpp/sieve.h
+++ b/include/mailutils/cpp/sieve.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/stream.h b/include/mailutils/cpp/stream.h
index 324e252..587947b 100644
--- a/include/mailutils/cpp/stream.h
+++ b/include/mailutils/cpp/stream.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/cpp/url.h b/include/mailutils/cpp/url.h
index 08f3d8b..7135f14 100644
--- a/include/mailutils/cpp/url.h
+++ b/include/mailutils/cpp/url.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cpp/util.h b/include/mailutils/cpp/util.h
index 4a5c1c4..52e89bb 100644
--- a/include/mailutils/cpp/util.h
+++ b/include/mailutils/cpp/util.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/cstr.h b/include/mailutils/cstr.h
index 9f1ed3f..2234544 100644
--- a/include/mailutils/cstr.h
+++ b/include/mailutils/cstr.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/daemon.h b/include/mailutils/daemon.h
index 261121c..7b16ccd 100644
--- a/include/mailutils/daemon.h
+++ b/include/mailutils/daemon.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/datetime.h b/include/mailutils/datetime.h
index 98a7bb4..6556eca 100644
--- a/include/mailutils/datetime.h
+++ b/include/mailutils/datetime.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/dbm.h b/include/mailutils/dbm.h
index c38f3c1..7f416a5 100644
--- a/include/mailutils/dbm.h
+++ b/include/mailutils/dbm.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/debug.h b/include/mailutils/debug.h
index 411397c..cb026f7 100644
--- a/include/mailutils/debug.h
+++ b/include/mailutils/debug.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail -*- c -*-
-   Copyright (C) 1999-2000, 2005, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2005, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/diag.h b/include/mailutils/diag.h
index 888187f..c8dc398 100644
--- a/include/mailutils/diag.h
+++ b/include/mailutils/diag.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/envelope.h b/include/mailutils/envelope.h
index 265df09..a7dccc0 100644
--- a/include/mailutils/envelope.h
+++ b/include/mailutils/envelope.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/errno.hin b/include/mailutils/errno.hin
index 3c0b7fd..5eaec76 100644
--- a/include/mailutils/errno.hin
+++ b/include/mailutils/errno.hin
@@ -1,7 +1,7 @@
 /* -*- c -*- $AUTOWARN
    GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/error.h b/include/mailutils/error.h
index 58fdabc..4b826eb 100644
--- a/include/mailutils/error.h
+++ b/include/mailutils/error.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/filter.h b/include/mailutils/filter.h
index d59d717..7f39104 100644
--- a/include/mailutils/filter.h
+++ b/include/mailutils/filter.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/folder.h b/include/mailutils/folder.h
index fe0d3b5..a88a373 100644
--- a/include/mailutils/folder.h
+++ b/include/mailutils/folder.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/gocs.h b/include/mailutils/gocs.h
index 50822de..5f879df 100644
--- a/include/mailutils/gocs.h
+++ b/include/mailutils/gocs.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/gsasl.h b/include/mailutils/gsasl.h
index 7043624..c3b0a82 100644
--- a/include/mailutils/gsasl.h
+++ b/include/mailutils/gsasl.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/guile.h b/include/mailutils/guile.h
index 5dc567c..d30ddbe 100644
--- a/include/mailutils/guile.h
+++ b/include/mailutils/guile.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/header.h b/include/mailutils/header.h
index 079f679..7bca161 100644
--- a/include/mailutils/header.h
+++ b/include/mailutils/header.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/imap.h b/include/mailutils/imap.h
index c015d53..2162343 100644
--- a/include/mailutils/imap.h
+++ b/include/mailutils/imap.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/imapio.h b/include/mailutils/imapio.h
index 8d12547..885e9e2 100644
--- a/include/mailutils/imapio.h
+++ b/include/mailutils/imapio.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/imaputil.h b/include/mailutils/imaputil.h
index 6e21343..4c69491 100644
--- a/include/mailutils/imaputil.h
+++ b/include/mailutils/imaputil.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/io.h b/include/mailutils/io.h
index c1822ad..77fdd1f 100644
--- a/include/mailutils/io.h
+++ b/include/mailutils/io.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/iterator.h b/include/mailutils/iterator.h
index 867f775..16730cd 100644
--- a/include/mailutils/iterator.h
+++ b/include/mailutils/iterator.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/kwd.h b/include/mailutils/kwd.h
index ea87adf..d35d42c 100644
--- a/include/mailutils/kwd.h
+++ b/include/mailutils/kwd.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/ldap.h b/include/mailutils/ldap.h
index 98eeb37..face2a4 100644
--- a/include/mailutils/ldap.h
+++ b/include/mailutils/ldap.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/libargp.h b/include/mailutils/libargp.h
index b2c0f84..2b06a4d 100644
--- a/include/mailutils/libargp.h
+++ b/include/mailutils/libargp.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/libcfg.h b/include/mailutils/libcfg.h
index b0b0fee..957f804 100644
--- a/include/mailutils/libcfg.h
+++ b/include/mailutils/libcfg.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/list.h b/include/mailutils/list.h
index 4d3e014..200a379 100644
--- a/include/mailutils/list.h
+++ b/include/mailutils/list.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2005, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/locker.h b/include/mailutils/locker.h
index 79ecf07..43e2cb7 100644
--- a/include/mailutils/locker.h
+++ b/include/mailutils/locker.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2005, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/log.h b/include/mailutils/log.h
index f1e82c4..eb54d17 100644
--- a/include/mailutils/log.h
+++ b/include/mailutils/log.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/mailbox.h b/include/mailutils/mailbox.h
index fa14e3e..25aa722 100644
--- a/include/mailutils/mailbox.h
+++ b/include/mailutils/mailbox.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
@@ -109,6 +109,10 @@ extern int mu_mailbox_unlock (mu_mailbox_t mbox);
 extern int mu_mailbox_get_iterator (mu_mailbox_t mbx,
                                    mu_iterator_t *piterator);
 
+/* Biff notifications */
+extern int mu_mailbox_set_notify   (mu_mailbox_t mbox, const char *user);
+extern int mu_mailbox_unset_notify (mu_mailbox_t mbox);
+  
 /* ID translation */
 #define MU_MAILBOX_UID_TO_MSGNO 0
 #define MU_MAILBOX_MSGNO_TO_UID 1
diff --git a/include/mailutils/mailcap.h b/include/mailutils/mailcap.h
index b35c86c..4003f1f 100644
--- a/include/mailutils/mailcap.h
+++ b/include/mailutils/mailcap.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/mailer.h b/include/mailutils/mailer.h
index 13c4963..b306fe9 100644
--- a/include/mailutils/mailer.h
+++ b/include/mailutils/mailer.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2005, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/mailutils.h b/include/mailutils/mailutils.h
index 985e9dc..7801ca4 100644
--- a/include/mailutils/mailutils.h
+++ b/include/mailutils/mailutils.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2004, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2004, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/md5.h b/include/mailutils/md5.h
index 124bf90..8c001b0 100644
--- a/include/mailutils/md5.h
+++ b/include/mailutils/md5.h
@@ -1,6 +1,6 @@
 /* Declaration of functions and data types used for MD5 sum computing
    library functions.
-   Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2010-2012 Free
+   Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2010-2012, 2014 Free
    Software Foundation, Inc.
    This file is part of the GNU C Library.
 
diff --git a/include/mailutils/message.h b/include/mailutils/message.h
index 2395b62..b90e6bd 100644
--- a/include/mailutils/message.h
+++ b/include/mailutils/message.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/mh.h b/include/mailutils/mh.h
index 3715653..1f13199 100644
--- a/include/mailutils/mh.h
+++ b/include/mailutils/mh.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/mime.h b/include/mailutils/mime.h
index 0798233..537c953 100644
--- a/include/mailutils/mime.h
+++ b/include/mailutils/mime.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/monitor.h b/include/mailutils/monitor.h
index 5c6c8ab..8575918 100644
--- a/include/mailutils/monitor.h
+++ b/include/mailutils/monitor.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/msgset.h b/include/mailutils/msgset.h
index 7b0e983..a046831 100644
--- a/include/mailutils/msgset.h
+++ b/include/mailutils/msgset.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/mu_auth.h b/include/mailutils/mu_auth.h
index bc74870..fe90e35 100644
--- a/include/mailutils/mu_auth.h
+++ b/include/mailutils/mu_auth.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/nls.h b/include/mailutils/nls.h
index c4c48d2..3000e8d 100644
--- a/include/mailutils/nls.h
+++ b/include/mailutils/nls.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2005-2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2005-2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/nntp.h b/include/mailutils/nntp.h
index 7736997..067d9f6 100644
--- a/include/mailutils/nntp.h
+++ b/include/mailutils/nntp.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/observer.h b/include/mailutils/observer.h
index 1dbe4a6..762898e 100644
--- a/include/mailutils/observer.h
+++ b/include/mailutils/observer.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/opool.h b/include/mailutils/opool.h
index 0d08414..5feaea2 100644
--- a/include/mailutils/opool.h
+++ b/include/mailutils/opool.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/pam.h b/include/mailutils/pam.h
index 1fa391e..503f343 100644
--- a/include/mailutils/pam.h
+++ b/include/mailutils/pam.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/parse822.h b/include/mailutils/parse822.h
index a389c9a..47e9691 100644
--- a/include/mailutils/parse822.h
+++ b/include/mailutils/parse822.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/pop3.h b/include/mailutils/pop3.h
index 1a8199d..6f45ec1 100644
--- a/include/mailutils/pop3.h
+++ b/include/mailutils/pop3.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/prog.h b/include/mailutils/prog.h
index 89d9a3e..521cf20 100644
--- a/include/mailutils/prog.h
+++ b/include/mailutils/prog.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/progmailer.h b/include/mailutils/progmailer.h
index 24cbbaa..6d14ca1 100644
--- a/include/mailutils/progmailer.h
+++ b/include/mailutils/progmailer.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/property.h b/include/mailutils/property.h
index 0be6d28..afa5953 100644
--- a/include/mailutils/property.h
+++ b/include/mailutils/property.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2005, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/include/mailutils/python.h b/include/mailutils/python.h
index 7137baa..1057b08 100644
--- a/include/mailutils/python.h
+++ b/include/mailutils/python.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/radius.h b/include/mailutils/radius.h
index c1cc4c8..480bbac 100644
--- a/include/mailutils/radius.h
+++ b/include/mailutils/radius.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/refcount.h b/include/mailutils/refcount.h
index 1b2f71b..554df90 100644
--- a/include/mailutils/refcount.h
+++ b/include/mailutils/refcount.h
@@ -1,5 +1,5 @@
 /* GNU mailutils - a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2003, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/registrar.h b/include/mailutils/registrar.h
index da7d8a1..971a4b1 100644
--- a/include/mailutils/registrar.h
+++ b/include/mailutils/registrar.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2000, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/secret.h b/include/mailutils/secret.h
index c405412..9e826b2 100644
--- a/include/mailutils/secret.h
+++ b/include/mailutils/secret.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/server.h b/include/mailutils/server.h
index dd50f95..1c660e1 100644
--- a/include/mailutils/server.h
+++ b/include/mailutils/server.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/sha1.h b/include/mailutils/sha1.h
index 546fe57..1c88dac 100644
--- a/include/mailutils/sha1.h
+++ b/include/mailutils/sha1.h
@@ -1,7 +1,7 @@
 /* Declarations of functions and data types used for SHA1 sum
    library functions.
-   Copyright (C) 2000-2001, 2003, 2005-2006, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 2000-2001, 2003, 2005-2006, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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 the
diff --git a/include/mailutils/sieve.h b/include/mailutils/sieve.h
index ffe5db3..f3bc3ed 100644
--- a/include/mailutils/sieve.h
+++ b/include/mailutils/sieve.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/smtp.h b/include/mailutils/smtp.h
index 5ce18d2..ada74a0 100644
--- a/include/mailutils/smtp.h
+++ b/include/mailutils/smtp.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sockaddr.h b/include/mailutils/sockaddr.h
index 0a64252..52c0179 100644
--- a/include/mailutils/sockaddr.h
+++ b/include/mailutils/sockaddr.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/sql.h b/include/mailutils/sql.h
index 7ea31e7..d6af0bf 100644
--- a/include/mailutils/sql.h
+++ b/include/mailutils/sql.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/stdstream.h b/include/mailutils/stdstream.h
index f473b8b..621905b 100644
--- a/include/mailutils/stdstream.h
+++ b/include/mailutils/stdstream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/stream.h b/include/mailutils/stream.h
index 695d3d7..7f4e913 100644
--- a/include/mailutils/stream.h
+++ b/include/mailutils/stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/sys/Makefile.am 
b/include/mailutils/sys/Makefile.am
index 626b29b..a8e56ee 100644
--- a/include/mailutils/sys/Makefile.am
+++ b/include/mailutils/sys/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2007, 2009-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/include/mailutils/sys/amd.h b/include/mailutils/sys/amd.h
index 19f274e..37db501 100644
--- a/include/mailutils/sys/amd.h
+++ b/include/mailutils/sys/amd.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 1999-2005, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/attribute.h 
b/include/mailutils/sys/attribute.h
index 3fb6cdb..8d82f15 100644
--- a/include/mailutils/sys/attribute.h
+++ b/include/mailutils/sys/attribute.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/auth.h b/include/mailutils/sys/auth.h
index a92170f..b32576c 100644
--- a/include/mailutils/sys/auth.h
+++ b/include/mailutils/sys/auth.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/body.h b/include/mailutils/sys/body.h
index 651b614..d908896 100644
--- a/include/mailutils/sys/body.h
+++ b/include/mailutils/sys/body.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/sys/dbm.h b/include/mailutils/sys/dbm.h
index 49f71e2..1bd108b 100644
--- a/include/mailutils/sys/dbm.h
+++ b/include/mailutils/sys/dbm.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/sys/envelope.h b/include/mailutils/sys/envelope.h
index a641ab5..f1bcd5b 100644
--- a/include/mailutils/sys/envelope.h
+++ b/include/mailutils/sys/envelope.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/file_stream.h 
b/include/mailutils/sys/file_stream.h
index 1cb0788..09023f4 100644
--- a/include/mailutils/sys/file_stream.h
+++ b/include/mailutils/sys/file_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/filter.h b/include/mailutils/sys/filter.h
index 2424abe..99d61e5 100644
--- a/include/mailutils/sys/filter.h
+++ b/include/mailutils/sys/filter.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/folder.h b/include/mailutils/sys/folder.h
index f550818..c001e90 100644
--- a/include/mailutils/sys/folder.h
+++ b/include/mailutils/sys/folder.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/gsasl-stream.h 
b/include/mailutils/sys/gsasl-stream.h
index baeeb34..02daac9 100644
--- a/include/mailutils/sys/gsasl-stream.h
+++ b/include/mailutils/sys/gsasl-stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/header.h b/include/mailutils/sys/header.h
index 6ac4f49..b60985a 100644
--- a/include/mailutils/sys/header.h
+++ b/include/mailutils/sys/header.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/header_stream.h 
b/include/mailutils/sys/header_stream.h
index a87e5f4..71b1cc5 100644
--- a/include/mailutils/sys/header_stream.h
+++ b/include/mailutils/sys/header_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/imap.h b/include/mailutils/sys/imap.h
index 28e5036..4e8bbb9 100644
--- a/include/mailutils/sys/imap.h
+++ b/include/mailutils/sys/imap.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/sys/imapio.h b/include/mailutils/sys/imapio.h
index dab6e76..312e365 100644
--- a/include/mailutils/sys/imapio.h
+++ b/include/mailutils/sys/imapio.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/include/mailutils/sys/iostream.h b/include/mailutils/sys/iostream.h
index 5e014a1..d084059 100644
--- a/include/mailutils/sys/iostream.h
+++ b/include/mailutils/sys/iostream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/iterator.h b/include/mailutils/sys/iterator.h
index 7f007af..ce347de 100644
--- a/include/mailutils/sys/iterator.h
+++ b/include/mailutils/sys/iterator.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/list.h b/include/mailutils/sys/list.h
index 200aa1b..8850899 100644
--- a/include/mailutils/sys/list.h
+++ b/include/mailutils/sys/list.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/logstream.h 
b/include/mailutils/sys/logstream.h
index 0303552..3f4a7d2 100644
--- a/include/mailutils/sys/logstream.h
+++ b/include/mailutils/sys/logstream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/mailbox.h b/include/mailutils/sys/mailbox.h
index 71eb1ef..a3b48a4 100644
--- a/include/mailutils/sys/mailbox.h
+++ b/include/mailutils/sys/mailbox.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
@@ -31,6 +31,13 @@
 extern "C" {
 # endif
 
+/* Mailbox-specific flags */
+#define _MU_MAILBOX_OPEN    0x10000000
+#define _MU_MAILBOX_REMOVED 0x20000000
+#define _MU_MAILBOX_NOTIFY  0x40000000
+  
+#define _MU_MAILBOX_MASK    0xF0000000
+
 struct _mu_mailbox
 {
   /* Data */
@@ -43,6 +50,11 @@ struct _mu_mailbox
   mu_folder_t folder;
   mu_monitor_t monitor;
   mu_iterator_t iterator;
+
+  /* Biff notification */
+  char *notify_user;                   /* User name */
+  int notify_fd;                       /* Socket descriptor */
+  struct sockaddr *notify_sa;          /* Source sockaddr */
   
   /* Back pointer to the specific mailbox */
   void *data;
diff --git a/include/mailutils/sys/mailer.h b/include/mailutils/sys/mailer.h
index be02e24..adb6c3c 100644
--- a/include/mailutils/sys/mailer.h
+++ b/include/mailutils/sys/mailer.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/mapfile_stream.h 
b/include/mailutils/sys/mapfile_stream.h
index 7277320..350e0cf 100644
--- a/include/mailutils/sys/mapfile_stream.h
+++ b/include/mailutils/sys/mapfile_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/memory_stream.h 
b/include/mailutils/sys/memory_stream.h
index ac15861..8047bb2 100644
--- a/include/mailutils/sys/memory_stream.h
+++ b/include/mailutils/sys/memory_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/message.h b/include/mailutils/sys/message.h
index df258c2..bf0e26b 100644
--- a/include/mailutils/sys/message.h
+++ b/include/mailutils/sys/message.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/message_stream.h 
b/include/mailutils/sys/message_stream.h
index b0693ca..7645ca2 100644
--- a/include/mailutils/sys/message_stream.h
+++ b/include/mailutils/sys/message_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/mime.h b/include/mailutils/sys/mime.h
index 0323fab..f70d8fd 100644
--- a/include/mailutils/sys/mime.h
+++ b/include/mailutils/sys/mime.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/monitor.h b/include/mailutils/sys/monitor.h
index ff9bd67..385b6fe 100644
--- a/include/mailutils/sys/monitor.h
+++ b/include/mailutils/sys/monitor.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2000, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/sys/msgset.h b/include/mailutils/sys/msgset.h
index 3cf338a..a732124 100644
--- a/include/mailutils/sys/msgset.h
+++ b/include/mailutils/sys/msgset.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/sys/nntp.h b/include/mailutils/sys/nntp.h
index 833500d..9587a68 100644
--- a/include/mailutils/sys/nntp.h
+++ b/include/mailutils/sys/nntp.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2011-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/sys/nullstream.h 
b/include/mailutils/sys/nullstream.h
index 6f42ed2..fc3eeb1 100644
--- a/include/mailutils/sys/nullstream.h
+++ b/include/mailutils/sys/nullstream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/observer.h b/include/mailutils/sys/observer.h
index d5c3b7f..b66938a 100644
--- a/include/mailutils/sys/observer.h
+++ b/include/mailutils/sys/observer.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/pop3.h b/include/mailutils/sys/pop3.h
index 47193f2..c029fbe 100644
--- a/include/mailutils/sys/pop3.h
+++ b/include/mailutils/sys/pop3.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2004, 2007, 2009, 2011-2012 Free
+   Copyright (C) 1999-2001, 2003-2004, 2007, 2009, 2011-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/prog_stream.h 
b/include/mailutils/sys/prog_stream.h
index 4dbcbd0..36548f7 100644
--- a/include/mailutils/sys/prog_stream.h
+++ b/include/mailutils/sys/prog_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/property.h b/include/mailutils/sys/property.h
index 4703f23..b9f7a41 100644
--- a/include/mailutils/sys/property.h
+++ b/include/mailutils/sys/property.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/rdcache_stream.h 
b/include/mailutils/sys/rdcache_stream.h
index 0381424..1165b8b 100644
--- a/include/mailutils/sys/rdcache_stream.h
+++ b/include/mailutils/sys/rdcache_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/registrar.h 
b/include/mailutils/sys/registrar.h
index 9727cf4..6ae966b 100644
--- a/include/mailutils/sys/registrar.h
+++ b/include/mailutils/sys/registrar.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004-2005, 2007-2012 Free Software
+   Copyright (C) 1999-2000, 2004-2005, 2007-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/smtp.h b/include/mailutils/sys/smtp.h
index 82b566c..88bf10a 100644
--- a/include/mailutils/sys/smtp.h
+++ b/include/mailutils/sys/smtp.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/stream.h b/include/mailutils/sys/stream.h
index d76be81..dba33a2 100644
--- a/include/mailutils/sys/stream.h
+++ b/include/mailutils/sys/stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/streamref.h 
b/include/mailutils/sys/streamref.h
index 56202e7..33b2f75 100644
--- a/include/mailutils/sys/streamref.h
+++ b/include/mailutils/sys/streamref.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/streamtrans.h 
b/include/mailutils/sys/streamtrans.h
index 4745004..dfb8119 100644
--- a/include/mailutils/sys/streamtrans.h
+++ b/include/mailutils/sys/streamtrans.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/syslogstream.h 
b/include/mailutils/sys/syslogstream.h
index d15db82..c2d8eee 100644
--- a/include/mailutils/sys/syslogstream.h
+++ b/include/mailutils/sys/syslogstream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/temp_file_stream.h 
b/include/mailutils/sys/temp_file_stream.h
index 31593ff..01de96a 100644
--- a/include/mailutils/sys/temp_file_stream.h
+++ b/include/mailutils/sys/temp_file_stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2011-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/tls-stream.h 
b/include/mailutils/sys/tls-stream.h
index afed9b6..3644345 100644
--- a/include/mailutils/sys/tls-stream.h
+++ b/include/mailutils/sys/tls-stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/sys/url.h b/include/mailutils/sys/url.h
index 5d6e926..cc91514 100644
--- a/include/mailutils/sys/url.h
+++ b/include/mailutils/sys/url.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2000, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/sys/xscript-stream.h 
b/include/mailutils/sys/xscript-stream.h
index a07abd8..89b5591 100644
--- a/include/mailutils/sys/xscript-stream.h
+++ b/include/mailutils/sys/xscript-stream.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/include/mailutils/syslog.h b/include/mailutils/syslog.h
index 5cf79b1..19e11e6 100644
--- a/include/mailutils/syslog.h
+++ b/include/mailutils/syslog.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/include/mailutils/tls.h b/include/mailutils/tls.h
index 054d1e4..9efcad0 100644
--- a/include/mailutils/tls.h
+++ b/include/mailutils/tls.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 2003, 2005, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/types.hin b/include/mailutils/types.hin
index b9be8f1..cde59c0 100644
--- a/include/mailutils/types.hin
+++ b/include/mailutils/types.hin
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail  -*- c -*-
-   Copyright (C) 1999-2001, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/url.h b/include/mailutils/url.h
index 4ebb064..df870de 100644
--- a/include/mailutils/url.h
+++ b/include/mailutils/url.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/include/mailutils/util.h b/include/mailutils/util.h
index 45caaa7..61c25f2 100644
--- a/include/mailutils/util.h
+++ b/include/mailutils/util.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/include/mailutils/vartab.h b/include/mailutils/vartab.h
index ec1d3d5..dad29ef 100644
--- a/include/mailutils/vartab.h
+++ b/include/mailutils/vartab.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/include/mailutils/version.h b/include/mailutils/version.h
index 589769c..b438395 100644
--- a/include/mailutils/version.h
+++ b/include/mailutils/version.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/Makefile.am b/lib/Makefile.am
index 1fb068b..6605984 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/lib/argp_base.c b/lib/argp_base.c
index 3791f61..77be30c 100644
--- a/lib/argp_base.c
+++ b/lib/argp_base.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/mailcap.c b/lib/mailcap.c
index 8125da7..24ef3a0 100644
--- a/lib/mailcap.c
+++ b/lib/mailcap.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/manlock.c b/lib/manlock.c
index 8635b3c..344cc1d 100644
--- a/lib/manlock.c
+++ b/lib/manlock.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu_umaxtostr.c b/lib/mu_umaxtostr.c
index 341980c..efeac27 100644
--- a/lib/mu_umaxtostr.c
+++ b/lib/mu_umaxtostr.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/muaux.h b/lib/muaux.h
index 57f6b60..47d8fb5 100644
--- a/lib/muaux.h
+++ b/lib/muaux.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/signal.c b/lib/signal.c
index 6c18608..0b18a7a 100644
--- a/lib/signal.c
+++ b/lib/signal.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/strexit.c b/lib/strexit.c
index 1f00a94..0035706 100644
--- a/lib/strexit.c
+++ b/lib/strexit.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/tcpwrap.c b/lib/tcpwrap.c
index de5f405..813087c 100644
--- a/lib/tcpwrap.c
+++ b/lib/tcpwrap.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/tcpwrap.h b/lib/tcpwrap.h
index 4cb736c..77c793d 100644
--- a/lib/tcpwrap.h
+++ b/lib/tcpwrap.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2008, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001-2008, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/utmp.c b/lib/utmp.c
index f7e14a9..2dbc286 100644
--- a/lib/utmp.c
+++ b/lib/utmp.c
@@ -1,6 +1,6 @@
 /* utmp.c -- Replacements for {set,get,end}utmp functions
 
-Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+Copyright (C) 2002, 2009-2012, 2014 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/Makefile.am b/libmailutils/Makefile.am
index ecbfde1..f9bf109 100644
--- a/libmailutils/Makefile.am
+++ b/libmailutils/Makefile.am
@@ -1,5 +1,6 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2000-2002, 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2004-2012, 2014 Free Software Foundation,
+# Inc.
 #
 # 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/libmailutils/address/Makefile.am b/libmailutils/address/Makefile.am
index bb194a8..86457fe 100644
--- a/libmailutils/address/Makefile.am
+++ b/libmailutils/address/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/address/address.c b/libmailutils/address/address.c
index 3c59651..98d9d9f 100644
--- a/libmailutils/address/address.c
+++ b/libmailutils/address/address.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/address/addrstream.c 
b/libmailutils/address/addrstream.c
index 6978bae..ecbf3d3 100644
--- a/libmailutils/address/addrstream.c
+++ b/libmailutils/address/addrstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/address/parse822.c b/libmailutils/address/parse822.c
index b84dd91..435cfb0 100644
--- a/libmailutils/address/parse822.c
+++ b/libmailutils/address/parse822.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/auth/Makefile.am b/libmailutils/auth/Makefile.am
index 16df73d..94c701d 100644
--- a/libmailutils/auth/Makefile.am
+++ b/libmailutils/auth/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/auth/auth.c b/libmailutils/auth/auth.c
index a227fcc..1101807 100644
--- a/libmailutils/auth/auth.c
+++ b/libmailutils/auth/auth.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/auth/mu_auth.c b/libmailutils/auth/mu_auth.c
index 6034a58..63e0b4a 100644
--- a/libmailutils/auth/mu_auth.c
+++ b/libmailutils/auth/mu_auth.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2004-2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2004-2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/auth/system.c b/libmailutils/auth/system.c
index 2fc050f..598c683 100644
--- a/libmailutils/auth/system.c
+++ b/libmailutils/auth/system.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/base/Makefile.am b/libmailutils/base/Makefile.am
index 49b7ec8..de518f4 100644
--- a/libmailutils/base/Makefile.am
+++ b/libmailutils/base/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/base/alloc.c b/libmailutils/base/alloc.c
index 197c2f0..aac2c15 100644
--- a/libmailutils/base/alloc.c
+++ b/libmailutils/base/alloc.c
@@ -1,5 +1,5 @@
 /* Error-proof memory allocation functions.
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/base/amd.c b/libmailutils/base/amd.c
index b259270..0340b12 100644
--- a/libmailutils/base/amd.c
+++ b/libmailutils/base/amd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/argcvfree.c b/libmailutils/base/argcvfree.c
index 9e247d2..6ad5ac9 100644
--- a/libmailutils/base/argcvfree.c
+++ b/libmailutils/base/argcvfree.c
@@ -1,5 +1,5 @@
 /* Free an array of string pointers.
-   Copyright (C) 1999-2001, 2003-2006, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003-2006, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/argcvjoin.c b/libmailutils/base/argcvjoin.c
index 4d19f59..449fd41 100644
--- a/libmailutils/base/argcvjoin.c
+++ b/libmailutils/base/argcvjoin.c
@@ -1,5 +1,5 @@
 /* Join strings from an array into a single string.
-   Copyright (C) 1999-2001, 2003-2006, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003-2006, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/argcvrem.c b/libmailutils/base/argcvrem.c
index de5261e..ee97d2c 100644
--- a/libmailutils/base/argcvrem.c
+++ b/libmailutils/base/argcvrem.c
@@ -1,5 +1,5 @@
 /* Selectively remove elements from an array of string pointers.
-   Copyright (C) 1999-2001, 2003-2006, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003-2006, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/assoc.c b/libmailutils/base/assoc.c
index ecef8a3..67592f3 100644
--- a/libmailutils/base/assoc.c
+++ b/libmailutils/base/assoc.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/base/daemon.c b/libmailutils/base/daemon.c
index 05addde..28b16ee 100644
--- a/libmailutils/base/daemon.c
+++ b/libmailutils/base/daemon.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/base/fdwait.c b/libmailutils/base/fdwait.c
index b245867..6d83ae0 100644
--- a/libmailutils/base/fdwait.c
+++ b/libmailutils/base/fdwait.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/fgetpwent.c b/libmailutils/base/fgetpwent.c
index a895042..5e43aea 100644
--- a/libmailutils/base/fgetpwent.c
+++ b/libmailutils/base/fgetpwent.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/base/filename.c b/libmailutils/base/filename.c
index c9d8bb0..289c967 100644
--- a/libmailutils/base/filename.c
+++ b/libmailutils/base/filename.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/filesafety.c b/libmailutils/base/filesafety.c
index 0cbc190..c718da7 100644
--- a/libmailutils/base/filesafety.c
+++ b/libmailutils/base/filesafety.c
@@ -1,5 +1,5 @@
 /* File safety checks.
-   Copyright (C) 1999-2001, 2003-2006, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003-2006, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/freeitem.c b/libmailutils/base/freeitem.c
index 4aa21f1..8e3df45 100644
--- a/libmailutils/base/freeitem.c
+++ b/libmailutils/base/freeitem.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/fscompose.c b/libmailutils/base/fscompose.c
index 277e4ca..1940f39 100644
--- a/libmailutils/base/fscompose.c
+++ b/libmailutils/base/fscompose.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/getcwd.c b/libmailutils/base/getcwd.c
index 4b29a7c..5044124 100644
--- a/libmailutils/base/getcwd.c
+++ b/libmailutils/base/getcwd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/getmaxfd.c b/libmailutils/base/getmaxfd.c
index e44bf88..db00c30 100644
--- a/libmailutils/base/getmaxfd.c
+++ b/libmailutils/base/getmaxfd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/getpass.c b/libmailutils/base/getpass.c
index d1ca6ee..2e985fb 100644
--- a/libmailutils/base/getpass.c
+++ b/libmailutils/base/getpass.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/base/hostname.c b/libmailutils/base/hostname.c
index cc5a4bd..38a5326 100644
--- a/libmailutils/base/hostname.c
+++ b/libmailutils/base/hostname.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/iterator.c b/libmailutils/base/iterator.c
index 118de72..17b5ee0 100644
--- a/libmailutils/base/iterator.c
+++ b/libmailutils/base/iterator.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/base/kwd.c b/libmailutils/base/kwd.c
index 5d17ae6..d13b8e5 100644
--- a/libmailutils/base/kwd.c
+++ b/libmailutils/base/kwd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/lcall.c b/libmailutils/base/lcall.c
index cdb9408..f81c303 100644
--- a/libmailutils/base/lcall.c
+++ b/libmailutils/base/lcall.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/locale.c b/libmailutils/base/locale.c
index 65b90fb..e60afd0 100644
--- a/libmailutils/base/locale.c
+++ b/libmailutils/base/locale.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/locker.c b/libmailutils/base/locker.c
index cef329b..42a7540 100644
--- a/libmailutils/base/locker.c
+++ b/libmailutils/base/locker.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2008, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/mailcap.c b/libmailutils/base/mailcap.c
index e46ab8c..0eebde7 100644
--- a/libmailutils/base/mailcap.c
+++ b/libmailutils/base/mailcap.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2003-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2003-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/base/monitor.c b/libmailutils/base/monitor.c
index b4e8911..4489290 100644
--- a/libmailutils/base/monitor.c
+++ b/libmailutils/base/monitor.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/msgid.c b/libmailutils/base/msgid.c
index 881a535..99a19da 100644
--- a/libmailutils/base/msgid.c
+++ b/libmailutils/base/msgid.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/munre.c b/libmailutils/base/munre.c
index 9f5a2a7..379baf2 100644
--- a/libmailutils/base/munre.c
+++ b/libmailutils/base/munre.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2006-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2003, 2006-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/mutil.c b/libmailutils/base/mutil.c
index 0f7fdf6..26ffb34 100644
--- a/libmailutils/base/mutil.c
+++ b/libmailutils/base/mutil.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/nls.c b/libmailutils/base/nls.c
index 092e134..03b4f5d 100644
--- a/libmailutils/base/nls.c
+++ b/libmailutils/base/nls.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2006-2008, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2006-2008, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/base/nullrec.c b/libmailutils/base/nullrec.c
index 8b444b0..03941a4 100644
--- a/libmailutils/base/nullrec.c
+++ b/libmailutils/base/nullrec.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/base/observer.c b/libmailutils/base/observer.c
index 088b3f5..f13d514 100644
--- a/libmailutils/base/observer.c
+++ b/libmailutils/base/observer.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/base/onexit.c b/libmailutils/base/onexit.c
index 91629ec..16bc739 100644
--- a/libmailutils/base/onexit.c
+++ b/libmailutils/base/onexit.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/base/opool.c b/libmailutils/base/opool.c
index 00a6582..f572932 100644
--- a/libmailutils/base/opool.c
+++ b/libmailutils/base/opool.c
@@ -1,5 +1,5 @@
 /* String-list functions for GNU Mailutils.
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    Based on slist module from GNU Radius.  Written by Sergey Poznyakoff.
    
diff --git a/libmailutils/base/parsedate.y b/libmailutils/base/parsedate.y
index 4d72f39..bc6d823 100644
--- a/libmailutils/base/parsedate.y
+++ b/libmailutils/base/parsedate.y
@@ -1,7 +1,7 @@
 %{
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007-2008, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2007-2008, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/base/permstr.c b/libmailutils/base/permstr.c
index 40d6779..305436b 100644
--- a/libmailutils/base/permstr.c
+++ b/libmailutils/base/permstr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/refcount.c b/libmailutils/base/refcount.c
index 94d7f77..e688c75 100644
--- a/libmailutils/base/refcount.c
+++ b/libmailutils/base/refcount.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2004, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003-2004, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/base/registrar.c b/libmailutils/base/registrar.c
index 64b996c..9bb34ac 100644
--- a/libmailutils/base/registrar.c
+++ b/libmailutils/base/registrar.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/rfc2047.c b/libmailutils/base/rfc2047.c
index f4cd4ca..ee4f592 100644
--- a/libmailutils/base/rfc2047.c
+++ b/libmailutils/base/rfc2047.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/base/schemeauto.c b/libmailutils/base/schemeauto.c
index 9442590..56387c2 100644
--- a/libmailutils/base/schemeauto.c
+++ b/libmailutils/base/schemeauto.c
@@ -1,6 +1,7 @@
 /* Returns true if SCHEME represents a local (autodetect) mail folder.  */
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/base/secret.c b/libmailutils/base/secret.c
index d79fbd4..c51f0a1 100644
--- a/libmailutils/base/secret.c
+++ b/libmailutils/base/secret.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/sha1.c b/libmailutils/base/sha1.c
index c484434..e990cf7 100644
--- a/libmailutils/base/sha1.c
+++ b/libmailutils/base/sha1.c
@@ -1,7 +1,7 @@
 /* sha1.c - Functions to compute SHA1 message digest of files or
    memory blocks according to the NIST specification FIPS-180-1.
 
-   Copyright (C) 2000-2001, 2003-2006, 2010-2012 Free Software
+   Copyright (C) 2000-2001, 2003-2006, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
diff --git a/libmailutils/base/spawnvp.c b/libmailutils/base/spawnvp.c
index 9b973d5..db0ffca 100644
--- a/libmailutils/base/spawnvp.c
+++ b/libmailutils/base/spawnvp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/symlink.c b/libmailutils/base/symlink.c
index ee5cba1..64ddda8 100644
--- a/libmailutils/base/symlink.c
+++ b/libmailutils/base/symlink.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/tempfile.c b/libmailutils/base/tempfile.c
index 965b24f..588f150 100644
--- a/libmailutils/base/tempfile.c
+++ b/libmailutils/base/tempfile.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/ticket.c b/libmailutils/base/ticket.c
index fc4284c..b05e4f7 100644
--- a/libmailutils/base/ticket.c
+++ b/libmailutils/base/ticket.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/base/tilde.c b/libmailutils/base/tilde.c
index 1ee4252..db0c8fc 100644
--- a/libmailutils/base/tilde.c
+++ b/libmailutils/base/tilde.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/userprivs.c b/libmailutils/base/userprivs.c
index 026aadd..e6585d2 100644
--- a/libmailutils/base/userprivs.c
+++ b/libmailutils/base/userprivs.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/base/usremail.c b/libmailutils/base/usremail.c
index d44c6c6..9ab1cfe 100644
--- a/libmailutils/base/usremail.c
+++ b/libmailutils/base/usremail.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/base/version.c b/libmailutils/base/version.c
index f801a03..8a067d9 100644
--- a/libmailutils/base/version.c
+++ b/libmailutils/base/version.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/base/wicket.c b/libmailutils/base/wicket.c
index 25fc1f7..a7b691f 100644
--- a/libmailutils/base/wicket.c
+++ b/libmailutils/base/wicket.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/cfg/Makefile.am b/libmailutils/cfg/Makefile.am
index 6cfc509..8d6af99 100644
--- a/libmailutils/cfg/Makefile.am
+++ b/libmailutils/cfg/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/cfg/driver.c b/libmailutils/cfg/driver.c
index 0aa3fce..386e966 100644
--- a/libmailutils/cfg/driver.c
+++ b/libmailutils/cfg/driver.c
@@ -1,5 +1,5 @@
 /* cfg_driver.c -- Main driver for Mailutils configuration files
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/cfg/format.c b/libmailutils/cfg/format.c
index c24149e..7e307e1 100644
--- a/libmailutils/cfg/format.c
+++ b/libmailutils/cfg/format.c
@@ -1,5 +1,5 @@
 /* cfg_format.c -- convert configuration parse tree to human-readable format.
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/cfg/gocs.c b/libmailutils/cfg/gocs.c
index 07e6564..a3a8265 100644
--- a/libmailutils/cfg/gocs.c
+++ b/libmailutils/cfg/gocs.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/cfg/lexer.l b/libmailutils/cfg/lexer.l
index 4a961b0..65ff65c 100644
--- a/libmailutils/cfg/lexer.l
+++ b/libmailutils/cfg/lexer.l
@@ -1,6 +1,6 @@
 %top {
 /* cfg_lexer.l -- default lexer for Mailutils configuration files
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/cfg/parser.y b/libmailutils/cfg/parser.y
index 55780a3..b740c8e 100644
--- a/libmailutils/cfg/parser.y
+++ b/libmailutils/cfg/parser.y
@@ -1,6 +1,6 @@
 %{
 /* cfg_parser.y -- general-purpose configuration file parser
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/cidr/Makefile.am b/libmailutils/cidr/Makefile.am
index 358caac..3290e68 100644
--- a/libmailutils/cidr/Makefile.am
+++ b/libmailutils/cidr/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/cidr/fromsa.c b/libmailutils/cidr/fromsa.c
index 2411979..ed48dda 100644
--- a/libmailutils/cidr/fromsa.c
+++ b/libmailutils/cidr/fromsa.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/cidr/fromstr.c b/libmailutils/cidr/fromstr.c
index 28fbf28..d628875 100644
--- a/libmailutils/cidr/fromstr.c
+++ b/libmailutils/cidr/fromstr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/cidr/match.c b/libmailutils/cidr/match.c
index e986843..7ef4d85 100644
--- a/libmailutils/cidr/match.c
+++ b/libmailutils/cidr/match.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/cidr/tosa.c b/libmailutils/cidr/tosa.c
index 78c61cc..4b3e8d8 100644
--- a/libmailutils/cidr/tosa.c
+++ b/libmailutils/cidr/tosa.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/cidr/tostr.c b/libmailutils/cidr/tostr.c
index ddfb3f9..3b0b7cb 100644
--- a/libmailutils/cidr/tostr.c
+++ b/libmailutils/cidr/tostr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/datetime/Makefile.am 
b/libmailutils/datetime/Makefile.am
index 69ee72e..7c3392d 100644
--- a/libmailutils/datetime/Makefile.am
+++ b/libmailutils/datetime/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/datetime/dow.c b/libmailutils/datetime/dow.c
index 70a6796..944d512 100644
--- a/libmailutils/datetime/dow.c
+++ b/libmailutils/datetime/dow.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/datetime/doy.c b/libmailutils/datetime/doy.c
index a30d74b..ccd7689 100644
--- a/libmailutils/datetime/doy.c
+++ b/libmailutils/datetime/doy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/datetime/jd.c b/libmailutils/datetime/jd.c
index 7a471c2..bc55e1e 100644
--- a/libmailutils/datetime/jd.c
+++ b/libmailutils/datetime/jd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/datetime/scantime.c b/libmailutils/datetime/scantime.c
index 1908a5c..0c92f57 100644
--- a/libmailutils/datetime/scantime.c
+++ b/libmailutils/datetime/scantime.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/datetime/streamftime.c 
b/libmailutils/datetime/streamftime.c
index c564763..2eed7a4 100644
--- a/libmailutils/datetime/streamftime.c
+++ b/libmailutils/datetime/streamftime.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/datetime/strftime.c b/libmailutils/datetime/strftime.c
index bf04b46..e0dd20c 100644
--- a/libmailutils/datetime/strftime.c
+++ b/libmailutils/datetime/strftime.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/datetime/tab.c b/libmailutils/datetime/tab.c
index 7da0dab..ab84da4 100644
--- a/libmailutils/datetime/tab.c
+++ b/libmailutils/datetime/tab.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/datetime/tzlocal.c b/libmailutils/datetime/tzlocal.c
index 2638b63..fd9012b 100644
--- a/libmailutils/datetime/tzlocal.c
+++ b/libmailutils/datetime/tzlocal.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/datetime/unixtime.c b/libmailutils/datetime/unixtime.c
index 20934c6..defde75 100644
--- a/libmailutils/datetime/unixtime.c
+++ b/libmailutils/datetime/unixtime.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/datetime/utcoff.c b/libmailutils/datetime/utcoff.c
index ce31cd2..e390299 100644
--- a/libmailutils/datetime/utcoff.c
+++ b/libmailutils/datetime/utcoff.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/datetime/yd.c b/libmailutils/datetime/yd.c
index 0015d8f..7c40295 100644
--- a/libmailutils/datetime/yd.c
+++ b/libmailutils/datetime/yd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/diag/Makefile.am b/libmailutils/diag/Makefile.am
index 21c4b7d..a6dec7e 100644
--- a/libmailutils/diag/Makefile.am
+++ b/libmailutils/diag/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/diag/bt.c b/libmailutils/diag/bt.c
index 68cadd4..0a06424 100644
--- a/libmailutils/diag/bt.c
+++ b/libmailutils/diag/bt.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/diag/debcat b/libmailutils/diag/debcat
index b9da032..9790f07 100644
--- a/libmailutils/diag/debcat
+++ b/libmailutils/diag/debcat
@@ -1,5 +1,5 @@
 # List of default debug categories for GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/diag/debug.c b/libmailutils/diag/debug.c
index d9b5178..6f80d8b 100644
--- a/libmailutils/diag/debug.c
+++ b/libmailutils/diag/debug.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/diag/diag.c b/libmailutils/diag/diag.c
index ae7796a..96be225 100644
--- a/libmailutils/diag/diag.c
+++ b/libmailutils/diag/diag.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/diag/errors b/libmailutils/diag/errors
index cebc3cf..79a9709 100644
--- a/libmailutils/diag/errors
+++ b/libmailutils/diag/errors
@@ -1,5 +1,6 @@
 # Error messages for GNU Mailutils
-# Copyright (C) 2005-2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #
 # 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/libmailutils/diag/muerrno.cin b/libmailutils/diag/muerrno.cin
index 9f52841..1cbef36 100644
--- a/libmailutils/diag/muerrno.cin
+++ b/libmailutils/diag/muerrno.cin
@@ -1,7 +1,7 @@
 /* -*- c -*- $AUTOWARN
    GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/diag/muerror.c b/libmailutils/diag/muerror.c
index a63bd14..3e6abee 100644
--- a/libmailutils/diag/muerror.c
+++ b/libmailutils/diag/muerror.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/diag/syslog.c b/libmailutils/diag/syslog.c
index 77a6667..9451baf 100644
--- a/libmailutils/diag/syslog.c
+++ b/libmailutils/diag/syslog.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
diff --git a/libmailutils/diag/wd.c b/libmailutils/diag/wd.c
index 7ca190a..45a64f9 100644
--- a/libmailutils/diag/wd.c
+++ b/libmailutils/diag/wd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/filter/Makefile.am b/libmailutils/filter/Makefile.am
index d9eb762..88ce88f 100644
--- a/libmailutils/filter/Makefile.am
+++ b/libmailutils/filter/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/filter/base64.c b/libmailutils/filter/base64.c
index 697d56e..fbc68da 100644
--- a/libmailutils/filter/base64.c
+++ b/libmailutils/filter/base64.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/filter/binflt.c b/libmailutils/filter/binflt.c
index d90eb21..f5f46d6 100644
--- a/libmailutils/filter/binflt.c
+++ b/libmailutils/filter/binflt.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/filter/c-escape.c b/libmailutils/filter/c-escape.c
index 80dc751..2930050 100644
--- a/libmailutils/filter/c-escape.c
+++ b/libmailutils/filter/c-escape.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/filter/crlfdot.c b/libmailutils/filter/crlfdot.c
index 0e819bd..cbc43d1 100644
--- a/libmailutils/filter/crlfdot.c
+++ b/libmailutils/filter/crlfdot.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/filter/crlfflt.c b/libmailutils/filter/crlfflt.c
index 8dfde4c..b8c1b56 100644
--- a/libmailutils/filter/crlfflt.c
+++ b/libmailutils/filter/crlfflt.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/filter/decode.c b/libmailutils/filter/decode.c
index e06f2fe..a7cfd57 100644
--- a/libmailutils/filter/decode.c
+++ b/libmailutils/filter/decode.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/filter/dot.c b/libmailutils/filter/dot.c
index 0b802cf..d5063bc 100644
--- a/libmailutils/filter/dot.c
+++ b/libmailutils/filter/dot.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/filter/filter.c b/libmailutils/filter/filter.c
index f2899fe..ccf4297 100644
--- a/libmailutils/filter/filter.c
+++ b/libmailutils/filter/filter.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/filter/fltchain.c b/libmailutils/filter/fltchain.c
index c734792..7d0f1b5 100644
--- a/libmailutils/filter/fltchain.c
+++ b/libmailutils/filter/fltchain.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/filter/fromflt.c b/libmailutils/filter/fromflt.c
index 5169b7a..91213f0 100644
--- a/libmailutils/filter/fromflt.c
+++ b/libmailutils/filter/fromflt.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/filter/header.c b/libmailutils/filter/header.c
index e0c3e53..8f1cb78 100644
--- a/libmailutils/filter/header.c
+++ b/libmailutils/filter/header.c
@@ -1,5 +1,5 @@
 /* Message header filter for GNU Mailutils.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/filter/iconvflt.c b/libmailutils/filter/iconvflt.c
index aea448b..a227dc4 100644
--- a/libmailutils/filter/iconvflt.c
+++ b/libmailutils/filter/iconvflt.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmailutils/filter/inline-comment.c 
b/libmailutils/filter/inline-comment.c
index 364b5c2..a60365e 100644
--- a/libmailutils/filter/inline-comment.c
+++ b/libmailutils/filter/inline-comment.c
@@ -1,5 +1,5 @@
 /* Simple inline comment filter for GNU Mailutils.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/filter/linecon.c b/libmailutils/filter/linecon.c
index c6aac0a..800e000 100644
--- a/libmailutils/filter/linecon.c
+++ b/libmailutils/filter/linecon.c
@@ -1,5 +1,5 @@
 /* Simple inline comment filter for GNU Mailutils.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/filter/linelenflt.c b/libmailutils/filter/linelenflt.c
index 01c75ef..f767469 100644
--- a/libmailutils/filter/linelenflt.c
+++ b/libmailutils/filter/linelenflt.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/filter/qpflt.c b/libmailutils/filter/qpflt.c
index 0af82a7..bfa81d1 100644
--- a/libmailutils/filter/qpflt.c
+++ b/libmailutils/filter/qpflt.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/imapio/Makefile.am b/libmailutils/imapio/Makefile.am
index 9f4866d..a27ef08 100644
--- a/libmailutils/imapio/Makefile.am
+++ b/libmailutils/imapio/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/imapio/create.c b/libmailutils/imapio/create.c
index 2962253..07a458c 100644
--- a/libmailutils/imapio/create.c
+++ b/libmailutils/imapio/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/errstate.c b/libmailutils/imapio/errstate.c
index 8639f81..4cb5472 100644
--- a/libmailutils/imapio/errstate.c
+++ b/libmailutils/imapio/errstate.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/flags.c b/libmailutils/imapio/flags.c
index a39f05f..1f570aa 100644
--- a/libmailutils/imapio/flags.c
+++ b/libmailutils/imapio/flags.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/getline.c b/libmailutils/imapio/getline.c
index a95ceab..c5a105d 100644
--- a/libmailutils/imapio/getline.c
+++ b/libmailutils/imapio/getline.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/litstream.c b/libmailutils/imapio/litstream.c
index 9747b70..85e0cdf 100644
--- a/libmailutils/imapio/litstream.c
+++ b/libmailutils/imapio/litstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/litstring.c b/libmailutils/imapio/litstring.c
index b7b7de0..0b88035 100644
--- a/libmailutils/imapio/litstring.c
+++ b/libmailutils/imapio/litstring.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/printf.c b/libmailutils/imapio/printf.c
index 7bd405a..b4634ca 100644
--- a/libmailutils/imapio/printf.c
+++ b/libmailutils/imapio/printf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/qstring.c b/libmailutils/imapio/qstring.c
index b6cd8ea..b47109f 100644
--- a/libmailutils/imapio/qstring.c
+++ b/libmailutils/imapio/qstring.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/replstr.c b/libmailutils/imapio/replstr.c
index d435605..1752f1f 100644
--- a/libmailutils/imapio/replstr.c
+++ b/libmailutils/imapio/replstr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/send.c b/libmailutils/imapio/send.c
index e9f3fe7..57d7aa3 100644
--- a/libmailutils/imapio/send.c
+++ b/libmailutils/imapio/send.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/sendcmd.c b/libmailutils/imapio/sendcmd.c
index b3cf28b..ea2d7ec 100644
--- a/libmailutils/imapio/sendcmd.c
+++ b/libmailutils/imapio/sendcmd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/sendcmde.c b/libmailutils/imapio/sendcmde.c
index ff099c4..4e76eb3 100644
--- a/libmailutils/imapio/sendcmde.c
+++ b/libmailutils/imapio/sendcmde.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/sendcmdv.c b/libmailutils/imapio/sendcmdv.c
index 6bbe531..f686cf5 100644
--- a/libmailutils/imapio/sendcmdv.c
+++ b/libmailutils/imapio/sendcmdv.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/sendflg.c b/libmailutils/imapio/sendflg.c
index 20d6c5d..512e891 100644
--- a/libmailutils/imapio/sendflg.c
+++ b/libmailutils/imapio/sendflg.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/sendmsgset.c b/libmailutils/imapio/sendmsgset.c
index b3cf342..4ed8ae1 100644
--- a/libmailutils/imapio/sendmsgset.c
+++ b/libmailutils/imapio/sendmsgset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/time.c b/libmailutils/imapio/time.c
index 8f9308c..e9467e6 100644
--- a/libmailutils/imapio/time.c
+++ b/libmailutils/imapio/time.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/trace.c b/libmailutils/imapio/trace.c
index a518ebf..d1ef1b4 100644
--- a/libmailutils/imapio/trace.c
+++ b/libmailutils/imapio/trace.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/transport.c b/libmailutils/imapio/transport.c
index 49145e2..254a4f4 100644
--- a/libmailutils/imapio/transport.c
+++ b/libmailutils/imapio/transport.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/wildmatch.c b/libmailutils/imapio/wildmatch.c
index 8b6a71c..5ba8cff 100644
--- a/libmailutils/imapio/wildmatch.c
+++ b/libmailutils/imapio/wildmatch.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/words.c b/libmailutils/imapio/words.c
index 50b5017..f0cf3d0 100644
--- a/libmailutils/imapio/words.c
+++ b/libmailutils/imapio/words.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/imapio/xscript.c b/libmailutils/imapio/xscript.c
index 4cad00d..0f36a86 100644
--- a/libmailutils/imapio/xscript.c
+++ b/libmailutils/imapio/xscript.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/list/Makefile.am b/libmailutils/list/Makefile.am
index 7e2324c..20d5abc 100644
--- a/libmailutils/list/Makefile.am
+++ b/libmailutils/list/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/list/append.c b/libmailutils/list/append.c
index 0cba0d1..8809a2b 100644
--- a/libmailutils/list/append.c
+++ b/libmailutils/list/append.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/array.c b/libmailutils/list/array.c
index 35fc9f8..9283df5 100644
--- a/libmailutils/list/array.c
+++ b/libmailutils/list/array.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/clear.c b/libmailutils/list/clear.c
index 2bb9e71..878563b 100644
--- a/libmailutils/list/clear.c
+++ b/libmailutils/list/clear.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/count.c b/libmailutils/list/count.c
index 38316f6..d51f5af 100644
--- a/libmailutils/list/count.c
+++ b/libmailutils/list/count.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/create.c b/libmailutils/list/create.c
index 7089f88..9473792 100644
--- a/libmailutils/list/create.c
+++ b/libmailutils/list/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/destroy.c b/libmailutils/list/destroy.c
index 46e0639..6a482e5 100644
--- a/libmailutils/list/destroy.c
+++ b/libmailutils/list/destroy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/empty.c b/libmailutils/list/empty.c
index 69fea35..eda8cba 100644
--- a/libmailutils/list/empty.c
+++ b/libmailutils/list/empty.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/fold.c b/libmailutils/list/fold.c
index c2697ad..b021f7b 100644
--- a/libmailutils/list/fold.c
+++ b/libmailutils/list/fold.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/foreach.c b/libmailutils/list/foreach.c
index c69c850..b4928e3 100644
--- a/libmailutils/list/foreach.c
+++ b/libmailutils/list/foreach.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/foreachdir.c b/libmailutils/list/foreachdir.c
index 9618565..394bfe3 100644
--- a/libmailutils/list/foreachdir.c
+++ b/libmailutils/list/foreachdir.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/get.c b/libmailutils/list/get.c
index d8759a0..62e43dd 100644
--- a/libmailutils/list/get.c
+++ b/libmailutils/list/get.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/getcomp.c b/libmailutils/list/getcomp.c
index 29470c4..eec55c5 100644
--- a/libmailutils/list/getcomp.c
+++ b/libmailutils/list/getcomp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/gmap.c b/libmailutils/list/gmap.c
index ab8e91c..84d41e9 100644
--- a/libmailutils/list/gmap.c
+++ b/libmailutils/list/gmap.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/head.c b/libmailutils/list/head.c
index ec2ddec..0133cef 100644
--- a/libmailutils/list/head.c
+++ b/libmailutils/list/head.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/insert.c b/libmailutils/list/insert.c
index 530bfaf..bc5527d 100644
--- a/libmailutils/list/insert.c
+++ b/libmailutils/list/insert.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/intersect.c b/libmailutils/list/intersect.c
index ba1972c..5c62ed5 100644
--- a/libmailutils/list/intersect.c
+++ b/libmailutils/list/intersect.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/iterator.c b/libmailutils/list/iterator.c
index f517a80..da68764 100644
--- a/libmailutils/list/iterator.c
+++ b/libmailutils/list/iterator.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/listlist.c b/libmailutils/list/listlist.c
index 3cd29b6..1519824 100644
--- a/libmailutils/list/listlist.c
+++ b/libmailutils/list/listlist.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/locate.c b/libmailutils/list/locate.c
index 0c060bc..0959878 100644
--- a/libmailutils/list/locate.c
+++ b/libmailutils/list/locate.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/map.c b/libmailutils/list/map.c
index 6de626c..3c82a75 100644
--- a/libmailutils/list/map.c
+++ b/libmailutils/list/map.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/pop.c b/libmailutils/list/pop.c
index 6a504eb..e0588c5 100644
--- a/libmailutils/list/pop.c
+++ b/libmailutils/list/pop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/prepend.c b/libmailutils/list/prepend.c
index 7483b19..5d214f0 100644
--- a/libmailutils/list/prepend.c
+++ b/libmailutils/list/prepend.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/push.c b/libmailutils/list/push.c
index d32815c..c519a5c 100644
--- a/libmailutils/list/push.c
+++ b/libmailutils/list/push.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/remove.c b/libmailutils/list/remove.c
index f563403..e9b13c2 100644
--- a/libmailutils/list/remove.c
+++ b/libmailutils/list/remove.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/removenth.c b/libmailutils/list/removenth.c
index f589b51..6881dcd 100644
--- a/libmailutils/list/removenth.c
+++ b/libmailutils/list/removenth.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/replace.c b/libmailutils/list/replace.c
index 7776550..e3d5aec 100644
--- a/libmailutils/list/replace.c
+++ b/libmailutils/list/replace.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/rfold.c b/libmailutils/list/rfold.c
index ff8211a..48c33a5 100644
--- a/libmailutils/list/rfold.c
+++ b/libmailutils/list/rfold.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/setcomp.c b/libmailutils/list/setcomp.c
index 36ee1a8..db0d67c 100644
--- a/libmailutils/list/setcomp.c
+++ b/libmailutils/list/setcomp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/setdestr.c b/libmailutils/list/setdestr.c
index ad91068..ff3a26c 100644
--- a/libmailutils/list/setdestr.c
+++ b/libmailutils/list/setdestr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/list/slice.c b/libmailutils/list/slice.c
index a122a35..4f94c94 100644
--- a/libmailutils/list/slice.c
+++ b/libmailutils/list/slice.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/slice2.c b/libmailutils/list/slice2.c
index e785c9d..d23571e 100644
--- a/libmailutils/list/slice2.c
+++ b/libmailutils/list/slice2.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/sort.c b/libmailutils/list/sort.c
index 01a5a8b..bc86747 100644
--- a/libmailutils/list/sort.c
+++ b/libmailutils/list/sort.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/list/tail.c b/libmailutils/list/tail.c
index 1c670e8..c147c15 100644
--- a/libmailutils/list/tail.c
+++ b/libmailutils/list/tail.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/mailbox/Makefile.am b/libmailutils/mailbox/Makefile.am
index f2144e6..de263b8 100644
--- a/libmailutils/mailbox/Makefile.am
+++ b/libmailutils/mailbox/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -22,6 +22,7 @@ libmailbox_la_SOURCES =  \
  mbx_default.c\
  mbxitr.c\
  attribute.c\
+ biffnotify.c\
  body.c\
  bodystruct.c\
  copy.c\
diff --git a/libmailutils/mailbox/attribute.c b/libmailutils/mailbox/attribute.c
index df69654..e80ee97 100644
--- a/libmailutils/mailbox/attribute.c
+++ b/libmailutils/mailbox/attribute.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/mailbox/biffnotify.c 
b/libmailutils/mailbox/biffnotify.c
new file mode 100644
index 0000000..8b2cf27
--- /dev/null
+++ b/libmailutils/mailbox/biffnotify.c
@@ -0,0 +1,164 @@
+/* GNU Mailutils -- a suite of utilities for electronic mail
+   Copyright (C) 2014 Free Software Foundation, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 3 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General
+   Public License along with this library.  If not, see 
+   <http://www.gnu.org/licenses/>. */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
+#include <netinet/in.h>
+#include <netdb.h>
+#include <mailutils/errno.h>
+#include <mailutils/observer.h>
+#include <mailutils/io.h>
+#include <mailutils/url.h>
+#include <mailutils/mu_auth.h>
+#include <mailutils/sys/mailbox.h>
+
+static int
+get_notify_fd (mu_mailbox_t mbox)
+{
+  int fd = mbox->notify_fd;
+  
+  if (fd == -1)
+    {
+      struct sockaddr_in biff_in;
+      struct servent *sp;
+      
+      if ((sp = getservbyname ("biff", "udp")) == NULL)
+       return -1;
+      
+      biff_in.sin_family = AF_INET;
+      biff_in.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
+      biff_in.sin_port = sp->s_port;
+      
+      fd = socket (PF_INET, SOCK_DGRAM, 0);
+      if (fd < 0)
+       return -1;
+
+      mbox->notify_sa = malloc (sizeof (biff_in));
+
+      if (!mbox->notify_sa)
+       {
+         close (fd);
+         return -1;
+       }
+      memcpy (mbox->notify_sa, &biff_in, sizeof (biff_in));
+      mbox->notify_fd = fd;
+    }
+  return fd;
+}
+
+static int
+biff_notify (mu_observer_t obs, size_t type, void *data, void *action_data)
+{
+  mu_mailbox_t mbox = mu_observer_get_owner (obs);
+
+  if (type == MU_EVT_MAILBOX_MESSAGE_APPEND && mbox->notify_user)
+    {
+      mu_message_qid_t qid = data;
+      mu_url_t url;
+      char *buf;
+      int fd = get_notify_fd (mbox);
+
+      if (fd < 0)
+       {
+         mu_observable_t observable;
+         mu_mailbox_get_observable (mbox, &observable);
+         mu_observable_detach (observable, obs);
+         return 0;
+       }
+      
+      mu_mailbox_get_url (mbox, &url);
+      if (mu_asprintf (&buf, "address@hidden:%s", mbox->notify_user,
+                      qid, mu_url_to_string (url)))
+       return 0;
+      
+      mu_mailbox_flush (mbox, 0);
+      if (buf)
+       {
+         sendto (fd, buf, strlen (buf), 0,
+                 mbox->notify_sa, sizeof (struct sockaddr_in));
+         //FIXME: on error?
+         free (buf);
+       }
+    }
+  return 0;
+}
+
+int
+mu_mailbox_set_notify (mu_mailbox_t mbox, const char *user)
+{
+  mu_observer_t observer;
+  mu_observable_t observable;
+
+  if (!mbox)
+    return EINVAL;
+  //  if (!(mbox->flags & MU_STREAM_APPEND))
+  //    return EACCES;
+
+  if (user)
+    user = strdup (user);
+  else
+    {
+      struct mu_auth_data *auth = NULL;
+
+      auth = mu_get_auth_by_uid (getuid ());
+      if (!auth)
+       return MU_ERR_NO_SUCH_USER;
+      user = strdup (auth->name);
+    }
+
+  if (!user)
+    return ENOMEM;
+
+  if (mbox->notify_user)
+    free (mbox->notify_user);
+  mbox->notify_user = (char*) user;
+
+  if (!(mbox->flags & _MU_MAILBOX_NOTIFY))
+    {
+      mu_observer_create (&observer, mbox);
+      mu_observer_set_action (observer, biff_notify, mbox);
+      mu_mailbox_get_observable (mbox, &observable);
+      mu_observable_attach (observable, MU_EVT_MAILBOX_MESSAGE_APPEND, 
+                           observer);
+
+      mbox->flags |= _MU_MAILBOX_NOTIFY;
+    }
+  
+  return 0;
+}
+
+int
+mu_mailbox_unset_notify (mu_mailbox_t mbox)
+{
+  if (!mbox)
+    return EINVAL;
+  if (!mbox->notify_user)
+    return EINVAL;
+  free (mbox->notify_user);
+  mbox->notify_user = NULL;
+  close (mbox->notify_fd);
+  mbox->notify_fd = -1;
+  free (mbox->notify_sa);
+  mbox->notify_sa = NULL;
+  return 0;
+}
+  
diff --git a/libmailutils/mailbox/body.c b/libmailutils/mailbox/body.c
index 5abbc12..b3df76c 100644
--- a/libmailutils/mailbox/body.c
+++ b/libmailutils/mailbox/body.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/mailbox/bodystruct.c 
b/libmailutils/mailbox/bodystruct.c
index 28b9cc1..1e688d7 100644
--- a/libmailutils/mailbox/bodystruct.c
+++ b/libmailutils/mailbox/bodystruct.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/mailbox/copy.c b/libmailutils/mailbox/copy.c
index 2c884c3..5c0fc25 100644
--- a/libmailutils/mailbox/copy.c
+++ b/libmailutils/mailbox/copy.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/mailbox/envelope.c b/libmailutils/mailbox/envelope.c
index 3bd59d0..4693d21 100644
--- a/libmailutils/mailbox/envelope.c
+++ b/libmailutils/mailbox/envelope.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/mailbox/folder.c b/libmailutils/mailbox/folder.c
index 028b9cc..8c8a414 100644
--- a/libmailutils/mailbox/folder.c
+++ b/libmailutils/mailbox/folder.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/mailbox/fsfolder.c b/libmailutils/mailbox/fsfolder.c
index 388b01a..7620bf0 100644
--- a/libmailutils/mailbox/fsfolder.c
+++ b/libmailutils/mailbox/fsfolder.c
@@ -1,5 +1,5 @@
 /* Implementation of file-system folder for GNU Mailutils
-   Copyright (C) 1999-2001, 2003-2008, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/hdrfirst.c b/libmailutils/mailbox/hdrfirst.c
index b802f5d..0f3e83e 100644
--- a/libmailutils/mailbox/hdrfirst.c
+++ b/libmailutils/mailbox/hdrfirst.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/mailbox/hdritr.c b/libmailutils/mailbox/hdritr.c
index d516b72..f97ee0d 100644
--- a/libmailutils/mailbox/hdritr.c
+++ b/libmailutils/mailbox/hdritr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/mailbox/header.c b/libmailutils/mailbox/header.c
index 2745963..a706637 100644
--- a/libmailutils/mailbox/header.c
+++ b/libmailutils/mailbox/header.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2012 Free Software
+   Copyright (C) 1999-2001, 2004-2005, 2007-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/imapenv.c b/libmailutils/mailbox/imapenv.c
index aa8a865..683cf9a 100644
--- a/libmailutils/mailbox/imapenv.c
+++ b/libmailutils/mailbox/imapenv.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/mailbox/mailbox.c b/libmailutils/mailbox/mailbox.c
index 4b52e3c..d498e32 100644
--- a/libmailutils/mailbox/mailbox.c
+++ b/libmailutils/mailbox/mailbox.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -22,6 +23,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>
+#include <unistd.h>
 
 #include <mailutils/debug.h>
 #include <mailutils/errno.h>
@@ -43,11 +45,6 @@
 #include <mailutils/sys/folder.h>
 #include <mailutils/sys/url.h>
 
-/* Mailbox-specific flags */
-#define _MU_MAILBOX_OPEN    0x10000000
-#define _MU_MAILBOX_REMOVED 0x20000000
-#define _MU_MAILBOX_MASK    0xF0000000
-
 static int
 mailbox_folder_create (mu_mailbox_t mbox, const char *name,
                       mu_record_t record)
@@ -93,6 +90,7 @@ _mailbox_create_from_record (mu_mailbox_t *pmbox,
       mbox = calloc (1, sizeof (*mbox));
       if (mbox == NULL)
        return ENOMEM;
+      mbox->notify_fd = -1;
       
       /* Initialize the internal lock now, so the concrete mailbox
         could use it. */
@@ -312,18 +310,13 @@ mu_mailbox_destroy (mu_mailbox_t *pmbox)
          mu_stream_destroy (&mbox->stream);
        }
 
-      if (mbox->url)
-        mu_url_destroy (&mbox->url);
-
-      if (mbox->locker)
-       mu_locker_destroy (&mbox->locker);
-
-      if (mbox->folder)
-       mu_folder_destroy (&mbox->folder);
-
-      if (mbox->property)
-       mu_property_destroy (&mbox->property);
-
+      mu_url_destroy (&mbox->url);
+      mu_locker_destroy (&mbox->locker);
+      mu_folder_destroy (&mbox->folder);
+      mu_property_destroy (&mbox->property);
+      free (mbox->notify_user);
+      free (mbox->notify_sa);
+      
       free (mbox);
       *pmbox = NULL;
       mu_monitor_unlock (monitor);
@@ -372,7 +365,11 @@ mu_mailbox_close (mu_mailbox_t mbox)
 
   rc = mbox->_close (mbox);
   if (rc == 0)
-    mbox->flags &= ~_MU_MAILBOX_OPEN;
+    {
+      if (mbox->notify_fd >= 0)
+       close (mbox->notify_fd);
+      mbox->flags &= ~_MU_MAILBOX_OPEN;
+    }
   return rc;
 }
 
@@ -410,9 +407,6 @@ mu_mailbox_remove (mu_mailbox_t mbox)
 int
 mu_mailbox_flush (mu_mailbox_t mbox, int expunge)
 {
-  size_t i, total = 0;
-  int status = 0;
-  
   if (!mbox)
     return EINVAL;
   if (mbox->flags & _MU_MAILBOX_REMOVED)
@@ -422,23 +416,23 @@ mu_mailbox_flush (mu_mailbox_t mbox, int expunge)
   if (!(mbox->flags & (MU_STREAM_WRITE|MU_STREAM_APPEND)))
     return 0;
 
-  mu_mailbox_messages_count (mbox, &total);
   if (!(mbox->flags & MU_STREAM_APPEND))
-    for (i = 1; i <= total; i++)
-      {
-       mu_message_t msg = NULL;
-       mu_attribute_t attr = NULL;
-       mu_mailbox_get_message (mbox, i, &msg);
-       mu_message_get_attribute (msg, &attr);
-       mu_attribute_set_seen (attr);
-      }
-
-  if (expunge)
-    status = mu_mailbox_expunge (mbox);
-  else
-    status = mu_mailbox_sync (mbox);
-
-  return status;
+    {
+      size_t i, total = 0;
+  
+      mu_mailbox_messages_count (mbox, &total);
+      for (i = 1; i <= total; i++)
+       {
+         mu_message_t msg = NULL;
+         mu_attribute_t attr = NULL;
+         mu_mailbox_get_message (mbox, i, &msg);
+         mu_message_get_attribute (msg, &attr);
+         mu_attribute_set_seen (attr);
+       }
+      if (expunge)
+       return mu_mailbox_expunge (mbox);
+    }
+  return mu_mailbox_sync (mbox);
 }
 
 #define _MBOX_CHECK_FLAGS(mbox)                        \
diff --git a/libmailutils/mailbox/mbx_default.c 
b/libmailutils/mailbox/mbx_default.c
index 41356a5..0627b29 100644
--- a/libmailutils/mailbox/mbx_default.c
+++ b/libmailutils/mailbox/mbx_default.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2003-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/mailbox/mbxitr.c b/libmailutils/mailbox/mbxitr.c
index 0ea8856..59a4aa4 100644
--- a/libmailutils/mailbox/mbxitr.c
+++ b/libmailutils/mailbox/mbxitr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/mailbox/msgattr.c b/libmailutils/mailbox/msgattr.c
index fb3fc71..b9ede75 100644
--- a/libmailutils/mailbox/msgattr.c
+++ b/libmailutils/mailbox/msgattr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgbody.c b/libmailutils/mailbox/msgbody.c
index 04a2381..4253704 100644
--- a/libmailutils/mailbox/msgbody.c
+++ b/libmailutils/mailbox/msgbody.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgcpy.c b/libmailutils/mailbox/msgcpy.c
index d02f497..2e34415 100644
--- a/libmailutils/mailbox/msgcpy.c
+++ b/libmailutils/mailbox/msgcpy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgcreat.c b/libmailutils/mailbox/msgcreat.c
index 5f93585..f92e47f 100644
--- a/libmailutils/mailbox/msgcreat.c
+++ b/libmailutils/mailbox/msgcreat.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgenv.c b/libmailutils/mailbox/msgenv.c
index 1dd420d..54c1c4f 100644
--- a/libmailutils/mailbox/msgenv.c
+++ b/libmailutils/mailbox/msgenv.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgheader.c b/libmailutils/mailbox/msgheader.c
index 10872b0..f634d5b 100644
--- a/libmailutils/mailbox/msgheader.c
+++ b/libmailutils/mailbox/msgheader.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msglines.c b/libmailutils/mailbox/msglines.c
index 2224716..05ab27b 100644
--- a/libmailutils/mailbox/msglines.c
+++ b/libmailutils/mailbox/msglines.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgmbx.c b/libmailutils/mailbox/msgmbx.c
index 589a538..531d3ff 100644
--- a/libmailutils/mailbox/msgmbx.c
+++ b/libmailutils/mailbox/msgmbx.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgmod.c b/libmailutils/mailbox/msgmod.c
index 4e3c5e6..fc3c2ca 100644
--- a/libmailutils/mailbox/msgmod.c
+++ b/libmailutils/mailbox/msgmod.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgmulti.c b/libmailutils/mailbox/msgmulti.c
index a7b36e2..f83fe06 100644
--- a/libmailutils/mailbox/msgmulti.c
+++ b/libmailutils/mailbox/msgmulti.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgnumparts.c 
b/libmailutils/mailbox/msgnumparts.c
index c936fde..96a9c81 100644
--- a/libmailutils/mailbox/msgnumparts.c
+++ b/libmailutils/mailbox/msgnumparts.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgobs.c b/libmailutils/mailbox/msgobs.c
index 004ae85..e14249d 100644
--- a/libmailutils/mailbox/msgobs.c
+++ b/libmailutils/mailbox/msgobs.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgpart.c b/libmailutils/mailbox/msgpart.c
index 612d302..61850f7 100644
--- a/libmailutils/mailbox/msgpart.c
+++ b/libmailutils/mailbox/msgpart.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgqid.c b/libmailutils/mailbox/msgqid.c
index 52438d0..264562a 100644
--- a/libmailutils/mailbox/msgqid.c
+++ b/libmailutils/mailbox/msgqid.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgqlines.c b/libmailutils/mailbox/msgqlines.c
index 9c2a483..22711ac 100644
--- a/libmailutils/mailbox/msgqlines.c
+++ b/libmailutils/mailbox/msgqlines.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgref.c b/libmailutils/mailbox/msgref.c
index e74dfb9..7ca16c2 100644
--- a/libmailutils/mailbox/msgref.c
+++ b/libmailutils/mailbox/msgref.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgsave.c b/libmailutils/mailbox/msgsave.c
index 252e895..50e3661 100644
--- a/libmailutils/mailbox/msgsave.c
+++ b/libmailutils/mailbox/msgsave.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgscan.c b/libmailutils/mailbox/msgscan.c
index fa31507..573b825 100644
--- a/libmailutils/mailbox/msgscan.c
+++ b/libmailutils/mailbox/msgscan.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/mailbox/msgsize.c b/libmailutils/mailbox/msgsize.c
index 5ceca00..f76bdd9 100644
--- a/libmailutils/mailbox/msgsize.c
+++ b/libmailutils/mailbox/msgsize.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msgstream.c b/libmailutils/mailbox/msgstream.c
index 2a498d6..362670d 100644
--- a/libmailutils/mailbox/msgstream.c
+++ b/libmailutils/mailbox/msgstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msguid.c b/libmailutils/mailbox/msguid.c
index 27fd04e..ed21d04 100644
--- a/libmailutils/mailbox/msguid.c
+++ b/libmailutils/mailbox/msguid.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailbox/msguidl.c b/libmailutils/mailbox/msguidl.c
index 52f7696..2209aa2 100644
--- a/libmailutils/mailbox/msguidl.c
+++ b/libmailutils/mailbox/msguidl.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailer/Makefile.am b/libmailutils/mailer/Makefile.am
index 279a0b4..3eef716 100644
--- a/libmailutils/mailer/Makefile.am
+++ b/libmailutils/mailer/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/mailer/mailer.c b/libmailutils/mailer/mailer.c
index 3558630..8048dce 100644
--- a/libmailutils/mailer/mailer.c
+++ b/libmailutils/mailer/mailer.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/mailer/progmailer.c b/libmailutils/mailer/progmailer.c
index db3caa6..2857b45 100644
--- a/libmailutils/mailer/progmailer.c
+++ b/libmailutils/mailer/progmailer.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/mime/Makefile.am b/libmailutils/mime/Makefile.am
index df4a51b..0da2910 100644
--- a/libmailutils/mime/Makefile.am
+++ b/libmailutils/mime/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/mime/attachment.c b/libmailutils/mime/attachment.c
index b55e93d..d1dae15 100644
--- a/libmailutils/mime/attachment.c
+++ b/libmailutils/mime/attachment.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/mime/mime.c b/libmailutils/mime/mime.c
index 5e16c84..fb43f55 100644
--- a/libmailutils/mime/mime.c
+++ b/libmailutils/mime/mime.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2004, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003-2004, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/mime/mimehdr.c b/libmailutils/mime/mimehdr.c
index e90be72..a214e45 100644
--- a/libmailutils/mime/mimehdr.c
+++ b/libmailutils/mime/mimehdr.c
@@ -1,7 +1,7 @@
 /* Operations on RFC-2231-compliant mail headers fields.
    GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/msgset/Makefile.am b/libmailutils/msgset/Makefile.am
index dbf14d2..bbee47b 100644
--- a/libmailutils/msgset/Makefile.am
+++ b/libmailutils/msgset/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/msgset/add.c b/libmailutils/msgset/add.c
index 2377a69..dfebfdf 100644
--- a/libmailutils/msgset/add.c
+++ b/libmailutils/msgset/add.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/addset.c b/libmailutils/msgset/addset.c
index d175e45..ad5414e 100644
--- a/libmailutils/msgset/addset.c
+++ b/libmailutils/msgset/addset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/aggr.c b/libmailutils/msgset/aggr.c
index ac04af9..7fc8642 100644
--- a/libmailutils/msgset/aggr.c
+++ b/libmailutils/msgset/aggr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/clear.c b/libmailutils/msgset/clear.c
index 5554e76..0531c41 100644
--- a/libmailutils/msgset/clear.c
+++ b/libmailutils/msgset/clear.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/count.c b/libmailutils/msgset/count.c
index c65a7b0..df33f4c 100644
--- a/libmailutils/msgset/count.c
+++ b/libmailutils/msgset/count.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/create.c b/libmailutils/msgset/create.c
index b8a1631..28fbb11 100644
--- a/libmailutils/msgset/create.c
+++ b/libmailutils/msgset/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/foreachmsg.c b/libmailutils/msgset/foreachmsg.c
index ba58b54..b63276e 100644
--- a/libmailutils/msgset/foreachmsg.c
+++ b/libmailutils/msgset/foreachmsg.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/foreachmsgno.c 
b/libmailutils/msgset/foreachmsgno.c
index 91c3d3a..f673ff5 100644
--- a/libmailutils/msgset/foreachmsgno.c
+++ b/libmailutils/msgset/foreachmsgno.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/foreachnum.c b/libmailutils/msgset/foreachnum.c
index 8154340..715868b 100644
--- a/libmailutils/msgset/foreachnum.c
+++ b/libmailutils/msgset/foreachnum.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/foreachuid.c b/libmailutils/msgset/foreachuid.c
index a19b75e..6a59987 100644
--- a/libmailutils/msgset/foreachuid.c
+++ b/libmailutils/msgset/foreachuid.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/free.c b/libmailutils/msgset/free.c
index 6870f28..6acbbf5 100644
--- a/libmailutils/msgset/free.c
+++ b/libmailutils/msgset/free.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/getitr.c b/libmailutils/msgset/getitr.c
index ba18c6f..3810102 100644
--- a/libmailutils/msgset/getitr.c
+++ b/libmailutils/msgset/getitr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/getlist.c b/libmailutils/msgset/getlist.c
index dc23172..373dbda 100644
--- a/libmailutils/msgset/getlist.c
+++ b/libmailutils/msgset/getlist.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/getmbox.c b/libmailutils/msgset/getmbox.c
index 6595609..8bdc657 100644
--- a/libmailutils/msgset/getmbox.c
+++ b/libmailutils/msgset/getmbox.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/isempty.c b/libmailutils/msgset/isempty.c
index e57ba3c..4dc750b 100644
--- a/libmailutils/msgset/isempty.c
+++ b/libmailutils/msgset/isempty.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/locate.c b/libmailutils/msgset/locate.c
index 69f5631..53a8a94 100644
--- a/libmailutils/msgset/locate.c
+++ b/libmailutils/msgset/locate.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/negate.c b/libmailutils/msgset/negate.c
index ad5df7b..3d439d9 100644
--- a/libmailutils/msgset/negate.c
+++ b/libmailutils/msgset/negate.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/parse.c b/libmailutils/msgset/parse.c
index cbbb312..8f7ce5e 100644
--- a/libmailutils/msgset/parse.c
+++ b/libmailutils/msgset/parse.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/print.c b/libmailutils/msgset/print.c
index 3fdc6a0..faafc37 100644
--- a/libmailutils/msgset/print.c
+++ b/libmailutils/msgset/print.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/sub.c b/libmailutils/msgset/sub.c
index 2047e72..d4d5e33 100644
--- a/libmailutils/msgset/sub.c
+++ b/libmailutils/msgset/sub.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/subset.c b/libmailutils/msgset/subset.c
index 7625149..603ed2c 100644
--- a/libmailutils/msgset/subset.c
+++ b/libmailutils/msgset/subset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/msgset/trans.c b/libmailutils/msgset/trans.c
index 9629074..cc22ef1 100644
--- a/libmailutils/msgset/trans.c
+++ b/libmailutils/msgset/trans.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/property/Makefile.am 
b/libmailutils/property/Makefile.am
index 8cb0660..20a8a8b 100644
--- a/libmailutils/property/Makefile.am
+++ b/libmailutils/property/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/property/assocprop.c 
b/libmailutils/property/assocprop.c
index d441e89..86e271c 100644
--- a/libmailutils/property/assocprop.c
+++ b/libmailutils/property/assocprop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/property/create.c b/libmailutils/property/create.c
index 9324430..d054372 100644
--- a/libmailutils/property/create.c
+++ b/libmailutils/property/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/property/mhprop.c b/libmailutils/property/mhprop.c
index b3f0ecc..c4e58ff 100644
--- a/libmailutils/property/mhprop.c
+++ b/libmailutils/property/mhprop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/property/propclr.c b/libmailutils/property/propclr.c
index da06236..87b7c21 100644
--- a/libmailutils/property/propclr.c
+++ b/libmailutils/property/propclr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/property/propget.c b/libmailutils/property/propget.c
index d7924e0..495f6b2 100644
--- a/libmailutils/property/propget.c
+++ b/libmailutils/property/propget.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/property/propinv.c b/libmailutils/property/propinv.c
index f1e9bd7..23f29ba 100644
--- a/libmailutils/property/propinv.c
+++ b/libmailutils/property/propinv.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/property/propitr.c b/libmailutils/property/propitr.c
index 1ae5f4b..fc2a81c 100644
--- a/libmailutils/property/propitr.c
+++ b/libmailutils/property/propitr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/property/propset.c b/libmailutils/property/propset.c
index b65bb63..ef44aee 100644
--- a/libmailutils/property/propset.c
+++ b/libmailutils/property/propset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/server/Makefile.am b/libmailutils/server/Makefile.am
index 4c35b2a..1430fde 100644
--- a/libmailutils/server/Makefile.am
+++ b/libmailutils/server/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/server/acl.c b/libmailutils/server/acl.c
index e714a6e..b98185f 100644
--- a/libmailutils/server/acl.c
+++ b/libmailutils/server/acl.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/server/ipsrv.c b/libmailutils/server/ipsrv.c
index fdd06d1..bd0b6b6 100644
--- a/libmailutils/server/ipsrv.c
+++ b/libmailutils/server/ipsrv.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/server/msrv.c b/libmailutils/server/msrv.c
index 6f848f9..fd27965 100644
--- a/libmailutils/server/msrv.c
+++ b/libmailutils/server/msrv.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -917,7 +917,7 @@ static struct mu_cfg_param dot_server_cfg_param[] = {
 static struct mu_cfg_param server_cfg_param[] = {
   { "single-process", mu_cfg_bool, 
     NULL, mu_offsetof (struct mu_srv_config, single_process), NULL,
-    N_("Run this server in foreground.") },
+    N_("Do not spawn sub-process to handle requests in this server.") },
   { "transcript", mu_cfg_bool,
     NULL, mu_offsetof (struct mu_srv_config, transcript), NULL,
     N_("Log the session transcript.") },
diff --git a/libmailutils/server/server.c b/libmailutils/server/server.c
index b1a3ab2..d66887f 100644
--- a/libmailutils/server/server.c
+++ b/libmailutils/server/server.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmailutils/sockaddr/Makefile.am 
b/libmailutils/sockaddr/Makefile.am
index 8265d5f..2396406 100644
--- a/libmailutils/sockaddr/Makefile.am
+++ b/libmailutils/sockaddr/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/sockaddr/copy.c b/libmailutils/sockaddr/copy.c
index 87325cf..199da23 100644
--- a/libmailutils/sockaddr/copy.c
+++ b/libmailutils/sockaddr/copy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/create.c b/libmailutils/sockaddr/create.c
index 51176da..990d22c 100644
--- a/libmailutils/sockaddr/create.c
+++ b/libmailutils/sockaddr/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/free.c b/libmailutils/sockaddr/free.c
index e3ff5ac..03b3cdb 100644
--- a/libmailutils/sockaddr/free.c
+++ b/libmailutils/sockaddr/free.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/fromnode.c b/libmailutils/sockaddr/fromnode.c
index 406a0c5..c12d242 100644
--- a/libmailutils/sockaddr/fromnode.c
+++ b/libmailutils/sockaddr/fromnode.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/insert.c b/libmailutils/sockaddr/insert.c
index 99f1587..79678c4 100644
--- a/libmailutils/sockaddr/insert.c
+++ b/libmailutils/sockaddr/insert.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/ipaddr.c b/libmailutils/sockaddr/ipaddr.c
index f6e6e1b..ed249c1 100644
--- a/libmailutils/sockaddr/ipaddr.c
+++ b/libmailutils/sockaddr/ipaddr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/str.c b/libmailutils/sockaddr/str.c
index d51f525..0ebe2c3 100644
--- a/libmailutils/sockaddr/str.c
+++ b/libmailutils/sockaddr/str.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/unlink.c b/libmailutils/sockaddr/unlink.c
index 3ee97ac..0eab161 100644
--- a/libmailutils/sockaddr/unlink.c
+++ b/libmailutils/sockaddr/unlink.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/sockaddr/url.c b/libmailutils/sockaddr/url.c
index 5c79466..08e37df 100644
--- a/libmailutils/sockaddr/url.c
+++ b/libmailutils/sockaddr/url.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/stdstream/Makefile.am 
b/libmailutils/stdstream/Makefile.am
index 2c4d894..dd15720 100644
--- a/libmailutils/stdstream/Makefile.am
+++ b/libmailutils/stdstream/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/stdstream/basestr.c b/libmailutils/stdstream/basestr.c
index f6e0a78..e7db5a6 100644
--- a/libmailutils/stdstream/basestr.c
+++ b/libmailutils/stdstream/basestr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stdstream/dbgstream.c 
b/libmailutils/stdstream/dbgstream.c
index ff0c756..458b9e9 100644
--- a/libmailutils/stdstream/dbgstream.c
+++ b/libmailutils/stdstream/dbgstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stdstream/strerr.c b/libmailutils/stdstream/strerr.c
index 0540107..37e38be 100644
--- a/libmailutils/stdstream/strerr.c
+++ b/libmailutils/stdstream/strerr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/Makefile.am b/libmailutils/stream/Makefile.am
index 4f50b86..315081c 100644
--- a/libmailutils/stream/Makefile.am
+++ b/libmailutils/stream/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/stream/file_stream.c 
b/libmailutils/stream/file_stream.c
index 551d674..85e5584 100644
--- a/libmailutils/stream/file_stream.c
+++ b/libmailutils/stream/file_stream.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
@@ -86,6 +87,9 @@ fd_open (struct _mu_stream *str)
   /* Map the flags to the system equivalent.  */
   if ((fstr->stream.flags & MU_STREAM_RDWR) == MU_STREAM_RDWR)
     oflg = O_RDWR;
+  else if ((fstr->stream.flags & (MU_STREAM_READ|MU_STREAM_APPEND)) ==
+          (MU_STREAM_READ|MU_STREAM_APPEND))
+    oflg = O_RDWR;
   else if (fstr->stream.flags & (MU_STREAM_WRITE|MU_STREAM_APPEND))
     oflg = O_WRONLY;
   else /* default */
diff --git a/libmailutils/stream/fltstream.c b/libmailutils/stream/fltstream.c
index 36e9c5e..3fb050f 100644
--- a/libmailutils/stream/fltstream.c
+++ b/libmailutils/stream/fltstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/iostream.c b/libmailutils/stream/iostream.c
index 4eb0a80..cc3dbed 100644
--- a/libmailutils/stream/iostream.c
+++ b/libmailutils/stream/iostream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/logstream.c b/libmailutils/stream/logstream.c
index d7d8d91..28a825a 100644
--- a/libmailutils/stream/logstream.c
+++ b/libmailutils/stream/logstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/mapfile_stream.c 
b/libmailutils/stream/mapfile_stream.c
index 747dfe4..451a121 100644
--- a/libmailutils/stream/mapfile_stream.c
+++ b/libmailutils/stream/mapfile_stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
diff --git a/libmailutils/stream/memory_stream.c 
b/libmailutils/stream/memory_stream.c
index 1fa2e09..42c451d 100644
--- a/libmailutils/stream/memory_stream.c
+++ b/libmailutils/stream/memory_stream.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/message_stream.c 
b/libmailutils/stream/message_stream.c
index b48c4c0..aa9677f 100644
--- a/libmailutils/stream/message_stream.c
+++ b/libmailutils/stream/message_stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/libmailutils/stream/nullstream.c b/libmailutils/stream/nullstream.c
index 6aa4623..d8b7c03 100644
--- a/libmailutils/stream/nullstream.c
+++ b/libmailutils/stream/nullstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/prog_stream.c 
b/libmailutils/stream/prog_stream.c
index c4311bb..67586a1 100644
--- a/libmailutils/stream/prog_stream.c
+++ b/libmailutils/stream/prog_stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/rdcache_stream.c 
b/libmailutils/stream/rdcache_stream.c
index 68d5f72..d97dfa0 100644
--- a/libmailutils/stream/rdcache_stream.c
+++ b/libmailutils/stream/rdcache_stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/socket_stream.c 
b/libmailutils/stream/socket_stream.c
index 7ae8d1f..fa99c48 100644
--- a/libmailutils/stream/socket_stream.c
+++ b/libmailutils/stream/socket_stream.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/libmailutils/stream/stdio_stream.c 
b/libmailutils/stream/stdio_stream.c
index 7888dc9..9561146 100644
--- a/libmailutils/stream/stdio_stream.c
+++ b/libmailutils/stream/stdio_stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/stream.c b/libmailutils/stream/stream.c
index 0f0e4a7..0136e9d 100644
--- a/libmailutils/stream/stream.c
+++ b/libmailutils/stream/stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/stream/stream_printf.c 
b/libmailutils/stream/stream_printf.c
index 3599e78..30457a1 100644
--- a/libmailutils/stream/stream_printf.c
+++ b/libmailutils/stream/stream_printf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/stream_vprintf.c 
b/libmailutils/stream/stream_vprintf.c
index 9966962..1f78f32 100644
--- a/libmailutils/stream/stream_vprintf.c
+++ b/libmailutils/stream/stream_vprintf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/streamcpy.c b/libmailutils/stream/streamcpy.c
index 306981c..bae957b 100644
--- a/libmailutils/stream/streamcpy.c
+++ b/libmailutils/stream/streamcpy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/streamref.c b/libmailutils/stream/streamref.c
index c056bd5..7dbc3e6 100644
--- a/libmailutils/stream/streamref.c
+++ b/libmailutils/stream/streamref.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/syslogstream.c 
b/libmailutils/stream/syslogstream.c
index 8bd14b6..a21d687 100644
--- a/libmailutils/stream/syslogstream.c
+++ b/libmailutils/stream/syslogstream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/tcp.c b/libmailutils/stream/tcp.c
index 05d331e..9a1deaf 100644
--- a/libmailutils/stream/tcp.c
+++ b/libmailutils/stream/tcp.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2004, 2006-2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2004, 2006-2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmailutils/stream/temp_file_stream.c 
b/libmailutils/stream/temp_file_stream.c
index bb95c85..40d5656 100644
--- a/libmailutils/stream/temp_file_stream.c
+++ b/libmailutils/stream/temp_file_stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/stream/xscript-stream.c 
b/libmailutils/stream/xscript-stream.c
index 9eb19ef..ccb7f33 100644
--- a/libmailutils/stream/xscript-stream.c
+++ b/libmailutils/stream/xscript-stream.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmailutils/string/Makefile.am b/libmailutils/string/Makefile.am
index ae9a259..29291eb 100644
--- a/libmailutils/string/Makefile.am
+++ b/libmailutils/string/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/string/asnprintf.c b/libmailutils/string/asnprintf.c
index b263d90..1f77a3a 100644
--- a/libmailutils/string/asnprintf.c
+++ b/libmailutils/string/asnprintf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/asprintf.c b/libmailutils/string/asprintf.c
index 0b600fd..c8041fa 100644
--- a/libmailutils/string/asprintf.c
+++ b/libmailutils/string/asprintf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/cpystr.c b/libmailutils/string/cpystr.c
index 9c3674d..56ea6cd 100644
--- a/libmailutils/string/cpystr.c
+++ b/libmailutils/string/cpystr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/string/cstrcasecmp.c 
b/libmailutils/string/cstrcasecmp.c
index 5ed5725..c28cfc8 100644
--- a/libmailutils/string/cstrcasecmp.c
+++ b/libmailutils/string/cstrcasecmp.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/cstrcasestr.c 
b/libmailutils/string/cstrcasestr.c
index acce5f8..47f882a 100644
--- a/libmailutils/string/cstrcasestr.c
+++ b/libmailutils/string/cstrcasestr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/string/cstrlower.c b/libmailutils/string/cstrlower.c
index ed35f1c..7336c05 100644
--- a/libmailutils/string/cstrlower.c
+++ b/libmailutils/string/cstrlower.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/cstrupper.c b/libmailutils/string/cstrupper.c
index 95b7772..0afbf2a 100644
--- a/libmailutils/string/cstrupper.c
+++ b/libmailutils/string/cstrupper.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/hexstr.c b/libmailutils/string/hexstr.c
index 5a344f9..63deb3c 100644
--- a/libmailutils/string/hexstr.c
+++ b/libmailutils/string/hexstr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/string/mkfilename.c b/libmailutils/string/mkfilename.c
index a68f45c..f982a19 100644
--- a/libmailutils/string/mkfilename.c
+++ b/libmailutils/string/mkfilename.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/muctype.c b/libmailutils/string/muctype.c
index 7d67c07..348f0fa 100644
--- a/libmailutils/string/muctype.c
+++ b/libmailutils/string/muctype.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/stpcpy.c b/libmailutils/string/stpcpy.c
index ebfdc51..d348b0d 100644
--- a/libmailutils/string/stpcpy.c
+++ b/libmailutils/string/stpcpy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/stripws.c b/libmailutils/string/stripws.c
index c30b061..375ec7c 100644
--- a/libmailutils/string/stripws.c
+++ b/libmailutils/string/stripws.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/strlst.c b/libmailutils/string/strlst.c
index 8c92ff2..ef1b824 100644
--- a/libmailutils/string/strlst.c
+++ b/libmailutils/string/strlst.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/string/strltrim.c b/libmailutils/string/strltrim.c
index 2af8d3c..8eb40d2 100644
--- a/libmailutils/string/strltrim.c
+++ b/libmailutils/string/strltrim.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/strrtrim.c b/libmailutils/string/strrtrim.c
index 3cf9723..e84ed51 100644
--- a/libmailutils/string/strrtrim.c
+++ b/libmailutils/string/strrtrim.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/strskip.c b/libmailutils/string/strskip.c
index 9e632e7..50d510f 100644
--- a/libmailutils/string/strskip.c
+++ b/libmailutils/string/strskip.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/trueans.c b/libmailutils/string/trueans.c
index a573d77..c023578 100644
--- a/libmailutils/string/trueans.c
+++ b/libmailutils/string/trueans.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/string/unfold.c b/libmailutils/string/unfold.c
index 542fb48..78ac079 100644
--- a/libmailutils/string/unfold.c
+++ b/libmailutils/string/unfold.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/vasnprintf.c b/libmailutils/string/vasnprintf.c
index 98d500d..c214600 100644
--- a/libmailutils/string/vasnprintf.c
+++ b/libmailutils/string/vasnprintf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/string/xdecode.c b/libmailutils/string/xdecode.c
index dd3a68b..a6b324b 100644
--- a/libmailutils/string/xdecode.c
+++ b/libmailutils/string/xdecode.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmailutils/tests/Makefile.am b/libmailutils/tests/Makefile.am
index 65574bf..2338484 100644
--- a/libmailutils/tests/Makefile.am
+++ b/libmailutils/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/addr.c b/libmailutils/tests/addr.c
index a941f6b..9852c75 100644
--- a/libmailutils/tests/addr.c
+++ b/libmailutils/tests/addr.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/address.at b/libmailutils/tests/address.at
index 908826e..c970872 100644
--- a/libmailutils/tests/address.at
+++ b/libmailutils/tests/address.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/atlocal.in b/libmailutils/tests/atlocal.in
index edb0418..8434476 100644
--- a/libmailutils/tests/atlocal.in
+++ b/libmailutils/tests/atlocal.in
@@ -1,5 +1,5 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/libmailutils/tests:$top_srcdir:$srcdir:$PATH
diff --git a/libmailutils/tests/base64d.at b/libmailutils/tests/base64d.at
index 4c1a139..d7d921a 100644
--- a/libmailutils/tests/base64d.at
+++ b/libmailutils/tests/base64d.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/base64e.at b/libmailutils/tests/base64e.at
index 3d265fc..040f7e6 100644
--- a/libmailutils/tests/base64e.at
+++ b/libmailutils/tests/base64e.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/cidr.c b/libmailutils/tests/cidr.c
index a16106b..f5889e7 100644
--- a/libmailutils/tests/cidr.c
+++ b/libmailutils/tests/cidr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/tests/debugspec.at b/libmailutils/tests/debugspec.at
index 217e41c..d085e67 100644
--- a/libmailutils/tests/debugspec.at
+++ b/libmailutils/tests/debugspec.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/debugspec.c b/libmailutils/tests/debugspec.c
index 113652b..01d9574 100644
--- a/libmailutils/tests/debugspec.c
+++ b/libmailutils/tests/debugspec.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/libmailutils/tests/decode2047.at b/libmailutils/tests/decode2047.at
index cdb0291..48607e6 100644
--- a/libmailutils/tests/decode2047.at
+++ b/libmailutils/tests/decode2047.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/decode2047.c b/libmailutils/tests/decode2047.c
index 8e739c6..a785ddb 100644
--- a/libmailutils/tests/decode2047.c
+++ b/libmailutils/tests/decode2047.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/libmailutils/tests/encode2047.at b/libmailutils/tests/encode2047.at
index 5ba2485..bfc0019 100644
--- a/libmailutils/tests/encode2047.at
+++ b/libmailutils/tests/encode2047.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/encode2047.c b/libmailutils/tests/encode2047.c
index 09635c6..4e55217 100644
--- a/libmailutils/tests/encode2047.c
+++ b/libmailutils/tests/encode2047.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005-2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/libmailutils/tests/fltst.c b/libmailutils/tests/fltst.c
index ac80db6..ad9723f 100644
--- a/libmailutils/tests/fltst.c
+++ b/libmailutils/tests/fltst.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/libmailutils/tests/fromflt.at b/libmailutils/tests/fromflt.at
index 3206920..9267bfd 100644
--- a/libmailutils/tests/fromflt.at
+++ b/libmailutils/tests/fromflt.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/fsaf.at b/libmailutils/tests/fsaf.at
index 5546dbe..faf9af9 100644
--- a/libmailutils/tests/fsaf.at
+++ b/libmailutils/tests/fsaf.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/fsaf.c b/libmailutils/tests/fsaf.c
index a3793db..479b92e 100644
--- a/libmailutils/tests/fsaf.c
+++ b/libmailutils/tests/fsaf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/fsaftomod.at b/libmailutils/tests/fsaftomod.at
index 8323acc..6d72104 100644
--- a/libmailutils/tests/fsaftomod.at
+++ b/libmailutils/tests/fsaftomod.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/fsaftomod.c b/libmailutils/tests/fsaftomod.c
index 9b95cea..f685e22 100644
--- a/libmailutils/tests/fsaftomod.c
+++ b/libmailutils/tests/fsaftomod.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/fsfolder.c b/libmailutils/tests/fsfolder.c
index a31b9cc..c373777 100644
--- a/libmailutils/tests/fsfolder.c
+++ b/libmailutils/tests/fsfolder.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/fsfolder00.at b/libmailutils/tests/fsfolder00.at
index b3a6f02..96e1116 100644
--- a/libmailutils/tests/fsfolder00.at
+++ b/libmailutils/tests/fsfolder00.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/fsfolder01.at b/libmailutils/tests/fsfolder01.at
index 13b7432..2c0e3b3 100644
--- a/libmailutils/tests/fsfolder01.at
+++ b/libmailutils/tests/fsfolder01.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/fsfolder02.at b/libmailutils/tests/fsfolder02.at
index 229455c..2b7b900 100644
--- a/libmailutils/tests/fsfolder02.at
+++ b/libmailutils/tests/fsfolder02.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/hdrflt.at b/libmailutils/tests/hdrflt.at
index 44ab426..f1eb825 100644
--- a/libmailutils/tests/hdrflt.at
+++ b/libmailutils/tests/hdrflt.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/imapio.at b/libmailutils/tests/imapio.at
index eb180dc..ccb0744 100644
--- a/libmailutils/tests/imapio.at
+++ b/libmailutils/tests/imapio.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/imapio.c b/libmailutils/tests/imapio.c
index 52a88e3..fbb0296 100644
--- a/libmailutils/tests/imapio.c
+++ b/libmailutils/tests/imapio.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/inline-comment.at 
b/libmailutils/tests/inline-comment.at
index 3fc00e0..862e9aa 100644
--- a/libmailutils/tests/inline-comment.at
+++ b/libmailutils/tests/inline-comment.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/linecon.at b/libmailutils/tests/linecon.at
index 38bdd97..af416b6 100644
--- a/libmailutils/tests/linecon.at
+++ b/libmailutils/tests/linecon.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/list.at b/libmailutils/tests/list.at
index 9ef1986..a60757a 100644
--- a/libmailutils/tests/list.at
+++ b/libmailutils/tests/list.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/listop.c b/libmailutils/tests/listop.c
index db7302b..3f192bd 100644
--- a/libmailutils/tests/listop.c
+++ b/libmailutils/tests/listop.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/mailcap.at b/libmailutils/tests/mailcap.at
index 078240a..7c10bb8 100644
--- a/libmailutils/tests/mailcap.at
+++ b/libmailutils/tests/mailcap.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/mailcap.c b/libmailutils/tests/mailcap.c
index 005913e..89756a9 100644
--- a/libmailutils/tests/mailcap.c
+++ b/libmailutils/tests/mailcap.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/libmailutils/tests/mimehdr.at b/libmailutils/tests/mimehdr.at
index 64413d4..2e6f79d 100644
--- a/libmailutils/tests/mimehdr.at
+++ b/libmailutils/tests/mimehdr.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/mimehdr.c b/libmailutils/tests/mimehdr.c
index 1ca91b4..b4aa3de 100644
--- a/libmailutils/tests/mimehdr.c
+++ b/libmailutils/tests/mimehdr.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/libmailutils/tests/modmesg.c b/libmailutils/tests/modmesg.c
index 39c3668..3888b2b 100644
--- a/libmailutils/tests/modmesg.c
+++ b/libmailutils/tests/modmesg.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/modmesg00.at b/libmailutils/tests/modmesg00.at
index 88fb073..35b224c 100644
--- a/libmailutils/tests/modmesg00.at
+++ b/libmailutils/tests/modmesg00.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/modmesg01.at b/libmailutils/tests/modmesg01.at
index 2fd8808..af52992 100644
--- a/libmailutils/tests/modmesg01.at
+++ b/libmailutils/tests/modmesg01.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/modmesg02.at b/libmailutils/tests/modmesg02.at
index 6df06d7..cac3c55 100644
--- a/libmailutils/tests/modmesg02.at
+++ b/libmailutils/tests/modmesg02.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/modmesg03.at b/libmailutils/tests/modmesg03.at
index ad0ba83..1a7f8b9 100644
--- a/libmailutils/tests/modmesg03.at
+++ b/libmailutils/tests/modmesg03.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/modtofsaf.at b/libmailutils/tests/modtofsaf.at
index e66d08c..c2117b8 100644
--- a/libmailutils/tests/modtofsaf.at
+++ b/libmailutils/tests/modtofsaf.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/modtofsaf.c b/libmailutils/tests/modtofsaf.c
index 9e56204..81da4d7 100644
--- a/libmailutils/tests/modtofsaf.c
+++ b/libmailutils/tests/modtofsaf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/msgset.at b/libmailutils/tests/msgset.at
index 3b13e53..2367e47 100644
--- a/libmailutils/tests/msgset.at
+++ b/libmailutils/tests/msgset.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/msgset.c b/libmailutils/tests/msgset.c
index 287d3cf..e5ae8fa 100644
--- a/libmailutils/tests/msgset.c
+++ b/libmailutils/tests/msgset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/prop.at b/libmailutils/tests/prop.at
index 2109504..04ecb38 100644
--- a/libmailutils/tests/prop.at
+++ b/libmailutils/tests/prop.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/prop.c b/libmailutils/tests/prop.c
index 221afb6..663eb32 100644
--- a/libmailutils/tests/prop.c
+++ b/libmailutils/tests/prop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/scantime.at b/libmailutils/tests/scantime.at
index cb22165..3506348 100644
--- a/libmailutils/tests/scantime.at
+++ b/libmailutils/tests/scantime.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/scantime.c b/libmailutils/tests/scantime.c
index b9398ce..f28f33c 100644
--- a/libmailutils/tests/scantime.c
+++ b/libmailutils/tests/scantime.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/strerr.at b/libmailutils/tests/strerr.at
index a9dc5dc..5ae23b3 100644
--- a/libmailutils/tests/strerr.at
+++ b/libmailutils/tests/strerr.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/strftime.at b/libmailutils/tests/strftime.at
index 30e9c65..b75aa90 100644
--- a/libmailutils/tests/strftime.at
+++ b/libmailutils/tests/strftime.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/strftime.c b/libmailutils/tests/strftime.c
index 021a533..65ef433 100644
--- a/libmailutils/tests/strftime.c
+++ b/libmailutils/tests/strftime.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/strin.at b/libmailutils/tests/strin.at
index fb5206b..e527a49 100644
--- a/libmailutils/tests/strin.at
+++ b/libmailutils/tests/strin.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/strin.c b/libmailutils/tests/strin.c
index 1b47e5e..c8f37fa 100644
--- a/libmailutils/tests/strin.c
+++ b/libmailutils/tests/strin.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/strout.at b/libmailutils/tests/strout.at
index b824afb..d731a07 100644
--- a/libmailutils/tests/strout.at
+++ b/libmailutils/tests/strout.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/strout.c b/libmailutils/tests/strout.c
index b2866cf..55e2e3b 100644
--- a/libmailutils/tests/strout.c
+++ b/libmailutils/tests/strout.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/tempfile.c b/libmailutils/tests/tempfile.c
index 3e6288a..be5551f 100644
--- a/libmailutils/tests/tempfile.c
+++ b/libmailutils/tests/tempfile.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/libmailutils/tests/testsuite.at b/libmailutils/tests/testsuite.at
index 2b4cf51..3351a1d 100644
--- a/libmailutils/tests/testsuite.at
+++ b/libmailutils/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/url-comp.at b/libmailutils/tests/url-comp.at
index 3ec5c94..781ff30 100644
--- a/libmailutils/tests/url-comp.at
+++ b/libmailutils/tests/url-comp.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/url-comp.c b/libmailutils/tests/url-comp.c
index 070cad0..f287366 100644
--- a/libmailutils/tests/url-comp.c
+++ b/libmailutils/tests/url-comp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/url-parse.c b/libmailutils/tests/url-parse.c
index b854ae9..a8a13fe 100644
--- a/libmailutils/tests/url-parse.c
+++ b/libmailutils/tests/url-parse.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/libmailutils/tests/url.at b/libmailutils/tests/url.at
index d8b46c0..2314bec 100644
--- a/libmailutils/tests/url.at
+++ b/libmailutils/tests/url.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/wicket.at b/libmailutils/tests/wicket.at
index bced656..e50e6c2 100644
--- a/libmailutils/tests/wicket.at
+++ b/libmailutils/tests/wicket.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/wicket.c b/libmailutils/tests/wicket.c
index 314fe9d..80cc631 100644
--- a/libmailutils/tests/wicket.c
+++ b/libmailutils/tests/wicket.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/libmailutils/tests/wordsplit.at b/libmailutils/tests/wordsplit.at
index 3bd5a7b..e3e05c3 100644
--- a/libmailutils/tests/wordsplit.at
+++ b/libmailutils/tests/wordsplit.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmailutils/tests/wsp.c b/libmailutils/tests/wsp.c
index 27a270b..12e8af5 100644
--- a/libmailutils/tests/wsp.c
+++ b/libmailutils/tests/wsp.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/libmailutils/url/Makefile.am b/libmailutils/url/Makefile.am
index 733447c..8b94201 100644
--- a/libmailutils/url/Makefile.am
+++ b/libmailutils/url/Makefile.am
@@ -1,5 +1,5 @@
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # 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/libmailutils/url/accessor.h b/libmailutils/url/accessor.h
index 3448d3f..3d14d79 100644
--- a/libmailutils/url/accessor.h
+++ b/libmailutils/url/accessor.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/add-param.c b/libmailutils/url/add-param.c
index ea73454..152fbf8 100644
--- a/libmailutils/url/add-param.c
+++ b/libmailutils/url/add-param.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/add-query.c b/libmailutils/url/add-query.c
index e49d4cc..5d011b3 100644
--- a/libmailutils/url/add-query.c
+++ b/libmailutils/url/add-query.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/clr-param.c b/libmailutils/url/clr-param.c
index ed1342c..b41da68 100644
--- a/libmailutils/url/clr-param.c
+++ b/libmailutils/url/clr-param.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/clr-query.c b/libmailutils/url/clr-query.c
index fb5a218..17e3ff5 100644
--- a/libmailutils/url/clr-query.c
+++ b/libmailutils/url/clr-query.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/copy.c b/libmailutils/url/copy.c
index ee4fac4..b9e7643 100644
--- a/libmailutils/url/copy.c
+++ b/libmailutils/url/copy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/create.c b/libmailutils/url/create.c
index 0c7347b..88334e4 100644
--- a/libmailutils/url/create.c
+++ b/libmailutils/url/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/decode.c b/libmailutils/url/decode.c
index 1814fb8..000d7be 100644
--- a/libmailutils/url/decode.c
+++ b/libmailutils/url/decode.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/destroy.c b/libmailutils/url/destroy.c
index 70d30ca..47cc5ab 100644
--- a/libmailutils/url/destroy.c
+++ b/libmailutils/url/destroy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/dup.c b/libmailutils/url/dup.c
index 5b78d52..dc30c1d 100644
--- a/libmailutils/url/dup.c
+++ b/libmailutils/url/dup.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/expand.c b/libmailutils/url/expand.c
index 88722d5..5d83896 100644
--- a/libmailutils/url/expand.c
+++ b/libmailutils/url/expand.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/flag.c b/libmailutils/url/flag.c
index 957098b..0595354 100644
--- a/libmailutils/url/flag.c
+++ b/libmailutils/url/flag.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/get-param.c b/libmailutils/url/get-param.c
index 990eacd..ab6f117 100644
--- a/libmailutils/url/get-param.c
+++ b/libmailutils/url/get-param.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/get-query.c b/libmailutils/url/get-query.c
index 3871e76..4df89a6 100644
--- a/libmailutils/url/get-query.c
+++ b/libmailutils/url/get-query.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/get-secret.c b/libmailutils/url/get-secret.c
index 1649c50..1979247 100644
--- a/libmailutils/url/get-secret.c
+++ b/libmailutils/url/get-secret.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/match.c b/libmailutils/url/match.c
index ccd37c2..46b0477 100644
--- a/libmailutils/url/match.c
+++ b/libmailutils/url/match.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/null.c b/libmailutils/url/null.c
index b02c2f5..7e9b8dd 100644
--- a/libmailutils/url/null.c
+++ b/libmailutils/url/null.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/port.c b/libmailutils/url/port.c
index 9cf1623..d67e050 100644
--- a/libmailutils/url/port.c
+++ b/libmailutils/url/port.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/scheme.c b/libmailutils/url/scheme.c
index 14d8ce5..4ccb874 100644
--- a/libmailutils/url/scheme.c
+++ b/libmailutils/url/scheme.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-auth.c b/libmailutils/url/set-auth.c
index 33dbe79..a3804f8 100644
--- a/libmailutils/url/set-auth.c
+++ b/libmailutils/url/set-auth.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-host.c b/libmailutils/url/set-host.c
index adea788..3bbd392 100644
--- a/libmailutils/url/set-host.c
+++ b/libmailutils/url/set-host.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-path.c b/libmailutils/url/set-path.c
index 965e5aa..84d5fb4 100644
--- a/libmailutils/url/set-path.c
+++ b/libmailutils/url/set-path.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-port.c b/libmailutils/url/set-port.c
index 354c2a7..35146b2 100644
--- a/libmailutils/url/set-port.c
+++ b/libmailutils/url/set-port.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-scheme.c b/libmailutils/url/set-scheme.c
index 67f2380..eb1fd8e 100644
--- a/libmailutils/url/set-scheme.c
+++ b/libmailutils/url/set-scheme.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-secret.c b/libmailutils/url/set-secret.c
index ca7772a..77d9e80 100644
--- a/libmailutils/url/set-secret.c
+++ b/libmailutils/url/set-secret.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-service.c b/libmailutils/url/set-service.c
index ea47a38..77403fd 100644
--- a/libmailutils/url/set-service.c
+++ b/libmailutils/url/set-service.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/set-user.c b/libmailutils/url/set-user.c
index 86a5edb..cd4cb70 100644
--- a/libmailutils/url/set-user.c
+++ b/libmailutils/url/set-user.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/uplevel.c b/libmailutils/url/uplevel.c
index 1a4abfa..538e59a 100644
--- a/libmailutils/url/uplevel.c
+++ b/libmailutils/url/uplevel.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/urlinv.c b/libmailutils/url/urlinv.c
index 1c31445..7a5e624 100644
--- a/libmailutils/url/urlinv.c
+++ b/libmailutils/url/urlinv.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmailutils/url/urlstr.c b/libmailutils/url/urlstr.c
index 1e2aecb..b5459ca 100644
--- a/libmailutils/url/urlstr.c
+++ b/libmailutils/url/urlstr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_argp/Makefile.am b/libmu_argp/Makefile.am
index ac3eb3a..c14b27d 100644
--- a/libmu_argp/Makefile.am
+++ b/libmu_argp/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmu_argp/cmdline.c b/libmu_argp/cmdline.c
index 85ec047..f1ef555 100644
--- a/libmu_argp/cmdline.c
+++ b/libmu_argp/cmdline.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_argp/cmdline.h b/libmu_argp/cmdline.h
index 55f9fde..eda705f 100644
--- a/libmu_argp/cmdline.h
+++ b/libmu_argp/cmdline.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_argp/common.c b/libmu_argp/common.c
index 08cf42f..783d268 100644
--- a/libmu_argp/common.c
+++ b/libmu_argp/common.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_argp/mu_argp.c b/libmu_argp/mu_argp.c
index 671eefd..a8de909 100644
--- a/libmu_argp/mu_argp.c
+++ b/libmu_argp/mu_argp.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_argp/muinit.c b/libmu_argp/muinit.c
index 06a764b..5de8eb2 100644
--- a/libmu_argp/muinit.c
+++ b/libmu_argp/muinit.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_argp/sieve.c b/libmu_argp/sieve.c
index 880e543..e62c221 100644
--- a/libmu_argp/sieve.c
+++ b/libmu_argp/sieve.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_auth/Makefile.am b/libmu_auth/Makefile.am
index c2bf8e2..76bb28c 100644
--- a/libmu_auth/Makefile.am
+++ b/libmu_auth/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002-2003, 2005-2006, 2010-2012 Free Software
+## Copyright (C) 2002-2003, 2005-2006, 2010-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/libmu_auth/gsasl.c b/libmu_auth/gsasl.c
index 924c44c..a4b3bfc 100644
--- a/libmu_auth/gsasl.c
+++ b/libmu_auth/gsasl.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2008, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2005, 2008, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_auth/ldap.c b/libmu_auth/ldap.c
index 4b9f5d1..41b7e0c 100644
--- a/libmu_auth/ldap.c
+++ b/libmu_auth/ldap.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_auth/pam.c b/libmu_auth/pam.c
index a34d27b..bc89e33 100644
--- a/libmu_auth/pam.c
+++ b/libmu_auth/pam.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_auth/radius.c b/libmu_auth/radius.c
index 426cf77..bffdf10 100644
--- a/libmu_auth/radius.c
+++ b/libmu_auth/radius.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_auth/sql.c b/libmu_auth/sql.c
index 7894d8a..a95b723 100644
--- a/libmu_auth/sql.c
+++ b/libmu_auth/sql.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_auth/sql.h b/libmu_auth/sql.h
index 5f9b9f0..b6cc447 100644
--- a/libmu_auth/sql.h
+++ b/libmu_auth/sql.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_auth/tls.c b/libmu_auth/tls.c
index dd60560..4609d59 100644
--- a/libmu_auth/tls.c
+++ b/libmu_auth/tls.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2004, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_auth/virtual.c b/libmu_auth/virtual.c
index 6e039d5..a434bf9 100644
--- a/libmu_auth/virtual.c
+++ b/libmu_auth/virtual.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2006-2008, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2006-2008, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cfg/Makefile.am b/libmu_cfg/Makefile.am
index bf324c4..0175e60 100644
--- a/libmu_cfg/Makefile.am
+++ b/libmu_cfg/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/acl.c b/libmu_cfg/acl.c
index 5ffbe99..272b87e 100644
--- a/libmu_cfg/acl.c
+++ b/libmu_cfg/acl.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/auth.c b/libmu_cfg/auth.c
index 7eae49a..ed4e474 100644
--- a/libmu_cfg/auth.c
+++ b/libmu_cfg/auth.c
@@ -1,5 +1,6 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/common.c b/libmu_cfg/common.c
index fb0b7bf..c228f9e 100644
--- a/libmu_cfg/common.c
+++ b/libmu_cfg/common.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/gsasl.c b/libmu_cfg/gsasl.c
index 4d2909d..bb7f969 100644
--- a/libmu_cfg/gsasl.c
+++ b/libmu_cfg/gsasl.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/init.c b/libmu_cfg/init.c
index 91d526f..e40a65e 100644
--- a/libmu_cfg/init.c
+++ b/libmu_cfg/init.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/ldap.c b/libmu_cfg/ldap.c
index 66db2d8..d0d1494 100644
--- a/libmu_cfg/ldap.c
+++ b/libmu_cfg/ldap.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/pam.c b/libmu_cfg/pam.c
index 62142e7..ac7c615 100644
--- a/libmu_cfg/pam.c
+++ b/libmu_cfg/pam.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/radius.c b/libmu_cfg/radius.c
index b3d56c0..71d526e 100644
--- a/libmu_cfg/radius.c
+++ b/libmu_cfg/radius.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/sieve.c b/libmu_cfg/sieve.c
index 8acc851..5696b50 100644
--- a/libmu_cfg/sieve.c
+++ b/libmu_cfg/sieve.c
@@ -1,5 +1,6 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/sql.c b/libmu_cfg/sql.c
index a75a18b..82c6ace 100644
--- a/libmu_cfg/sql.c
+++ b/libmu_cfg/sql.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/tls.c b/libmu_cfg/tls.c
index 94edcb8..e9b91af 100644
--- a/libmu_cfg/tls.c
+++ b/libmu_cfg/tls.c
@@ -1,5 +1,6 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_cfg/virtdomain.c b/libmu_cfg/virtdomain.c
index 6ac4c18..246d053 100644
--- a/libmu_cfg/virtdomain.c
+++ b/libmu_cfg/virtdomain.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
diff --git a/libmu_compat/Makefile.am b/libmu_compat/Makefile.am
index 36a43d1..eee59be 100644
--- a/libmu_compat/Makefile.am
+++ b/libmu_compat/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmu_compat/argcv.c b/libmu_compat/argcv.c
index fde4776..75fb8b2 100644
--- a/libmu_compat/argcv.c
+++ b/libmu_compat/argcv.c
@@ -1,5 +1,5 @@
 /* argcv.c - simple functions for parsing input based on whitespace
-   Copyright (C) 1999-2001, 2003-2006, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003-2006, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_compat/filter_iconv.c b/libmu_compat/filter_iconv.c
index 103bdc2..e8eeca0 100644
--- a/libmu_compat/filter_iconv.c
+++ b/libmu_compat/filter_iconv.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_compat/tests/Makefile.am b/libmu_compat/tests/Makefile.am
index b8477ca..d48c2ad 100644
--- a/libmu_compat/tests/Makefile.am
+++ b/libmu_compat/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmu_compat/tests/argcv.at b/libmu_compat/tests/argcv.at
index 49bbdb4..7a297e7 100644
--- a/libmu_compat/tests/argcv.at
+++ b/libmu_compat/tests/argcv.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmu_compat/tests/argcv.c b/libmu_compat/tests/argcv.c
index 8f06d28..5eb10aa 100644
--- a/libmu_compat/tests/argcv.c
+++ b/libmu_compat/tests/argcv.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/libmu_compat/tests/atlocal.in b/libmu_compat/tests/atlocal.in
index edb0418..8434476 100644
--- a/libmu_compat/tests/atlocal.in
+++ b/libmu_compat/tests/atlocal.in
@@ -1,5 +1,5 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/libmailutils/tests:$top_srcdir:$srcdir:$PATH
diff --git a/libmu_compat/tests/testsuite.at b/libmu_compat/tests/testsuite.at
index 21181ea..c7cf6bd 100644
--- a/libmu_compat/tests/testsuite.at
+++ b/libmu_compat/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/libmu_compat/vartab.c b/libmu_compat/vartab.c
index a304f28..271b1a2 100644
--- a/libmu_compat/vartab.c
+++ b/libmu_compat/vartab.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/Makefile.am b/libmu_cpp/Makefile.am
index bbeb357..cae14f9 100644
--- a/libmu_cpp/Makefile.am
+++ b/libmu_cpp/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libmu_cpp/address.cc b/libmu_cpp/address.cc
index ba2d695..518e9a4 100644
--- a/libmu_cpp/address.cc
+++ b/libmu_cpp/address.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/attribute.cc b/libmu_cpp/attribute.cc
index 39ea5bb..487e608 100644
--- a/libmu_cpp/attribute.cc
+++ b/libmu_cpp/attribute.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/body.cc b/libmu_cpp/body.cc
index 95bda29..b47b278 100644
--- a/libmu_cpp/body.cc
+++ b/libmu_cpp/body.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/envelope.cc b/libmu_cpp/envelope.cc
index 8674392..fb6835d 100644
--- a/libmu_cpp/envelope.cc
+++ b/libmu_cpp/envelope.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/filter.cc b/libmu_cpp/filter.cc
index ef97505..b6e624f 100644
--- a/libmu_cpp/filter.cc
+++ b/libmu_cpp/filter.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/folder.cc b/libmu_cpp/folder.cc
index 8e894ea..23090f7 100644
--- a/libmu_cpp/folder.cc
+++ b/libmu_cpp/folder.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/header.cc b/libmu_cpp/header.cc
index 2e7d1e0..7460958 100644
--- a/libmu_cpp/header.cc
+++ b/libmu_cpp/header.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/iterator.cc b/libmu_cpp/iterator.cc
index 9588473..eed4d4e 100644
--- a/libmu_cpp/iterator.cc
+++ b/libmu_cpp/iterator.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/list.cc b/libmu_cpp/list.cc
index 0e4c0e0..b29af07 100644
--- a/libmu_cpp/list.cc
+++ b/libmu_cpp/list.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/mailbox.cc b/libmu_cpp/mailbox.cc
index 24dd0f6..d92cf90 100644
--- a/libmu_cpp/mailbox.cc
+++ b/libmu_cpp/mailbox.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/mailcap.cc b/libmu_cpp/mailcap.cc
index 472d7e2..f84da56 100644
--- a/libmu_cpp/mailcap.cc
+++ b/libmu_cpp/mailcap.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/mailer.cc b/libmu_cpp/mailer.cc
index f36d169..438c0aa 100644
--- a/libmu_cpp/mailer.cc
+++ b/libmu_cpp/mailer.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/message.cc b/libmu_cpp/message.cc
index c1965ec..bf27e80 100644
--- a/libmu_cpp/message.cc
+++ b/libmu_cpp/message.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/mime.cc b/libmu_cpp/mime.cc
index 8b6e817..b358e5f 100644
--- a/libmu_cpp/mime.cc
+++ b/libmu_cpp/mime.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/mutil.cc b/libmu_cpp/mutil.cc
index 0139d6d..f690a1c 100644
--- a/libmu_cpp/mutil.cc
+++ b/libmu_cpp/mutil.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/pop3.cc b/libmu_cpp/pop3.cc
index 08cc938..7fac968 100644
--- a/libmu_cpp/pop3.cc
+++ b/libmu_cpp/pop3.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/registrar.cc b/libmu_cpp/registrar.cc
index 2ec43eb..edcccda 100644
--- a/libmu_cpp/registrar.cc
+++ b/libmu_cpp/registrar.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/secret.cc b/libmu_cpp/secret.cc
index e9dca9d..c491b20 100644
--- a/libmu_cpp/secret.cc
+++ b/libmu_cpp/secret.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/sieve.cc b/libmu_cpp/sieve.cc
index f9fa383..6a9489a 100644
--- a/libmu_cpp/sieve.cc
+++ b/libmu_cpp/sieve.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_cpp/stream.cc b/libmu_cpp/stream.cc
index f8c3028..dd69ae2 100644
--- a/libmu_cpp/stream.cc
+++ b/libmu_cpp/stream.cc
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_cpp/url.cc b/libmu_cpp/url.cc
index 638d388..086d459 100644
--- a/libmu_cpp/url.cc
+++ b/libmu_cpp/url.cc
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/Makefile.am b/libmu_dbm/Makefile.am
index 1bacc7b..c1660f8 100644
--- a/libmu_dbm/Makefile.am
+++ b/libmu_dbm/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2011-2012 Free Software Foundation, Inc.
+## Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libmu_dbm/berkeley.c b/libmu_dbm/berkeley.c
index af11a64..e0bba6c 100644
--- a/libmu_dbm/berkeley.c
+++ b/libmu_dbm/berkeley.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/close.c b/libmu_dbm/close.c
index 06f8e24..c926cfe 100644
--- a/libmu_dbm/close.c
+++ b/libmu_dbm/close.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/create.c b/libmu_dbm/create.c
index 0c07d9a..a2ebbed 100644
--- a/libmu_dbm/create.c
+++ b/libmu_dbm/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/datumfree.c b/libmu_dbm/datumfree.c
index 2e2350e..fb307eb 100644
--- a/libmu_dbm/datumfree.c
+++ b/libmu_dbm/datumfree.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/dbm.c b/libmu_dbm/dbm.c
index 7db0b2a..e28d606 100644
--- a/libmu_dbm/dbm.c
+++ b/libmu_dbm/dbm.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/delete.c b/libmu_dbm/delete.c
index c1cbb3f..17f5d7d 100644
--- a/libmu_dbm/delete.c
+++ b/libmu_dbm/delete.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/destroy.c b/libmu_dbm/destroy.c
index d768ae4..a9c8aa1 100644
--- a/libmu_dbm/destroy.c
+++ b/libmu_dbm/destroy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/errstr.c b/libmu_dbm/errstr.c
index 3ed8739..307d7a3 100644
--- a/libmu_dbm/errstr.c
+++ b/libmu_dbm/errstr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/fetch.c b/libmu_dbm/fetch.c
index 0aa4669..21886c8 100644
--- a/libmu_dbm/fetch.c
+++ b/libmu_dbm/fetch.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/firstkey.c b/libmu_dbm/firstkey.c
index cfebe89..e288dbc 100644
--- a/libmu_dbm/firstkey.c
+++ b/libmu_dbm/firstkey.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/gdbm.c b/libmu_dbm/gdbm.c
index 19665fe..cd2d304 100644
--- a/libmu_dbm/gdbm.c
+++ b/libmu_dbm/gdbm.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/getfd.c b/libmu_dbm/getfd.c
index ad6a9fe..93f93a8 100644
--- a/libmu_dbm/getfd.c
+++ b/libmu_dbm/getfd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/kyoto.c b/libmu_dbm/kyoto.c
index 2b992ba..33c0d7b 100644
--- a/libmu_dbm/kyoto.c
+++ b/libmu_dbm/kyoto.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/mudbm.h b/libmu_dbm/mudbm.h
index 143bf72..6cc3f09 100644
--- a/libmu_dbm/mudbm.h
+++ b/libmu_dbm/mudbm.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/name.c b/libmu_dbm/name.c
index cfd001d..3595151 100644
--- a/libmu_dbm/name.c
+++ b/libmu_dbm/name.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/ndbm.c b/libmu_dbm/ndbm.c
index 215bed4..489daf1 100644
--- a/libmu_dbm/ndbm.c
+++ b/libmu_dbm/ndbm.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/nextkey.c b/libmu_dbm/nextkey.c
index 0ffea9e..4f25ec8 100644
--- a/libmu_dbm/nextkey.c
+++ b/libmu_dbm/nextkey.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/open.c b/libmu_dbm/open.c
index e788d5d..5749b84 100644
--- a/libmu_dbm/open.c
+++ b/libmu_dbm/open.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/safety.c b/libmu_dbm/safety.c
index 462c6e0..61b2836 100644
--- a/libmu_dbm/safety.c
+++ b/libmu_dbm/safety.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/store.c b/libmu_dbm/store.c
index c0d764d..bfd2f28 100644
--- a/libmu_dbm/store.c
+++ b/libmu_dbm/store.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_dbm/tokyo.c b/libmu_dbm/tokyo.c
index ad24cda..0b43050 100644
--- a/libmu_dbm/tokyo.c
+++ b/libmu_dbm/tokyo.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index b8e857f..8dfad6c 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2006-2007, 2009-2012 Free Software
+## Copyright (C) 2001-2002, 2006-2007, 2009-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/libmu_scm/mailutils/Makefile.am b/libmu_scm/mailutils/Makefile.am
index 5eacd2d..4e12466 100644
--- a/libmu_scm/mailutils/Makefile.am
+++ b/libmu_scm/mailutils/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2006-2007, 2009-2012 Free Software
+## Copyright (C) 2001-2002, 2006-2007, 2009-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/libmu_scm/mailutils/mailutils.scm.in 
b/libmu_scm/mailutils/mailutils.scm.in
index 7c91d13..762553f 100644
--- a/libmu_scm/mailutils/mailutils.scm.in
+++ b/libmu_scm/mailutils/mailutils.scm.in
@@ -1,6 +1,6 @@
 ;;;; -*- scheme -*-
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 2002-2004, 2006-2007, 2009-2012 Free Software
+;;;; Copyright (C) 2002-2004, 2006-2007, 2009-2012, 2014 Free Software
 ;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/libmu_scm/mu_address.c b/libmu_scm/mu_address.c
index 4a26e47..0611944 100644
--- a/libmu_scm/mu_address.c
+++ b/libmu_scm/mu_address.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_body.c b/libmu_scm/mu_body.c
index 9285000..695005a 100644
--- a/libmu_scm/mu_body.c
+++ b/libmu_scm/mu_body.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_dbgport.c b/libmu_scm/mu_dbgport.c
index ff92d04..24e122b 100644
--- a/libmu_scm/mu_dbgport.c
+++ b/libmu_scm/mu_dbgport.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_scm/mu_debug.c b/libmu_scm/mu_debug.c
index f770e4b..2c5bdbf 100644
--- a/libmu_scm/mu_debug.c
+++ b/libmu_scm/mu_debug.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_scm/mu_guile.c b/libmu_scm/mu_guile.c
index 9df9189..311b89d 100644
--- a/libmu_scm/mu_guile.c
+++ b/libmu_scm/mu_guile.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_scm/mu_logger.c b/libmu_scm/mu_logger.c
index 359b071..8e4ac6f 100644
--- a/libmu_scm/mu_logger.c
+++ b/libmu_scm/mu_logger.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_mailbox.c b/libmu_scm/mu_mailbox.c
index 5345f95..f6800d8 100644
--- a/libmu_scm/mu_mailbox.c
+++ b/libmu_scm/mu_mailbox.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index d542125..c92268a 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2006-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c
index 48f1cd0..7533143 100644
--- a/libmu_scm/mu_mime.c
+++ b/libmu_scm/mu_mime.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_port.c b/libmu_scm/mu_port.c
index a5b0fd1..8224e8c 100644
--- a/libmu_scm/mu_port.c
+++ b/libmu_scm/mu_port.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2006-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c
index 54fde36..2bbde6b 100644
--- a/libmu_scm/mu_scm.c
+++ b/libmu_scm/mu_scm.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_scm.h b/libmu_scm/mu_scm.h
index 02a57e4..fabc608 100644
--- a/libmu_scm/mu_scm.h
+++ b/libmu_scm/mu_scm.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2006-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2006-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_scm/mu_util.c b/libmu_scm/mu_util.c
index 088ed0f..35d5ac9 100644
--- a/libmu_scm/mu_util.c
+++ b/libmu_scm/mu_util.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_sieve/Makefile.am b/libmu_sieve/Makefile.am
index acfdaf6..926fe03 100644
--- a/libmu_sieve/Makefile.am
+++ b/libmu_sieve/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002-2005, 2007, 2009-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2002-2005, 2007, 2009-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libmu_sieve/actions.c b/libmu_sieve/actions.c
index 5149e78..2def9c4 100644
--- a/libmu_sieve/actions.c
+++ b/libmu_sieve/actions.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_sieve/comparator.c b/libmu_sieve/comparator.c
index a58080d..aadb79e 100644
--- a/libmu_sieve/comparator.c
+++ b/libmu_sieve/comparator.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2005, 2007-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2005, 2007-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_sieve/conf.c b/libmu_sieve/conf.c
index 75ae47e..d6878e7 100644
--- a/libmu_sieve/conf.c
+++ b/libmu_sieve/conf.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libmu_sieve/extensions/Makefile.am 
b/libmu_sieve/extensions/Makefile.am
index d538ca6..edf523b 100644
--- a/libmu_sieve/extensions/Makefile.am
+++ b/libmu_sieve/extensions/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2004-2007, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2004-2007, 2009-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libmu_sieve/extensions/editheader.c 
b/libmu_sieve/extensions/editheader.c
index 89ae6ea..0b1b7a5 100644
--- a/libmu_sieve/extensions/editheader.c
+++ b/libmu_sieve/extensions/editheader.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmu_sieve/extensions/list.c b/libmu_sieve/extensions/list.c
index ec10b79..72c2b9f 100644
--- a/libmu_sieve/extensions/list.c
+++ b/libmu_sieve/extensions/list.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmu_sieve/extensions/moderator.c 
b/libmu_sieve/extensions/moderator.c
index c885c91..80c6582 100644
--- a/libmu_sieve/extensions/moderator.c
+++ b/libmu_sieve/extensions/moderator.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmu_sieve/extensions/pipe.c b/libmu_sieve/extensions/pipe.c
index 5ba3109..3e2c566 100644
--- a/libmu_sieve/extensions/pipe.c
+++ b/libmu_sieve/extensions/pipe.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libmu_sieve/extensions/spamd.c b/libmu_sieve/extensions/spamd.c
index 485cea0..a0d89d5 100644
--- a/libmu_sieve/extensions/spamd.c
+++ b/libmu_sieve/extensions/spamd.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmu_sieve/extensions/timestamp.c 
b/libmu_sieve/extensions/timestamp.c
index b332edd..ba2dd3c 100644
--- a/libmu_sieve/extensions/timestamp.c
+++ b/libmu_sieve/extensions/timestamp.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libmu_sieve/extensions/vacation.c 
b/libmu_sieve/extensions/vacation.c
index f731ebd..b759090 100644
--- a/libmu_sieve/extensions/vacation.c
+++ b/libmu_sieve/extensions/vacation.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_sieve/load.c b/libmu_sieve/load.c
index 20e0836..05f05fc 100644
--- a/libmu_sieve/load.c
+++ b/libmu_sieve/load.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_sieve/prog.c b/libmu_sieve/prog.c
index 74b92bc..6bbc18b 100644
--- a/libmu_sieve/prog.c
+++ b/libmu_sieve/prog.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_sieve/register.c b/libmu_sieve/register.c
index e1bad6a..ea49c46 100644
--- a/libmu_sieve/register.c
+++ b/libmu_sieve/register.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2005, 2007-2008, 2010-2012 Free
+   Copyright (C) 1999-2002, 2004-2005, 2007-2008, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_sieve/relational.c b/libmu_sieve/relational.c
index 8f86b1e..aea95c1 100644
--- a/libmu_sieve/relational.c
+++ b/libmu_sieve/relational.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 2003, 2005, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_sieve/require.c b/libmu_sieve/require.c
index f996011..a08f0e4 100644
--- a/libmu_sieve/require.c
+++ b/libmu_sieve/require.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_sieve/runtime.c b/libmu_sieve/runtime.c
index fffc7ab..8a18887 100644
--- a/libmu_sieve/runtime.c
+++ b/libmu_sieve/runtime.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libmu_sieve/sieve-priv.h b/libmu_sieve/sieve-priv.h
index ba687ec..06baceb 100644
--- a/libmu_sieve/sieve-priv.h
+++ b/libmu_sieve/sieve-priv.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_sieve/sieve.l b/libmu_sieve/sieve.l
index 59add7f..742ef7f 100644
--- a/libmu_sieve/sieve.l
+++ b/libmu_sieve/sieve.l
@@ -1,6 +1,6 @@
 %top {
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2005, 2007-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2005, 2007-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libmu_sieve/sieve.y b/libmu_sieve/sieve.y
index 26d739d..ba36118 100644
--- a/libmu_sieve/sieve.y
+++ b/libmu_sieve/sieve.y
@@ -1,6 +1,7 @@
 %{
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_sieve/tests.c b/libmu_sieve/tests.c
index 759be3f..3566e52 100644
--- a/libmu_sieve/tests.c
+++ b/libmu_sieve/tests.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libmu_sieve/util.c b/libmu_sieve/util.c
index 17f7da5..bc57c72 100644
--- a/libmu_sieve/util.c
+++ b/libmu_sieve/util.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2008, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/Makefile.am b/libproto/Makefile.am
index f49fae7..45fcd06 100644
--- a/libproto/Makefile.am
+++ b/libproto/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2006-2007, 2009-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/imap/Makefile.am b/libproto/imap/Makefile.am
index a8c2e53..8182c18 100644
--- a/libproto/imap/Makefile.am
+++ b/libproto/imap/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2003, 2005-2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2003, 2005-2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/imap/appmsg.c b/libproto/imap/appmsg.c
index 1c8676e..d36963d 100644
--- a/libproto/imap/appmsg.c
+++ b/libproto/imap/appmsg.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/appstr.c b/libproto/imap/appstr.c
index ace7142..52b4f91 100644
--- a/libproto/imap/appstr.c
+++ b/libproto/imap/appstr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/appstrsiz.c b/libproto/imap/appstrsiz.c
index ee59dce..7bfc90a 100644
--- a/libproto/imap/appstrsiz.c
+++ b/libproto/imap/appstrsiz.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/callback.c b/libproto/imap/callback.c
index 4f2bd99..285ef9c 100644
--- a/libproto/imap/callback.c
+++ b/libproto/imap/callback.c
@@ -1,6 +1,6 @@
 /* Response processing for IMAP client.
    GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/capability.c b/libproto/imap/capability.c
index ce1c46b..bb74164 100644
--- a/libproto/imap/capability.c
+++ b/libproto/imap/capability.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/capatst.c b/libproto/imap/capatst.c
index b661ed3..9ef9905 100644
--- a/libproto/imap/capatst.c
+++ b/libproto/imap/capatst.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/carrier.c b/libproto/imap/carrier.c
index 271405a..6171e2c 100644
--- a/libproto/imap/carrier.c
+++ b/libproto/imap/carrier.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/check.c b/libproto/imap/check.c
index 9d0ba8b..121ee33 100644
--- a/libproto/imap/check.c
+++ b/libproto/imap/check.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/close.c b/libproto/imap/close.c
index d2156b4..ef3b7bd 100644
--- a/libproto/imap/close.c
+++ b/libproto/imap/close.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/connect.c b/libproto/imap/connect.c
index e925974..91106d5 100644
--- a/libproto/imap/connect.c
+++ b/libproto/imap/connect.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/copy.c b/libproto/imap/copy.c
index 8479b3a..8360613 100644
--- a/libproto/imap/copy.c
+++ b/libproto/imap/copy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/create.c b/libproto/imap/create.c
index e347f4d..aa941c5 100644
--- a/libproto/imap/create.c
+++ b/libproto/imap/create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/delete.c b/libproto/imap/delete.c
index ee4e844..ddc79f0 100644
--- a/libproto/imap/delete.c
+++ b/libproto/imap/delete.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/destroy.c b/libproto/imap/destroy.c
index 3c0260d..b9d26d1 100644
--- a/libproto/imap/destroy.c
+++ b/libproto/imap/destroy.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/disconnect.c b/libproto/imap/disconnect.c
index 46c6bde..2727c8b 100644
--- a/libproto/imap/disconnect.c
+++ b/libproto/imap/disconnect.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/err.c b/libproto/imap/err.c
index f28da51..b35057e 100644
--- a/libproto/imap/err.c
+++ b/libproto/imap/err.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/expunge.c b/libproto/imap/expunge.c
index 4fab497..c78d65c 100644
--- a/libproto/imap/expunge.c
+++ b/libproto/imap/expunge.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/fetch.c b/libproto/imap/fetch.c
index f1ec865..da7a723 100644
--- a/libproto/imap/fetch.c
+++ b/libproto/imap/fetch.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/folder.c b/libproto/imap/folder.c
index 8f53fef..a2caa6d 100644
--- a/libproto/imap/folder.c
+++ b/libproto/imap/folder.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/gencom.c b/libproto/imap/gencom.c
index 908f033..3c531e0 100644
--- a/libproto/imap/gencom.c
+++ b/libproto/imap/gencom.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/genlist.c b/libproto/imap/genlist.c
index fc5dfd2..f89105d 100644
--- a/libproto/imap/genlist.c
+++ b/libproto/imap/genlist.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/id.c b/libproto/imap/id.c
index 4132813..fbf29cd 100644
--- a/libproto/imap/id.c
+++ b/libproto/imap/id.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/list.c b/libproto/imap/list.c
index ab6e033..c03542c 100644
--- a/libproto/imap/list.c
+++ b/libproto/imap/list.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/login.c b/libproto/imap/login.c
index 60a2d4f..3f4607c 100644
--- a/libproto/imap/login.c
+++ b/libproto/imap/login.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/logout.c b/libproto/imap/logout.c
index 53be6bf..ee6a740 100644
--- a/libproto/imap/logout.c
+++ b/libproto/imap/logout.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/lsub.c b/libproto/imap/lsub.c
index 6f09d3c..73c6a42 100644
--- a/libproto/imap/lsub.c
+++ b/libproto/imap/lsub.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/mbcreate.c b/libproto/imap/mbcreate.c
index 0d5cd9f..079fb28 100644
--- a/libproto/imap/mbcreate.c
+++ b/libproto/imap/mbcreate.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/mbox.c b/libproto/imap/mbox.c
index fcf78e8..a650149 100644
--- a/libproto/imap/mbox.c
+++ b/libproto/imap/mbox.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/noop.c b/libproto/imap/noop.c
index b28e18c..e7ea09c 100644
--- a/libproto/imap/noop.c
+++ b/libproto/imap/noop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/rename.c b/libproto/imap/rename.c
index fe675a9..972e647 100644
--- a/libproto/imap/rename.c
+++ b/libproto/imap/rename.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/resplist.c b/libproto/imap/resplist.c
index 43f64c5..3aa7c58 100644
--- a/libproto/imap/resplist.c
+++ b/libproto/imap/resplist.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/response.c b/libproto/imap/response.c
index 5b92485..9819076 100644
--- a/libproto/imap/response.c
+++ b/libproto/imap/response.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/resproc.c b/libproto/imap/resproc.c
index 7f6e184..e25cc5a 100644
--- a/libproto/imap/resproc.c
+++ b/libproto/imap/resproc.c
@@ -1,6 +1,6 @@
 /* Response processing for IMAP client.
    GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/search.c b/libproto/imap/search.c
index fa8cbe9..e75bd86 100644
--- a/libproto/imap/search.c
+++ b/libproto/imap/search.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2014 Free Software Foundation, Inc.
 
    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/libproto/imap/select.c b/libproto/imap/select.c
index 6debee7..70b6a6d 100644
--- a/libproto/imap/select.c
+++ b/libproto/imap/select.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/starttls.c b/libproto/imap/starttls.c
index 45498de..5987826 100644
--- a/libproto/imap/starttls.c
+++ b/libproto/imap/starttls.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/state.c b/libproto/imap/state.c
index 30dd6e0..5496c03 100644
--- a/libproto/imap/state.c
+++ b/libproto/imap/state.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/status.c b/libproto/imap/status.c
index af92298..25c0fa3 100644
--- a/libproto/imap/status.c
+++ b/libproto/imap/status.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/store.c b/libproto/imap/store.c
index 65d3037..1b21b05 100644
--- a/libproto/imap/store.c
+++ b/libproto/imap/store.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/storeflg.c b/libproto/imap/storeflg.c
index e265d15..d881359 100644
--- a/libproto/imap/storeflg.c
+++ b/libproto/imap/storeflg.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/subscribe.c b/libproto/imap/subscribe.c
index 9d3dbaf..ea52bb4 100644
--- a/libproto/imap/subscribe.c
+++ b/libproto/imap/subscribe.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/tag.c b/libproto/imap/tag.c
index 0b4e7df..2dd441e 100644
--- a/libproto/imap/tag.c
+++ b/libproto/imap/tag.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/tests/Makefile.am b/libproto/imap/tests/Makefile.am
index a35ce98..3fc3c6f 100644
--- a/libproto/imap/tests/Makefile.am
+++ b/libproto/imap/tests/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2003, 2005-2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2003, 2005-2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/imap/tests/imapfolder.c b/libproto/imap/tests/imapfolder.c
index dcab547..5d7a846 100644
--- a/libproto/imap/tests/imapfolder.c
+++ b/libproto/imap/tests/imapfolder.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/trace.c b/libproto/imap/trace.c
index f90d9c7..9981c2c 100644
--- a/libproto/imap/trace.c
+++ b/libproto/imap/trace.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/unselect.c b/libproto/imap/unselect.c
index 8f1e504..0d7f2d1 100644
--- a/libproto/imap/unselect.c
+++ b/libproto/imap/unselect.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/unsubscribe.c b/libproto/imap/unsubscribe.c
index 681611b..afc49ef 100644
--- a/libproto/imap/unsubscribe.c
+++ b/libproto/imap/unsubscribe.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/imap/url.c b/libproto/imap/url.c
index dc1e5c4..30ff506 100644
--- a/libproto/imap/url.c
+++ b/libproto/imap/url.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/maildir/Makefile.am b/libproto/maildir/Makefile.am
index d3c1095..0c03e7a 100644
--- a/libproto/maildir/Makefile.am
+++ b/libproto/maildir/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2003, 2005-2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2003, 2005-2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/maildir/folder.c b/libproto/maildir/folder.c
index b6a10f4..4fd96d8 100644
--- a/libproto/maildir/folder.c
+++ b/libproto/maildir/folder.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/maildir/maildir.h b/libproto/maildir/maildir.h
index 2a08d16..db22049 100644
--- a/libproto/maildir/maildir.h
+++ b/libproto/maildir/maildir.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/maildir/mbox.c b/libproto/maildir/mbox.c
index 83c3fef..3cddb6f 100644
--- a/libproto/maildir/mbox.c
+++ b/libproto/maildir/mbox.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2008, 2010-2012 Free Software
+   Copyright (C) 1999-2005, 2007-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/mailer/Makefile.am b/libproto/mailer/Makefile.am
index e091326..9a05ea2 100644
--- a/libproto/mailer/Makefile.am
+++ b/libproto/mailer/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2007-2012 Free Software Foundation, Inc.
+## Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/mailer/mbox.c b/libproto/mailer/mbox.c
index 7916b90..619d546 100644
--- a/libproto/mailer/mbox.c
+++ b/libproto/mailer/mbox.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/mailer/prog.c b/libproto/mailer/prog.c
index 3a17d6a..0dcde96 100644
--- a/libproto/mailer/prog.c
+++ b/libproto/mailer/prog.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2008-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/mailer/remote.c b/libproto/mailer/remote.c
index 96c7c38..95d8152 100644
--- a/libproto/mailer/remote.c
+++ b/libproto/mailer/remote.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/libproto/mailer/sendmail.c b/libproto/mailer/sendmail.c
index f24522c..bccaf9b 100644
--- a/libproto/mailer/sendmail.c
+++ b/libproto/mailer/sendmail.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2004-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/mailer/smtp.c b/libproto/mailer/smtp.c
index 7dea24f..09fa005 100644
--- a/libproto/mailer/smtp.c
+++ b/libproto/mailer/smtp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/mailer/smtp_auth.c b/libproto/mailer/smtp_auth.c
index 20db31a..329801b 100644
--- a/libproto/mailer/smtp_auth.c
+++ b/libproto/mailer/smtp_auth.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_capa.c b/libproto/mailer/smtp_capa.c
index 07b99cf..b0160d2 100644
--- a/libproto/mailer/smtp_capa.c
+++ b/libproto/mailer/smtp_capa.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_capa_itr.c b/libproto/mailer/smtp_capa_itr.c
index 25152fa..db225e6 100644
--- a/libproto/mailer/smtp_capa_itr.c
+++ b/libproto/mailer/smtp_capa_itr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_carrier.c b/libproto/mailer/smtp_carrier.c
index f3d6102..afed976 100644
--- a/libproto/mailer/smtp_carrier.c
+++ b/libproto/mailer/smtp_carrier.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_cmd.c b/libproto/mailer/smtp_cmd.c
index 1dfede9..41885ba 100644
--- a/libproto/mailer/smtp_cmd.c
+++ b/libproto/mailer/smtp_cmd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_create.c b/libproto/mailer/smtp_create.c
index 81481e2..6fa91c6 100644
--- a/libproto/mailer/smtp_create.c
+++ b/libproto/mailer/smtp_create.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_data.c b/libproto/mailer/smtp_data.c
index 01b7134..32d081e 100644
--- a/libproto/mailer/smtp_data.c
+++ b/libproto/mailer/smtp_data.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_disconnect.c 
b/libproto/mailer/smtp_disconnect.c
index 3c52c33..5f64d95 100644
--- a/libproto/mailer/smtp_disconnect.c
+++ b/libproto/mailer/smtp_disconnect.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_dot.c b/libproto/mailer/smtp_dot.c
index 542c80c..e9e4922 100644
--- a/libproto/mailer/smtp_dot.c
+++ b/libproto/mailer/smtp_dot.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_ehlo.c b/libproto/mailer/smtp_ehlo.c
index c8483f6..3124164 100644
--- a/libproto/mailer/smtp_ehlo.c
+++ b/libproto/mailer/smtp_ehlo.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_gsasl.c b/libproto/mailer/smtp_gsasl.c
index 10d95a5..0714fc3 100644
--- a/libproto/mailer/smtp_gsasl.c
+++ b/libproto/mailer/smtp_gsasl.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_io.c b/libproto/mailer/smtp_io.c
index 5a0db27..cf81bdf 100644
--- a/libproto/mailer/smtp_io.c
+++ b/libproto/mailer/smtp_io.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_mail.c b/libproto/mailer/smtp_mail.c
index c10d971..a27a007 100644
--- a/libproto/mailer/smtp_mail.c
+++ b/libproto/mailer/smtp_mail.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_mech.c b/libproto/mailer/smtp_mech.c
index 943d4db..951101a 100644
--- a/libproto/mailer/smtp_mech.c
+++ b/libproto/mailer/smtp_mech.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_open.c b/libproto/mailer/smtp_open.c
index 2fc8320..9482fb2 100644
--- a/libproto/mailer/smtp_open.c
+++ b/libproto/mailer/smtp_open.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_param.c b/libproto/mailer/smtp_param.c
index cf0afb8..f8a7024 100644
--- a/libproto/mailer/smtp_param.c
+++ b/libproto/mailer/smtp_param.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_quit.c b/libproto/mailer/smtp_quit.c
index f9914e1..287f6b0 100644
--- a/libproto/mailer/smtp_quit.c
+++ b/libproto/mailer/smtp_quit.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_rcpt.c b/libproto/mailer/smtp_rcpt.c
index 24359de..84f83c0 100644
--- a/libproto/mailer/smtp_rcpt.c
+++ b/libproto/mailer/smtp_rcpt.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_rset.c b/libproto/mailer/smtp_rset.c
index 80101d2..7279ade 100644
--- a/libproto/mailer/smtp_rset.c
+++ b/libproto/mailer/smtp_rset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_secret.c b/libproto/mailer/smtp_secret.c
index 0774aed..c5cc472 100644
--- a/libproto/mailer/smtp_secret.c
+++ b/libproto/mailer/smtp_secret.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_send.c b/libproto/mailer/smtp_send.c
index f2eeb3b..b633ab6 100644
--- a/libproto/mailer/smtp_send.c
+++ b/libproto/mailer/smtp_send.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_starttls.c b/libproto/mailer/smtp_starttls.c
index dea1db2..7d5b60e 100644
--- a/libproto/mailer/smtp_starttls.c
+++ b/libproto/mailer/smtp_starttls.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_trace.c b/libproto/mailer/smtp_trace.c
index 1c13699..278d4de 100644
--- a/libproto/mailer/smtp_trace.c
+++ b/libproto/mailer/smtp_trace.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mailer/smtp_url.c b/libproto/mailer/smtp_url.c
index 9d6c9ee..a3ebb2e 100644
--- a/libproto/mailer/smtp_url.c
+++ b/libproto/mailer/smtp_url.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
diff --git a/libproto/mbox/Makefile.am b/libproto/mbox/Makefile.am
index 732419e..aef6091 100644
--- a/libproto/mbox/Makefile.am
+++ b/libproto/mbox/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2003, 2005-2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2003, 2005-2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/mbox/folder.c b/libproto/mbox/folder.c
index 493e608..c7bb665 100644
--- a/libproto/mbox/folder.c
+++ b/libproto/mbox/folder.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2008, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003-2008, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/mbox/mbox.c b/libproto/mbox/mbox.c
index bce7d14..72b3d82 100644
--- a/libproto/mbox/mbox.c
+++ b/libproto/mbox/mbox.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2001, 2003-2012, 2014 Free Software Foundation,
+   Inc.
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -1378,9 +1379,23 @@ mbox_expunge0 (mu_mailbox_t mailbox, int remove_deleted)
   mu_debug (MU_DEBCAT_MAILBOX, MU_DEBUG_TRACE1,
            ("mbox_expunge (%s)", mud->name));
 
-  /* Noop.  */
   if (mud->messages_count == 0)
-    return 0;
+    {
+      int status;
+
+      /* If mailbox is open for appending only, we'll not be able to
+        scan it, so just flush the stream on disk and return. */
+      if ((mailbox->flags & MU_STREAM_APPEND) &&
+         !(mailbox->flags & MU_STREAM_READ))
+       return mu_stream_flush (mailbox->stream);
+         
+      status = mbox_scan0 (mailbox, 1, NULL, 0);
+      if (status != 0)
+       return status;
+      /* Noop.  */
+      if (mud->messages_count == 0)
+       return 0;
+    }
 
   /* Find first dirty (modified) message. */
   for (dirty = 0; dirty < mud->messages_count; dirty++)
@@ -1397,6 +1412,9 @@ mbox_expunge0 (mu_mailbox_t mailbox, int remove_deleted)
   if (dirty == mud->messages_count)
     return 0; /* Nothing changed.  */
 
+  if (mailbox->flags & MU_STREAM_APPEND)
+    return mu_stream_flush (mailbox->stream);
+       
   /* Lock the mailbox */
   if (mailbox->locker &&
       (status = mu_locker_lock (mailbox->locker)) != 0)
diff --git a/libproto/mbox/mbox0.h b/libproto/mbox/mbox0.h
index ef4d4d9..3ab5e62 100644
--- a/libproto/mbox/mbox0.h
+++ b/libproto/mbox/mbox0.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/mbox/mboxscan.c b/libproto/mbox/mboxscan.c
index 6f8034d..3ebb4de 100644
--- a/libproto/mbox/mboxscan.c
+++ b/libproto/mbox/mboxscan.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libproto/mh/Makefile.am b/libproto/mh/Makefile.am
index 74cf057..8b1b052 100644
--- a/libproto/mh/Makefile.am
+++ b/libproto/mh/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2003, 2005-2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2003, 2005-2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/mh/folder.c b/libproto/mh/folder.c
index fc0bc21..faf08b9 100644
--- a/libproto/mh/folder.c
+++ b/libproto/mh/folder.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2000, 2003-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2000, 2003-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libproto/mh/mbox.c b/libproto/mh/mbox.c
index 03933be..720ad02 100644
--- a/libproto/mh/mbox.c
+++ b/libproto/mh/mbox.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/mh/profile.c b/libproto/mh/profile.c
index 62f62c7..fddedf7 100644
--- a/libproto/mh/profile.c
+++ b/libproto/mh/profile.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/libproto/nntp/Makefile.am b/libproto/nntp/Makefile.am
index d9ea117..5150a85 100644
--- a/libproto/nntp/Makefile.am
+++ b/libproto/nntp/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2004-2007, 2010-2012 Free Software Foundation, Inc.
+## Copyright (C) 2004-2007, 2010-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/nntp/folder.c b/libproto/nntp/folder.c
index 644073c..35ed124 100644
--- a/libproto/nntp/folder.c
+++ b/libproto/nntp/folder.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/mbox.c b/libproto/nntp/mbox.c
index 4458db8..9ff7c65 100644
--- a/libproto/nntp/mbox.c
+++ b/libproto/nntp/mbox.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp0.h b/libproto/nntp/nntp0.h
index 084757e..9ad7cc3 100644
--- a/libproto/nntp/nntp0.h
+++ b/libproto/nntp/nntp0.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_article.c b/libproto/nntp/nntp_article.c
index 94dd0d9..57e10e7 100644
--- a/libproto/nntp/nntp_article.c
+++ b/libproto/nntp/nntp_article.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_body.c b/libproto/nntp/nntp_body.c
index 8cf4c00..163ed4d 100644
--- a/libproto/nntp/nntp_body.c
+++ b/libproto/nntp/nntp_body.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_carrier.c b/libproto/nntp/nntp_carrier.c
index cdbf7c4..89600b7 100644
--- a/libproto/nntp/nntp_carrier.c
+++ b/libproto/nntp/nntp_carrier.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_connect.c b/libproto/nntp/nntp_connect.c
index 62e4fe5..ae5a3bc 100644
--- a/libproto/nntp/nntp_connect.c
+++ b/libproto/nntp/nntp_connect.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_create.c b/libproto/nntp/nntp_create.c
index c6d29e1..a312b69 100644
--- a/libproto/nntp/nntp_create.c
+++ b/libproto/nntp/nntp_create.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_date.c b/libproto/nntp/nntp_date.c
index 7bfde99..56b7c0b 100644
--- a/libproto/nntp/nntp_date.c
+++ b/libproto/nntp/nntp_date.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_debug.c b/libproto/nntp/nntp_debug.c
index 193af80..3481f70 100644
--- a/libproto/nntp/nntp_debug.c
+++ b/libproto/nntp/nntp_debug.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_destroy.c b/libproto/nntp/nntp_destroy.c
index 7240d87..43656bd 100644
--- a/libproto/nntp/nntp_destroy.c
+++ b/libproto/nntp/nntp_destroy.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_disconnect.c b/libproto/nntp/nntp_disconnect.c
index 2d9c905..19c4487 100644
--- a/libproto/nntp/nntp_disconnect.c
+++ b/libproto/nntp/nntp_disconnect.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_group.c b/libproto/nntp/nntp_group.c
index 89e0b8c..db77630 100644
--- a/libproto/nntp/nntp_group.c
+++ b/libproto/nntp/nntp_group.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_head.c b/libproto/nntp/nntp_head.c
index 9dc250e..7f5550b 100644
--- a/libproto/nntp/nntp_head.c
+++ b/libproto/nntp/nntp_head.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_help.c b/libproto/nntp/nntp_help.c
index 0440a62..a3eae76 100644
--- a/libproto/nntp/nntp_help.c
+++ b/libproto/nntp/nntp_help.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_ihave.c b/libproto/nntp/nntp_ihave.c
index ae84a8c..54a865c 100644
--- a/libproto/nntp/nntp_ihave.c
+++ b/libproto/nntp/nntp_ihave.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_iterator.c b/libproto/nntp/nntp_iterator.c
index 94f62e0..cb058d2 100644
--- a/libproto/nntp/nntp_iterator.c
+++ b/libproto/nntp/nntp_iterator.c
@@ -1,6 +1,6 @@
 /* GNU mailutils - a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Library Public License as published by
diff --git a/libproto/nntp/nntp_last.c b/libproto/nntp/nntp_last.c
index f4ee1bc..1d12622 100644
--- a/libproto/nntp/nntp_last.c
+++ b/libproto/nntp/nntp_last.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_list_active.c b/libproto/nntp/nntp_list_active.c
index f76680a..6eb4734 100644
--- a/libproto/nntp/nntp_list_active.c
+++ b/libproto/nntp/nntp_list_active.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_list_distribpats.c 
b/libproto/nntp/nntp_list_distribpats.c
index 3d70d51..1bc93ec 100644
--- a/libproto/nntp/nntp_list_distribpats.c
+++ b/libproto/nntp/nntp_list_distribpats.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_list_distributions.c 
b/libproto/nntp/nntp_list_distributions.c
index 2268a06..d2f7675 100644
--- a/libproto/nntp/nntp_list_distributions.c
+++ b/libproto/nntp/nntp_list_distributions.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_list_extensions.c 
b/libproto/nntp/nntp_list_extensions.c
index a26c5d1..6709e10 100644
--- a/libproto/nntp/nntp_list_extensions.c
+++ b/libproto/nntp/nntp_list_extensions.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_list_newsgroups.c 
b/libproto/nntp/nntp_list_newsgroups.c
index 1d377bd..97a0a34 100644
--- a/libproto/nntp/nntp_list_newsgroups.c
+++ b/libproto/nntp/nntp_list_newsgroups.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_list_times.c b/libproto/nntp/nntp_list_times.c
index 0367afd..3e81a4c 100644
--- a/libproto/nntp/nntp_list_times.c
+++ b/libproto/nntp/nntp_list_times.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_mode_reader.c b/libproto/nntp/nntp_mode_reader.c
index 8530545..0aea32f 100644
--- a/libproto/nntp/nntp_mode_reader.c
+++ b/libproto/nntp/nntp_mode_reader.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_newgroups.c b/libproto/nntp/nntp_newgroups.c
index 0eb3a41..44901bb 100644
--- a/libproto/nntp/nntp_newgroups.c
+++ b/libproto/nntp/nntp_newgroups.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_newnews.c b/libproto/nntp/nntp_newnews.c
index b4d1c7d..3079882 100644
--- a/libproto/nntp/nntp_newnews.c
+++ b/libproto/nntp/nntp_newnews.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_next.c b/libproto/nntp/nntp_next.c
index e877891..ed51fb1 100644
--- a/libproto/nntp/nntp_next.c
+++ b/libproto/nntp/nntp_next.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_post.c b/libproto/nntp/nntp_post.c
index c648147..d4e4f09 100644
--- a/libproto/nntp/nntp_post.c
+++ b/libproto/nntp/nntp_post.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_quit.c b/libproto/nntp/nntp_quit.c
index a0388c9..648d408 100644
--- a/libproto/nntp/nntp_quit.c
+++ b/libproto/nntp/nntp_quit.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_readline.c b/libproto/nntp/nntp_readline.c
index d30039f..b7aad4c 100644
--- a/libproto/nntp/nntp_readline.c
+++ b/libproto/nntp/nntp_readline.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_response.c b/libproto/nntp/nntp_response.c
index 328ccef..ff40be5 100644
--- a/libproto/nntp/nntp_response.c
+++ b/libproto/nntp/nntp_response.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/nntp_sendline.c b/libproto/nntp/nntp_sendline.c
index 27767f5..8b89f5a 100644
--- a/libproto/nntp/nntp_sendline.c
+++ b/libproto/nntp/nntp_sendline.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_stat.c b/libproto/nntp/nntp_stat.c
index fb81e59..6bf3880 100644
--- a/libproto/nntp/nntp_stat.c
+++ b/libproto/nntp/nntp_stat.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/nntp/nntp_stream.c b/libproto/nntp/nntp_stream.c
index df84b46..f18573b 100644
--- a/libproto/nntp/nntp_stream.c
+++ b/libproto/nntp/nntp_stream.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2004, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2004, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/nntp/nntp_timeout.c b/libproto/nntp/nntp_timeout.c
index ba6f9e8..7e71842 100644
--- a/libproto/nntp/nntp_timeout.c
+++ b/libproto/nntp/nntp_timeout.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/nntp/url.c b/libproto/nntp/url.c
index 7dcd70d..b2f1342 100644
--- a/libproto/nntp/url.c
+++ b/libproto/nntp/url.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/Makefile.am b/libproto/pop/Makefile.am
index d1e13d8..04d2f25 100644
--- a/libproto/pop/Makefile.am
+++ b/libproto/pop/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2003-2007, 2010-2012 Free Software Foundation, Inc.
+## Copyright (C) 2003-2007, 2010-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/libproto/pop/folder.c b/libproto/pop/folder.c
index 9c98d6e..8d8dc9b 100644
--- a/libproto/pop/folder.c
+++ b/libproto/pop/folder.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libproto/pop/mbox.c b/libproto/pop/mbox.c
index fd0cf33..75ecf41 100644
--- a/libproto/pop/mbox.c
+++ b/libproto/pop/mbox.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libproto/pop/pop3_apop.c b/libproto/pop/pop3_apop.c
index 1d9b897..c2c9c6a 100644
--- a/libproto/pop/pop3_apop.c
+++ b/libproto/pop/pop3_apop.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/libproto/pop/pop3_capa.c b/libproto/pop/pop3_capa.c
index 5f64e4e..5a4c187 100644
--- a/libproto/pop/pop3_capa.c
+++ b/libproto/pop/pop3_capa.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_capatst.c b/libproto/pop/pop3_capatst.c
index 6e2e47d..7ffa892 100644
--- a/libproto/pop/pop3_capatst.c
+++ b/libproto/pop/pop3_capatst.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_carrier.c b/libproto/pop/pop3_carrier.c
index 2dd0ba3..3b4cd0b 100644
--- a/libproto/pop/pop3_carrier.c
+++ b/libproto/pop/pop3_carrier.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2004, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2004, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_connect.c b/libproto/pop/pop3_connect.c
index 1848605..f222f12 100644
--- a/libproto/pop/pop3_connect.c
+++ b/libproto/pop/pop3_connect.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_create.c b/libproto/pop/pop3_create.c
index a475cd8..ce121dc 100644
--- a/libproto/pop/pop3_create.c
+++ b/libproto/pop/pop3_create.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_dele.c b/libproto/pop/pop3_dele.c
index 29ceb15..9f9c21c 100644
--- a/libproto/pop/pop3_dele.c
+++ b/libproto/pop/pop3_dele.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_destroy.c b/libproto/pop/pop3_destroy.c
index b5d5cfd..5569a1d 100644
--- a/libproto/pop/pop3_destroy.c
+++ b/libproto/pop/pop3_destroy.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_disconnect.c b/libproto/pop/pop3_disconnect.c
index af4e863..c6d48c1 100644
--- a/libproto/pop/pop3_disconnect.c
+++ b/libproto/pop/pop3_disconnect.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/pop/pop3_iterator.c b/libproto/pop/pop3_iterator.c
index 44a1b22..4f1942c 100644
--- a/libproto/pop/pop3_iterator.c
+++ b/libproto/pop/pop3_iterator.c
@@ -1,6 +1,6 @@
 /* GNU mailutils - a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Library Public License as published by
diff --git a/libproto/pop/pop3_list.c b/libproto/pop/pop3_list.c
index 17d7e20..a22820f 100644
--- a/libproto/pop/pop3_list.c
+++ b/libproto/pop/pop3_list.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_list_cmd.c b/libproto/pop/pop3_list_cmd.c
index c87eea5..56fdf20 100644
--- a/libproto/pop/pop3_list_cmd.c
+++ b/libproto/pop/pop3_list_cmd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/pop/pop3_lista.c b/libproto/pop/pop3_lista.c
index baa529e..2e913ff 100644
--- a/libproto/pop/pop3_lista.c
+++ b/libproto/pop/pop3_lista.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/pop/pop3_listas.c b/libproto/pop/pop3_listas.c
index 13177b2..2cd7986 100644
--- a/libproto/pop/pop3_listas.c
+++ b/libproto/pop/pop3_listas.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/pop/pop3_noop.c b/libproto/pop/pop3_noop.c
index c4e2203..fdde4b5 100644
--- a/libproto/pop/pop3_noop.c
+++ b/libproto/pop/pop3_noop.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_pass.c b/libproto/pop/pop3_pass.c
index 93bee4d..204ea86 100644
--- a/libproto/pop/pop3_pass.c
+++ b/libproto/pop/pop3_pass.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_quit.c b/libproto/pop/pop3_quit.c
index 0f2713a..3b331d9 100644
--- a/libproto/pop/pop3_quit.c
+++ b/libproto/pop/pop3_quit.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_rdlist.c b/libproto/pop/pop3_rdlist.c
index 18bfaa8..df23685 100644
--- a/libproto/pop/pop3_rdlist.c
+++ b/libproto/pop/pop3_rdlist.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_readline.c b/libproto/pop/pop3_readline.c
index 71c4c24..2ee1d16 100644
--- a/libproto/pop/pop3_readline.c
+++ b/libproto/pop/pop3_readline.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_response.c b/libproto/pop/pop3_response.c
index 9b03a48..c7800ef 100644
--- a/libproto/pop/pop3_response.c
+++ b/libproto/pop/pop3_response.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_retr.c b/libproto/pop/pop3_retr.c
index 27ee894..1749c9d 100644
--- a/libproto/pop/pop3_retr.c
+++ b/libproto/pop/pop3_retr.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_rset.c b/libproto/pop/pop3_rset.c
index 9e8aac6..424ecfa 100644
--- a/libproto/pop/pop3_rset.c
+++ b/libproto/pop/pop3_rset.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_sendline.c b/libproto/pop/pop3_sendline.c
index 466aee1..e35290f 100644
--- a/libproto/pop/pop3_sendline.c
+++ b/libproto/pop/pop3_sendline.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_stat.c b/libproto/pop/pop3_stat.c
index e3ae581..648b7c8 100644
--- a/libproto/pop/pop3_stat.c
+++ b/libproto/pop/pop3_stat.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_stls.c b/libproto/pop/pop3_stls.c
index 869f8b5..23ede44 100644
--- a/libproto/pop/pop3_stls.c
+++ b/libproto/pop/pop3_stls.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2003, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/pop/pop3_stream.c b/libproto/pop/pop3_stream.c
index 16acc68..1885d8a 100644
--- a/libproto/pop/pop3_stream.c
+++ b/libproto/pop/pop3_stream.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_timeout.c b/libproto/pop/pop3_timeout.c
index b986d1f..3e499b1 100644
--- a/libproto/pop/pop3_timeout.c
+++ b/libproto/pop/pop3_timeout.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/pop3_top.c b/libproto/pop/pop3_top.c
index 0c2f1ed..0171f27 100644
--- a/libproto/pop/pop3_top.c
+++ b/libproto/pop/pop3_top.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2004, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    This library is free software; you can redistribute it and/or
diff --git a/libproto/pop/pop3_trace.c b/libproto/pop/pop3_trace.c
index 8484285..26e1188 100644
--- a/libproto/pop/pop3_trace.c
+++ b/libproto/pop/pop3_trace.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_uidl.c b/libproto/pop/pop3_uidl.c
index 5e0938e..324732a 100644
--- a/libproto/pop/pop3_uidl.c
+++ b/libproto/pop/pop3_uidl.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_uidl_cmd.c b/libproto/pop/pop3_uidl_cmd.c
index a20404e..df20ef1 100644
--- a/libproto/pop/pop3_uidl_cmd.c
+++ b/libproto/pop/pop3_uidl_cmd.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2004, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2004, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_uidla.c b/libproto/pop/pop3_uidla.c
index eff82ab..cd2c639 100644
--- a/libproto/pop/pop3_uidla.c
+++ b/libproto/pop/pop3_uidla.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2004, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2004, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_uidlas.c b/libproto/pop/pop3_uidlas.c
index 398e02c..f802b8f 100644
--- a/libproto/pop/pop3_uidlas.c
+++ b/libproto/pop/pop3_uidlas.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2004, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003-2004, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/libproto/pop/pop3_user.c b/libproto/pop/pop3_user.c
index 8bad257..edc91e2 100644
--- a/libproto/pop/pop3_user.c
+++ b/libproto/pop/pop3_user.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/libproto/pop/url.c b/libproto/pop/url.c
index a74f29c..8f193f2 100644
--- a/libproto/pop/url.c
+++ b/libproto/pop/url.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2003, 2007-2008, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2003, 2007-2008, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    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/maidag/Makefile.am b/maidag/Makefile.am
index 8efbf96..ebe81b6 100644
--- a/maidag/Makefile.am
+++ b/maidag/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/maidag/deliver.c b/maidag/deliver.c
index dd5b465..6fdc906 100644
--- a/maidag/deliver.c
+++ b/maidag/deliver.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -128,69 +128,6 @@ maidag_stdio_delivery (maidag_delivery_fn delivery_fun, 
int argc, char **argv)
   return exit_code;
 }
 
-static int biff_fd = -1;
-static struct sockaddr_in biff_in;
-static const char *biff_user_name;
-
-static int
-notify_action (mu_observer_t obs, size_t type, void *data, void *action_data)
-{
-  if (type == MU_EVT_MAILBOX_MESSAGE_APPEND && biff_user_name)
-    {
-      mu_message_qid_t qid = data;
-      mu_mailbox_t mbox = mu_observer_get_owner (obs);
-      mu_url_t url;
-      char *buf;
-      
-      mu_mailbox_get_url (mbox, &url);
-      mu_asprintf (&buf, "address@hidden:%s", biff_user_name,
-                  qid, mu_url_to_string (url));
-      if (buf)
-       {
-         sendto (biff_fd, buf, strlen (buf), 0,
-                 (struct sockaddr *)&biff_in, sizeof biff_in);
-         free (buf);
-       }
-    }
-  return 0;
-}
-
-static void
-attach_notify (mu_mailbox_t mbox)
-{
-  struct servent *sp;
-  mu_observer_t observer;
-  mu_observable_t observable;
-
-  if (biff_fd == -1)
-    {
-      if ((sp = getservbyname ("biff", "udp")) == NULL)
-       {
-         biff_fd = -2;
-         return;
-       }
-      biff_in.sin_family = AF_INET;
-      biff_in.sin_addr.s_addr = htonl (INADDR_LOOPBACK);
-      biff_in.sin_port = sp->s_port;
-      
-      biff_fd = socket (PF_INET, SOCK_DGRAM, 0);
-      if (biff_fd < 0)
-       {
-         biff_fd = -2;
-         return;
-       }
-    }
-
-  if (biff_fd)
-    {
-      mu_observer_create (&observer, mbox);
-      mu_observer_set_action (observer, notify_action, mbox);
-      mu_mailbox_get_observable (mbox, &observable);
-      mu_observable_attach (observable, MU_EVT_MAILBOX_MESSAGE_APPEND, 
-                            observer);
-    }
-}  
-
 int
 deliver_to_mailbox (mu_mailbox_t mbox, mu_message_t msg,
                    struct mu_auth_data *auth,
@@ -213,8 +150,6 @@ deliver_to_mailbox (mu_mailbox_t mbox, mu_message_t msg,
       return EX_TEMPFAIL;
     }
 
-  attach_notify (mbox);
-  
   /* FIXME: This is superfluous, as mu_mailbox_append_message takes care
      of locking anyway. But I leave it here for the time being. */
   mu_mailbox_get_locker (mbox, &lock);
@@ -403,7 +338,11 @@ do_delivery (mu_url_t url, mu_message_t msg, const char 
*name, char **errp)
       return EX_TEMPFAIL;
     }
 
-  biff_user_name = name;
+  status = mu_mailbox_set_notify (mbox, name);
+  if (status)
+    mu_error (_("failed to set notification on %s: %s"),
+             mu_url_to_string (url),
+             mu_strerror (status));
   
   /* Actually open the mailbox. Switch to the user's euid to make
      sure the maildrop file will have right privileges, in case it
diff --git a/maidag/forward.c b/maidag/forward.c
index c0ff2ba..fd602e5 100644
--- a/maidag/forward.c
+++ b/maidag/forward.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/maidag/guile.c b/maidag/guile.c
index 78bc53a..984fd62 100644
--- a/maidag/guile.c
+++ b/maidag/guile.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/maidag/lmtp.c b/maidag/lmtp.c
index 9c8b9ea..f69a5ac 100644
--- a/maidag/lmtp.c
+++ b/maidag/lmtp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/maidag/maidag.c b/maidag/maidag.c
index 530d768..399c6c2 100644
--- a/maidag/maidag.c
+++ b/maidag/maidag.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/maidag/maidag.h b/maidag/maidag.h
index eb57119..0ae7ce3 100644
--- a/maidag/maidag.h
+++ b/maidag/maidag.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/maidag/mailquota.c b/maidag/mailquota.c
index 3c4eb42..79616bf 100644
--- a/maidag/mailquota.c
+++ b/maidag/mailquota.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2002, 2004-2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/maidag/python.c b/maidag/python.c
index 6062cba..2d7f0da 100644
--- a/maidag/python.c
+++ b/maidag/python.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/maidag/script.c b/maidag/script.c
index 30e1a06..80dff7c 100644
--- a/maidag/script.c
+++ b/maidag/script.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/maidag/sieve.c b/maidag/sieve.c
index 65e09bd..f5451c6 100644
--- a/maidag/sieve.c
+++ b/maidag/sieve.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/maidag/tests/Makefile.am b/maidag/tests/Makefile.am
index 7a97cdd..fb69a7d 100644
--- a/maidag/tests/Makefile.am
+++ b/maidag/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/maidag/tests/atlocal.in b/maidag/tests/atlocal.in
index 16bd9b2..0791fdd 100644
--- a/maidag/tests/atlocal.in
+++ b/maidag/tests/atlocal.in
@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/maidag:$top_srcdir:$srcdir:$PATH
   
diff --git a/maidag/tests/forward.at b/maidag/tests/forward.at
index 531f3e8..62c4ed8 100644
--- a/maidag/tests/forward.at
+++ b/maidag/tests/forward.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/maidag/tests/lmtp.at b/maidag/tests/lmtp.at
index 07f1915..cf5e43e 100644
--- a/maidag/tests/lmtp.at
+++ b/maidag/tests/lmtp.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/maidag/tests/mda.at b/maidag/tests/mda.at
index e986f65..4301ad1 100644
--- a/maidag/tests/mda.at
+++ b/maidag/tests/mda.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/maidag/tests/testsuite.at b/maidag/tests/testsuite.at
index aea5166..d7a3ace 100644
--- a/maidag/tests/testsuite.at
+++ b/maidag/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/maidag/tests/url-mbox.at b/maidag/tests/url-mbox.at
index 5aae553..c51fd1d 100644
--- a/maidag/tests/url-mbox.at
+++ b/maidag/tests/url-mbox.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/maidag/util.c b/maidag/util.c
index ada2e73..5212533 100644
--- a/maidag/util.c
+++ b/maidag/util.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mail/Makefile.am b/mail/Makefile.am
index b6610a4..2833189 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+## Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/mail/alias.c b/mail/alias.c
index 85540de..4c9f877 100644
--- a/mail/alias.c
+++ b/mail/alias.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005-2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005-2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/alt.c b/mail/alt.c
index 536f012..b787c0c 100644
--- a/mail/alt.c
+++ b/mail/alt.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/cd.c b/mail/cd.c
index 2606c4f..17b0a69 100644
--- a/mail/cd.c
+++ b/mail/cd.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mail/copy.c b/mail/copy.c
index f1dba8c..d8a70ce 100644
--- a/mail/copy.c
+++ b/mail/copy.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/decode.c b/mail/decode.c
index bbe684d..13ad32b 100644
--- a/mail/decode.c
+++ b/mail/decode.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/delete.c b/mail/delete.c
index 2554c34..e208e3d 100644
--- a/mail/delete.c
+++ b/mail/delete.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/dp.c b/mail/dp.c
index 524d595..65891d0 100644
--- a/mail/dp.c
+++ b/mail/dp.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mail/echo.c b/mail/echo.c
index 562d486..6e74f29 100644
--- a/mail/echo.c
+++ b/mail/echo.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001-2002, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/edit.c b/mail/edit.c
index 0b64b90..d990c3a 100644
--- a/mail/edit.c
+++ b/mail/edit.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/envelope.c b/mail/envelope.c
index a5e8057..88f36d1 100644
--- a/mail/envelope.c
+++ b/mail/envelope.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mail/eq.c b/mail/eq.c
index 0f86ab9..ba102a7 100644
--- a/mail/eq.c
+++ b/mail/eq.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/escape.c b/mail/escape.c
index c1ec448..bd3c8b0 100644
--- a/mail/escape.c
+++ b/mail/escape.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005-2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005-2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/exit.c b/mail/exit.c
index c94895b..f821fc5 100644
--- a/mail/exit.c
+++ b/mail/exit.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/file.c b/mail/file.c
index 8f40e0c..3f81e93 100644
--- a/mail/file.c
+++ b/mail/file.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/folders.c b/mail/folders.c
index fecc00c..883db1a 100644
--- a/mail/folders.c
+++ b/mail/folders.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/followup.c b/mail/followup.c
index 32f1bce..c8ee3fe 100644
--- a/mail/followup.c
+++ b/mail/followup.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/from.c b/mail/from.c
index dafd631..4bfb0d9 100644
--- a/mail/from.c
+++ b/mail/from.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/headers.c b/mail/headers.c
index 3407764..364828d 100644
--- a/mail/headers.c
+++ b/mail/headers.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2003, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/help.c b/mail/help.c
index 7efec2a..7261a95 100644
--- a/mail/help.c
+++ b/mail/help.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/hold.c b/mail/hold.c
index 89374fd..f201377 100644
--- a/mail/hold.c
+++ b/mail/hold.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/if.c b/mail/if.c
index bb0c5fa..c88ec7b 100644
--- a/mail/if.c
+++ b/mail/if.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001-2002, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/inc.c b/mail/inc.c
index 93abcd9..1b8cf44 100644
--- a/mail/inc.c
+++ b/mail/inc.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/list.c b/mail/list.c
index 7c15ff9..7663d7d 100644
--- a/mail/list.c
+++ b/mail/list.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/mail.c b/mail/mail.c
index 6a25de6..f072e34 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mail/mail.h b/mail/mail.h
index c754dfd..ce157e9 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/mailline.c b/mail/mailline.c
index 04610d5..5060a26 100644
--- a/mail/mailline.c
+++ b/mail/mailline.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/mailvar.c b/mail/mailvar.c
index d74ccea..5df9298 100644
--- a/mail/mailvar.c
+++ b/mail/mailvar.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mail/mbox.c b/mail/mbox.c
index 778e365..9060a09 100644
--- a/mail/mbox.c
+++ b/mail/mbox.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/msgset.y b/mail/msgset.y
index e17485b..78b9d72 100644
--- a/mail/msgset.y
+++ b/mail/msgset.y
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/next.c b/mail/next.c
index 638a3ce..b8f1b07 100644
--- a/mail/next.c
+++ b/mail/next.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/page.c b/mail/page.c
index 628dcba..bfc3a05 100644
--- a/mail/page.c
+++ b/mail/page.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mail/pipe.c b/mail/pipe.c
index be985e6..78f9de8 100644
--- a/mail/pipe.c
+++ b/mail/pipe.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001, 2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/previous.c b/mail/previous.c
index e1f1020..81316a0 100644
--- a/mail/previous.c
+++ b/mail/previous.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/print.c b/mail/print.c
index 6f63529..d92967a 100644
--- a/mail/print.c
+++ b/mail/print.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/quit.c b/mail/quit.c
index 2a81522..9012f1c 100644
--- a/mail/quit.c
+++ b/mail/quit.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/reply.c b/mail/reply.c
index 1201ebc..9951cc5 100644
--- a/mail/reply.c
+++ b/mail/reply.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/retain.c b/mail/retain.c
index 69688de..f5774d8 100644
--- a/mail/retain.c
+++ b/mail/retain.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2004-2005, 2007, 2010-2012 Free
+   Copyright (C) 1999, 2001-2002, 2004-2005, 2007, 2010-2012, 2014 Free
    Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/save.c b/mail/save.c
index 5133caf..6ed3921 100644
--- a/mail/save.c
+++ b/mail/save.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mail/send.c b/mail/send.c
index 55fc246..dbf5d34 100644
--- a/mail/send.c
+++ b/mail/send.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mail/set.c b/mail/set.c
index d76b5bc..c93e1aa 100644
--- a/mail/set.c
+++ b/mail/set.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mail/setenv.c b/mail/setenv.c
index 4cb73d0..caa5728 100644
--- a/mail/setenv.c
+++ b/mail/setenv.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mail/shell.c b/mail/shell.c
index bceda14..225cb4e 100644
--- a/mail/shell.c
+++ b/mail/shell.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/size.c b/mail/size.c
index d408f62..7d77c43 100644
--- a/mail/size.c
+++ b/mail/size.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/source.c b/mail/source.c
index 04e25db..8163551 100644
--- a/mail/source.c
+++ b/mail/source.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001-2002, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/struct.c b/mail/struct.c
index 6b2a85d..619f75e 100644
--- a/mail/struct.c
+++ b/mail/struct.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mail/summary.c b/mail/summary.c
index 192b34b..55b68b8 100644
--- a/mail/summary.c
+++ b/mail/summary.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/table.c b/mail/table.c
index a496612..1d74894 100644
--- a/mail/table.c
+++ b/mail/table.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/tag.c b/mail/tag.c
index d278f23..4d0d3eb 100644
--- a/mail/tag.c
+++ b/mail/tag.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/testsuite/Makefile.am b/mail/testsuite/Makefile.am
index 842c035..01cd3dd 100644
--- a/mail/testsuite/Makefile.am
+++ b/mail/testsuite/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002, 2007, 2010-2012 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2007, 2010-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/mail/testsuite/if.mail b/mail/testsuite/if.mail
index 6acfb27..cd9111e 100644
--- a/mail/testsuite/if.mail
+++ b/mail/testsuite/if.mail
@@ -1,5 +1,6 @@
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/lib/mail.exp b/mail/testsuite/lib/mail.exp
index ac5e426..33e258b 100644
--- a/mail/testsuite/lib/mail.exp
+++ b/mail/testsuite/lib/mail.exp
@@ -1,6 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2009-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/alias.exp b/mail/testsuite/mail/alias.exp
index ba1f7f4..f24837d 100644
--- a/mail/testsuite/mail/alias.exp
+++ b/mail/testsuite/mail/alias.exp
@@ -1,6 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/folder.exp b/mail/testsuite/mail/folder.exp
index 15e15b9..fa26db6 100644
--- a/mail/testsuite/mail/folder.exp
+++ b/mail/testsuite/mail/folder.exp
@@ -1,6 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/if.exp b/mail/testsuite/mail/if.exp
index faafc21..7af3f69 100644
--- a/mail/testsuite/mail/if.exp
+++ b/mail/testsuite/mail/if.exp
@@ -1,7 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2005, 2007, 2009-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2005, 2007, 2009-2012, 2014 Free Software
+# Foundation, Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/read.exp b/mail/testsuite/mail/read.exp
index 52113e6..23b0c8c 100644
--- a/mail/testsuite/mail/read.exp
+++ b/mail/testsuite/mail/read.exp
@@ -1,7 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2005, 2007, 2010-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2005, 2007, 2010-2012, 2014 Free Software
+# Foundation, Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/send.exp b/mail/testsuite/mail/send.exp
index 4d7160a..7d6996c 100644
--- a/mail/testsuite/mail/send.exp
+++ b/mail/testsuite/mail/send.exp
@@ -1,7 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2006-2007, 2010-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2006-2007, 2010-2012, 2014 Free Software
+# Foundation, Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/tag.exp b/mail/testsuite/mail/tag.exp
index c8319ac..2cbc61c 100644
--- a/mail/testsuite/mail/tag.exp
+++ b/mail/testsuite/mail/tag.exp
@@ -1,6 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/write.exp b/mail/testsuite/mail/write.exp
index 4ec25ef..4ea2c31 100644
--- a/mail/testsuite/mail/write.exp
+++ b/mail/testsuite/mail/write.exp
@@ -1,6 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2009-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/mail/z.exp b/mail/testsuite/mail/z.exp
index 0c9f384..83f225a 100644
--- a/mail/testsuite/mail/z.exp
+++ b/mail/testsuite/mail/z.exp
@@ -1,7 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2005, 2007, 2010-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2005, 2007, 2010-2012, 2014 Free Software
+# Foundation, Inc.
 #  
 # GNU Mailutils 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/mail/testsuite/makespool b/mail/testsuite/makespool
index 3a292ed..7db2be5 100755
--- a/mail/testsuite/makespool
+++ b/mail/testsuite/makespool
@@ -1,6 +1,7 @@
 #! /bin/sh
 # GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2002, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #
 # GNU Mailutils 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/mail/top.c b/mail/top.c
index 39fb5c5..3ded84a 100644
--- a/mail/top.c
+++ b/mail/top.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/touch.c b/mail/touch.c
index 44c2ecf..417498c 100644
--- a/mail/touch.c
+++ b/mail/touch.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/unalias.c b/mail/unalias.c
index 492edde..6c9143e 100644
--- a/mail/unalias.c
+++ b/mail/unalias.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001-2002, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/undelete.c b/mail/undelete.c
index fded312..f922e00 100644
--- a/mail/undelete.c
+++ b/mail/undelete.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/unset.c b/mail/unset.c
index f732100..53f9fd3 100644
--- a/mail/unset.c
+++ b/mail/unset.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mail/util.c b/mail/util.c
index f748fa1..3db95ab 100644
--- a/mail/util.c
+++ b/mail/util.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mail/version.c b/mail/version.c
index 77495b8..3c7bf9c 100644
--- a/mail/version.c
+++ b/mail/version.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mail/visual.c b/mail/visual.c
index 18709c4..96b3b15 100644
--- a/mail/visual.c
+++ b/mail/visual.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999, 2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mail/write.c b/mail/write.c
index 0657cbf..1aa53d0 100644
--- a/mail/write.c
+++ b/mail/write.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/mail/z.c b/mail/z.c
index 8d11724..856fef7 100644
--- a/mail/z.c
+++ b/mail/z.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2002, 2005, 2007, 2010-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/maint.mk b/maint.mk
index a85929f..ff73543 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 # Written by Sergey Poznyakoff
 #
diff --git a/mapi/MAPIAddress.c b/mapi/MAPIAddress.c
index a19ca29..8a1e63f 100644
--- a/mapi/MAPIAddress.c
+++ b/mapi/MAPIAddress.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPIDeleteMail.c b/mapi/MAPIDeleteMail.c
index c5a1a9f..55ccd74 100644
--- a/mapi/MAPIDeleteMail.c
+++ b/mapi/MAPIDeleteMail.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPIDetails.c b/mapi/MAPIDetails.c
index 1fb7225..4ad975a 100644
--- a/mapi/MAPIDetails.c
+++ b/mapi/MAPIDetails.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPIFindNext.c b/mapi/MAPIFindNext.c
index 7b703ca..ee1d5c1 100644
--- a/mapi/MAPIFindNext.c
+++ b/mapi/MAPIFindNext.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPIFreeBuffer.c b/mapi/MAPIFreeBuffer.c
index e5fa27a..904e820 100644
--- a/mapi/MAPIFreeBuffer.c
+++ b/mapi/MAPIFreeBuffer.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPILogoff.c b/mapi/MAPILogoff.c
index 3f769ec..c1ded08 100644
--- a/mapi/MAPILogoff.c
+++ b/mapi/MAPILogoff.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPILogon.c b/mapi/MAPILogon.c
index 44c16f8..7302ec4 100644
--- a/mapi/MAPILogon.c
+++ b/mapi/MAPILogon.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPIReadMail.c b/mapi/MAPIReadMail.c
index 831479c..5c290e4 100644
--- a/mapi/MAPIReadMail.c
+++ b/mapi/MAPIReadMail.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPISaveMail.c b/mapi/MAPISaveMail.c
index d4fc923..44d069b 100644
--- a/mapi/MAPISaveMail.c
+++ b/mapi/MAPISaveMail.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPISendDocuments.c b/mapi/MAPISendDocuments.c
index 00aadef..e71cb6b 100644
--- a/mapi/MAPISendDocuments.c
+++ b/mapi/MAPISendDocuments.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/MAPISendMail.c b/mapi/MAPISendMail.c
index a27d295..6b288c2 100644
--- a/mapi/MAPISendMail.c
+++ b/mapi/MAPISendMail.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/mapi/Makefile.am b/mapi/Makefile.am
index d4c10c0..9ff8ad2 100644
--- a/mapi/Makefile.am
+++ b/mapi/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2002, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/mapi/mapi.h b/mapi/mapi.h
index 490be2b..9b16574 100644
--- a/mapi/mapi.h
+++ b/mapi/mapi.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/messages/Makefile.am b/messages/Makefile.am
index 4b10c89..1d5d3ae 100644
--- a/messages/Makefile.am
+++ b/messages/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2004, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2004, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/messages/messages.c b/messages/messages.c
index 93819ef..b6f234d 100644
--- a/messages/messages.c
+++ b/messages/messages.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/messages/tests/Makefile.am b/messages/tests/Makefile.am
index c3358e7..66f010a 100644
--- a/messages/tests/Makefile.am
+++ b/messages/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/messages/tests/atlocal.in b/messages/tests/atlocal.in
index 2822af9..b7d67e0 100644
--- a/messages/tests/atlocal.in
+++ b/messages/tests/atlocal.in
@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/messages:$top_srcdir:$srcdir:$PATH
   
diff --git a/messages/tests/testsuite.at b/messages/tests/testsuite.at
index 702110a..162811b 100644
--- a/messages/tests/testsuite.at
+++ b/messages/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/Makefile.am b/mh/Makefile.am
index 96c99a4..9910af3 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2003, 2007, 2009-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2003, 2007, 2009-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/mh/ali.c b/mh/ali.c
index c9a455a..3c77f48 100644
--- a/mh/ali.c
+++ b/mh/ali.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/anno.c b/mh/anno.c
index cf42eac..e6335f6 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/burst.c b/mh/burst.c
index c2848e5..ce9ae94 100644
--- a/mh/burst.c
+++ b/mh/burst.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/burstfsa.c b/mh/burstfsa.c
index 7f4c2da..bff4909 100644
--- a/mh/burstfsa.c
+++ b/mh/burstfsa.c
@@ -1,5 +1,5 @@
 /* Generate FSA states for RFC 934 bursting agent.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/comp.c b/mh/comp.c
index 544a8b2..6066de0 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/compcommon.c b/mh/compcommon.c
index f14de70..495a535 100644
--- a/mh/compcommon.c
+++ b/mh/compcommon.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/etc/Makefile.am b/mh/etc/Makefile.am
index a5fde01..6834ec7 100644
--- a/mh/etc/Makefile.am
+++ b/mh/etc/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2003, 2007, 2009-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2003, 2007, 2009-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/mh/etc/mailutils-mh.eli b/mh/etc/mailutils-mh.eli
index 9cc5fa7..7f4727c 100644
--- a/mh/etc/mailutils-mh.eli
+++ b/mh/etc/mailutils-mh.eli
@@ -1,6 +1,7 @@
 ;;;; -*- emacs-lisp -*-
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 2003, 2007, 2010-2012 Free Software Foundation, Inc.
+;;;; Copyright (C) 2003, 2007, 2010-2012, 2014 Free Software Foundation,
+;;;; Inc.
 ;;;; 
 ;;;; GNU Mailutils 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/mh/etc/mhl.format b/mh/etc/mhl.format
index 8d6c761..adbad63 100644
--- a/mh/etc/mhl.format
+++ b/mh/etc/mhl.format
@@ -1,7 +1,7 @@
 ; This is the default mhl.format file for Mailutils MH.
 ;
 ; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 ; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 ;
 : -- using template mhl.format --
diff --git a/mh/etc/mhl.forward b/mh/etc/mhl.forward
index bab373a..370ea3e 100644
--- a/mh/etc/mhl.forward
+++ b/mh/etc/mhl.forward
@@ -1,7 +1,7 @@
 ; This is the default mhl.format file for Mailutils MH.
 ;
 ; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 ; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 ;
 width=80,overflowtext=,overflowoffset=10
diff --git a/mh/etc/mhl.headers b/mh/etc/mhl.headers
index 3a42504..6313c0d 100644
--- a/mh/etc/mhl.headers
+++ b/mh/etc/mhl.headers
@@ -1,7 +1,7 @@
 ; mhl.headers
 ;
 ; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2010-2012 Free Software Foundation, Inc.
+; Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 ; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 ;
 ; Mhn uses this format file for displaying headers in MIME messages. 
diff --git a/mh/etc/mhl.repl b/mh/etc/mhl.repl
index 0886e34..a8830fd 100644
--- a/mh/etc/mhl.repl
+++ b/mh/etc/mhl.repl
@@ -1,7 +1,7 @@
 ; Default format file for GNU repl
 ;
 ; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 ; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 ;
 :
diff --git a/mh/etc/mhl.usenet b/mh/etc/mhl.usenet
index d9d34ba..5bd892c 100644
--- a/mh/etc/mhl.usenet
+++ b/mh/etc/mhl.usenet
@@ -1,7 +1,7 @@
 ; USENET-style format file for GNU repl
 ;
 ; GNU Mailutils -- a suite of utilities for electronic mail
-; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 ; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 ;
 :
diff --git a/mh/etc/replcomps b/mh/etc/replcomps
index f3b11f5..37d1f20 100644
--- a/mh/etc/replcomps
+++ b/mh/etc/replcomps
@@ -1,7 +1,7 @@
 %; This is the default replcomps file for Mailutils MH.
 %;
 %; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 %; Distributed under GPL.
 %;
 %(lit)%(formataddr %<{reply-to}%?{from}%?{sender}%?{return-path}%>)\
diff --git a/mh/etc/replgroupcomps b/mh/etc/replgroupcomps
index c229fb5..22e08b3 100644
--- a/mh/etc/replgroupcomps
+++ b/mh/etc/replgroupcomps
@@ -1,7 +1,7 @@
 %; This is the default replgroupcomps file for Mailutils MH.
 %;
 %; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 %; Distributed under GPL.
 %;
 %(lit)%(formataddr{mail-followup-to})\
diff --git a/mh/etc/scan.default b/mh/etc/scan.default
index c6904e2..82d1bcc 100644
--- a/mh/etc/scan.default
+++ b/mh/etc/scan.default
@@ -1,7 +1,7 @@
 %; Default scan format GNU MH.
 %;
 %; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 %; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 %;
 %; NOTE: This file is not actually used and is supplied for your reference
diff --git a/mh/etc/scan.mailx b/mh/etc/scan.mailx
index a784056..4dbad1c 100644
--- a/mh/etc/scan.mailx
+++ b/mh/etc/scan.mailx
@@ -1,7 +1,7 @@
 %; Mimic the mailx(1) output.
 %;
 %; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 %; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 %;
 %<(cur)>%| %>\
diff --git a/mh/etc/scan.size b/mh/etc/scan.size
index b6d8b16..cc667b6 100644
--- a/mh/etc/scan.size
+++ b/mh/etc/scan.size
@@ -1,7 +1,7 @@
 %; "Size"-format for GNU MH scan.
 %;
 %; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 %; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 %;
 %; This format is similar to scan.default, except that it prints the
diff --git a/mh/etc/scan.time b/mh/etc/scan.time
index 7080c7a..f0553ed 100644
--- a/mh/etc/scan.time
+++ b/mh/etc/scan.time
@@ -1,7 +1,7 @@
 %; "Time"-format for GNU MH scan.
 %;
 %; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 %; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 %;
 %; This format is similar to scan.default, except that it prints the
diff --git a/mh/etc/scan.timely b/mh/etc/scan.timely
index b3a7e1c..0090d32 100644
--- a/mh/etc/scan.timely
+++ b/mh/etc/scan.timely
@@ -1,7 +1,7 @@
 %; "Timely"-format for GNU MH scan.
 %;
 %; GNU Mailutils -- a suite of utilities for electronic mail
-%; Copyright (C) 2003, 2010-2012 Free Software Foundation, Inc.
+%; Copyright (C) 2003, 2010-2012, 2014 Free Software Foundation, Inc.
 %; Distributed under GPLv3+.  See <http://gnu.org/licenses/gpl.html>.
 %;
 %; The time output in this format depends on the time difference between
diff --git a/mh/fmtcheck.c b/mh/fmtcheck.c
index aaf8543..7c4274b 100644
--- a/mh/fmtcheck.c
+++ b/mh/fmtcheck.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2003, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/folder.c b/mh/folder.c
index 25a5c23..1210856 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2003, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/forw.c b/mh/forw.c
index 74b1f68..9869062 100644
--- a/mh/forw.c
+++ b/mh/forw.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/inc.c b/mh/inc.c
index c25e447..f9a19c7 100644
--- a/mh/inc.c
+++ b/mh/inc.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2003, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -48,6 +49,8 @@ static struct argp_option options[] = {
    N_("set output width")},
   {"quiet",   ARG_QUIET, 0,        0,
    N_("be quiet")},
+  {"notify",  ARG_NOTIFY,N_("BOOL"),   OPTION_ARG_OPTIONAL,
+   N_("enable biff notification"), },
   { 0 }
 };
 
@@ -74,6 +77,7 @@ static FILE *audit_fp;
 static int changecur = -1;
 static int truncate_source = -1;
 static int quiet = 0;
+static int notify = 0;
 static const char *append_folder;
 static const char *move_to_mailbox;
 
@@ -98,7 +102,7 @@ opt_handler (int key, char *arg, struct argp_state *state)
       break;
       
     case ARG_CHANGECUR:
-      changecur = is_true(arg);
+      changecur = is_true (arg);
       break;
 
     case ARG_NOCHANGECUR:
@@ -161,6 +165,10 @@ opt_handler (int key, char *arg, struct argp_state *state)
       quiet = 1;
       break;
 
+    case ARG_NOTIFY:
+      notify = is_true (arg);;
+      break;
+      
     default:
       return ARGP_ERR_UNKNOWN;
     }
@@ -385,7 +393,15 @@ main (int argc, char **argv)
     }
 
   incdat.output = mh_open_folder (append_folder,
-                                 MU_STREAM_RDWR|MU_STREAM_CREAT);
+                                 
MU_STREAM_READ|MU_STREAM_APPEND|MU_STREAM_CREAT);
+  if (notify)
+    {
+      rc = mu_mailbox_set_notify (incdat.output, NULL);
+      if (rc)
+       mu_error (_("failed to set up notification: %s"),
+                 mu_strerror (rc));
+    }
+  
   if ((rc = mu_mailbox_messages_count (incdat.output, &incdat.lastmsg)) != 0)
     {
       mu_error (_("cannot read output mailbox: %s"),
diff --git a/mh/install-mh.c b/mh/install-mh.c
index f284b7c..c896e89 100644
--- a/mh/install-mh.c
+++ b/mh/install-mh.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/mark.c b/mh/mark.c
index 645a3cb..09f8382 100644
--- a/mh/mark.c
+++ b/mh/mark.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/mboxprop.c b/mh/mboxprop.c
index a67454f..cfb256e 100644
--- a/mh/mboxprop.c
+++ b/mh/mboxprop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh.h b/mh/mh.h
index 4ff34d5..4f40265 100644
--- a/mh/mh.h
+++ b/mh/mh.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_alias.l b/mh/mh_alias.l
index 932f23e..e54bf4e 100644
--- a/mh/mh_alias.l
+++ b/mh/mh_alias.l
@@ -1,7 +1,7 @@
 %top {
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/mh_alias.y b/mh/mh_alias.y
index 50608f0..474354d 100644
--- a/mh/mh_alias.y
+++ b/mh/mh_alias.y
@@ -1,6 +1,7 @@
 %{
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/mh_argp.c b/mh/mh_argp.c
index 0acdea9..65c46fe 100644
--- a/mh/mh_argp.c
+++ b/mh/mh_argp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_fmtgram.y b/mh/mh_fmtgram.y
index 6dd0f2d..1d04d15 100644
--- a/mh/mh_fmtgram.y
+++ b/mh/mh_fmtgram.y
@@ -1,6 +1,6 @@
 %{
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2004, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2004, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_format.c b/mh/mh_format.c
index ef5b957..d952586 100644
--- a/mh/mh_format.c
+++ b/mh/mh_format.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_format.h b/mh/mh_format.h
index cff57a0..6c8401c 100644
--- a/mh/mh_format.h
+++ b/mh/mh_format.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2006-2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/mh_getopt.c b/mh/mh_getopt.c
index 9f0ccfd..641a477 100644
--- a/mh/mh_getopt.c
+++ b/mh/mh_getopt.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_getopt.h b/mh/mh_getopt.h
index 35a4f3b..c457b4f 100644
--- a/mh/mh_getopt.h
+++ b/mh/mh_getopt.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2005, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2005, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/mh_global.c b/mh/mh_global.c
index 8a5fefe..0d774f2 100644
--- a/mh/mh_global.c
+++ b/mh/mh_global.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/mh_init.c b/mh/mh_init.c
index e0b38ca..b3e4572 100644
--- a/mh/mh_init.c
+++ b/mh/mh_init.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2003, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_list.c b/mh/mh_list.c
index f59e347..e6c59c5 100644
--- a/mh/mh_list.c
+++ b/mh/mh_list.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/mh_msgset.c b/mh/mh_msgset.c
index 47e6e7e..6500497 100644
--- a/mh/mh_msgset.c
+++ b/mh/mh_msgset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005-2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_sequence.c b/mh/mh_sequence.c
index 41dd075..b2c3768 100644
--- a/mh/mh_sequence.c
+++ b/mh/mh_sequence.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/mh_stream.c b/mh/mh_stream.c
index cf59fb0..ce7e652 100644
--- a/mh/mh_stream.c
+++ b/mh/mh_stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005-2007, 2010-2012 Free Software
+   Copyright (C) 1999-2002, 2005-2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
index 8cea599..12ea376 100644
--- a/mh/mh_whatnow.c
+++ b/mh/mh_whatnow.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/mh_whom.c b/mh/mh_whom.c
index c6d614d..cee213f 100644
--- a/mh/mh_whom.c
+++ b/mh/mh_whom.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/mhl.c b/mh/mhl.c
index d6b1ea4..8b6c0f2 100644
--- a/mh/mhl.c
+++ b/mh/mhl.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/mhn.c b/mh/mhn.c
index a95f3d8..9e0e7e1 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/mhparam.c b/mh/mhparam.c
index 184a800..80d3184 100644
--- a/mh/mhparam.c
+++ b/mh/mhparam.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/mhpath.c b/mh/mhpath.c
index 19a1556..6501d53 100644
--- a/mh/mhpath.c
+++ b/mh/mhpath.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/mhseq.c b/mh/mhseq.c
index ff17017..750a9fa 100644
--- a/mh/mhseq.c
+++ b/mh/mhseq.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/msgchk.c b/mh/msgchk.c
index 0dd1e48..7755b7f 100644
--- a/mh/msgchk.c
+++ b/mh/msgchk.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/pick.c b/mh/pick.c
index d14b52a..1be2303 100644
--- a/mh/pick.c
+++ b/mh/pick.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/pick.h b/mh/pick.h
index 34c363c..a9dd1b7 100644
--- a/mh/pick.h
+++ b/mh/pick.h
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2010-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2010-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/pick.y b/mh/pick.y
index a7b9bdc..fd426a0 100644
--- a/mh/pick.y
+++ b/mh/pick.y
@@ -1,6 +1,7 @@
 %{
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/prompter-rl.c b/mh/prompter-rl.c
index 78f1ce4..aeb6452 100644
--- a/mh/prompter-rl.c
+++ b/mh/prompter-rl.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/prompter-tty.c b/mh/prompter-tty.c
index 0616a5c..f087744 100644
--- a/mh/prompter-tty.c
+++ b/mh/prompter-tty.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/prompter.c b/mh/prompter.c
index 3d84343..a6afe4b 100644
--- a/mh/prompter.c
+++ b/mh/prompter.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/prompter.h b/mh/prompter.h
index 38041ea..2d90e3b 100644
--- a/mh/prompter.h
+++ b/mh/prompter.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/refile.c b/mh/refile.c
index 596fe40..188110a 100644
--- a/mh/refile.c
+++ b/mh/refile.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/repl.c b/mh/repl.c
index 0012895..f06b7b4 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002-2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/rmf.c b/mh/rmf.c
index d14a9cd..3db03bf 100644
--- a/mh/rmf.c
+++ b/mh/rmf.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/rmm.c b/mh/rmm.c
index 9a1034a..34917bc 100644
--- a/mh/rmm.c
+++ b/mh/rmm.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/scan.c b/mh/scan.c
index 7323b03..8f5339d 100644
--- a/mh/scan.c
+++ b/mh/scan.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2003, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/send.c b/mh/send.c
index 99fa0eb..244c1a8 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/show.c b/mh/show.c
index 13fce75..7c071a1 100644
--- a/mh/show.c
+++ b/mh/show.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2002, 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mh/sortm.c b/mh/sortm.c
index 4795fc6..1ede87a 100644
--- a/mh/sortm.c
+++ b/mh/sortm.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/tests/Makefile.am b/mh/tests/Makefile.am
index 227adbf..9dbd75c 100644
--- a/mh/tests/Makefile.am
+++ b/mh/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/ali.at b/mh/tests/ali.at
index ff9ee91..f41de56 100644
--- a/mh/tests/ali.at
+++ b/mh/tests/ali.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/anno.at b/mh/tests/anno.at
index 39f2e57..ddab9fb 100644
--- a/mh/tests/anno.at
+++ b/mh/tests/anno.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/atlocal.in b/mh/tests/atlocal.in
index 282b2b8..297c682 100644
--- a/mh/tests/atlocal.in
+++ b/mh/tests/atlocal.in
@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/mh:$top_srcdir:$srcdir:$PATH
 remove_curdir() {
diff --git a/mh/tests/burst.at b/mh/tests/burst.at
index 3e9f73b..3527408 100644
--- a/mh/tests/burst.at
+++ b/mh/tests/burst.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/comp.at b/mh/tests/comp.at
index df8049c..66abbe2 100644
--- a/mh/tests/comp.at
+++ b/mh/tests/comp.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/folder.at b/mh/tests/folder.at
index 644095e..3643c35 100644
--- a/mh/tests/folder.at
+++ b/mh/tests/folder.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/forw.at b/mh/tests/forw.at
index 2918041..d1bee62 100644
--- a/mh/tests/forw.at
+++ b/mh/tests/forw.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/inc.at b/mh/tests/inc.at
index e8ea2b4..c377254 100644
--- a/mh/tests/inc.at
+++ b/mh/tests/inc.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/install-mh.at b/mh/tests/install-mh.at
index cc255b6..2e3c7ee 100644
--- a/mh/tests/install-mh.at
+++ b/mh/tests/install-mh.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/lu.c b/mh/tests/lu.c
index c438f9d..6842b0c 100644
--- a/mh/tests/lu.c
+++ b/mh/tests/lu.c
@@ -1,5 +1,5 @@
 /* This file is part of GNU Mailutils test suite.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012, 2014 Free Software Foundation, Inc.
 
    This file is free software; as a special exception the author gives
    unlimited permission to copy and/or distribute it, with or without
diff --git a/mh/tests/mark.at b/mh/tests/mark.at
index 2c28521..ca5a078 100644
--- a/mh/tests/mark.at
+++ b/mh/tests/mark.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/mhl.at b/mh/tests/mhl.at
index 0058743..a541840 100644
--- a/mh/tests/mhl.at
+++ b/mh/tests/mhl.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/mhn.at b/mh/tests/mhn.at
index 48de9c3..2f079a8 100644
--- a/mh/tests/mhn.at
+++ b/mh/tests/mhn.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/mhparam.at b/mh/tests/mhparam.at
index 267e6db..f9a4646 100644
--- a/mh/tests/mhparam.at
+++ b/mh/tests/mhparam.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/mhpath.at b/mh/tests/mhpath.at
index d4dcb1e..0f102ed 100644
--- a/mh/tests/mhpath.at
+++ b/mh/tests/mhpath.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/mhseq.at b/mh/tests/mhseq.at
index a097743..317b542 100644
--- a/mh/tests/mhseq.at
+++ b/mh/tests/mhseq.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/pick.at b/mh/tests/pick.at
index 4448c49..5048657 100644
--- a/mh/tests/pick.at
+++ b/mh/tests/pick.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/refile.at b/mh/tests/refile.at
index eac180f..c7cc94d 100644
--- a/mh/tests/refile.at
+++ b/mh/tests/refile.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/repl.at b/mh/tests/repl.at
index fc4123c..f766d78 100644
--- a/mh/tests/repl.at
+++ b/mh/tests/repl.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/rmf.at b/mh/tests/rmf.at
index a25155f..21eedd1 100644
--- a/mh/tests/rmf.at
+++ b/mh/tests/rmf.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/rmm.at b/mh/tests/rmm.at
index 331200f..ae115f7 100644
--- a/mh/tests/rmm.at
+++ b/mh/tests/rmm.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/scan.at b/mh/tests/scan.at
index 73964b2..6ebd6be 100644
--- a/mh/tests/scan.at
+++ b/mh/tests/scan.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/send.at b/mh/tests/send.at
index 0b390e8..51b5c86 100644
--- a/mh/tests/send.at
+++ b/mh/tests/send.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/sortm.at b/mh/tests/sortm.at
index 1ad1855..0034ff8 100644
--- a/mh/tests/sortm.at
+++ b/mh/tests/sortm.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/tests/testsuite.at b/mh/tests/testsuite.at
index 4c02bc8..f6600cf 100644
--- a/mh/tests/testsuite.at
+++ b/mh/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mh/whatnow.c b/mh/whatnow.c
index a4e304a..c99e85f 100644
--- a/mh/whatnow.c
+++ b/mh/whatnow.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2008-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mh/whatnowenv.c b/mh/whatnowenv.c
index 284e979..60f27a7 100644
--- a/mh/whatnowenv.c
+++ b/mh/whatnowenv.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005-2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/mh/whom.c b/mh/whom.c
index 5e3ac2b..2242ea6 100644
--- a/mh/whom.c
+++ b/mh/whom.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mimeview/Makefile.am b/mimeview/Makefile.am
index 9cbe48d..c0dbc66 100644
--- a/mimeview/Makefile.am
+++ b/mimeview/Makefile.am
@@ -1,5 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+## Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/mimeview/mimetypes.l b/mimeview/mimetypes.l
index 02b7ddd..c28818a 100644
--- a/mimeview/mimetypes.l
+++ b/mimeview/mimetypes.l
@@ -1,6 +1,7 @@
 %top {
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mimeview/mimetypes.y b/mimeview/mimetypes.y
index 2fafa08..5ad8d53 100644
--- a/mimeview/mimetypes.y
+++ b/mimeview/mimetypes.y
@@ -1,6 +1,7 @@
 %{
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/mimeview/mimeview.c b/mimeview/mimeview.c
index 78ac04c..3250c7e 100644
--- a/mimeview/mimeview.c
+++ b/mimeview/mimeview.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mimeview/mimeview.h b/mimeview/mimeview.h
index ff01d67..79b56a2 100644
--- a/mimeview/mimeview.h
+++ b/mimeview/mimeview.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/movemail/Makefile.am b/movemail/Makefile.am
index 114e004..dba0fc2 100644
--- a/movemail/Makefile.am
+++ b/movemail/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2002, 2006-2007, 2010-2012 Free Software
+## Copyright (C) 1999-2002, 2006-2007, 2010-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/movemail/movemail.c b/movemail/movemail.c
index edec892..bad7bca 100644
--- a/movemail/movemail.c
+++ b/movemail/movemail.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -37,7 +37,8 @@ enum {
   IGNORE_ERRORS_OPTION,
   PROGRAM_ID_OPTION,
   MAX_MESSAGES_OPTION,
-  ONERROR_OPTION
+  ONERROR_OPTION,
+  NOTIFY_OPTION
 };
 
 static struct argp_option options[] = {
@@ -60,6 +61,8 @@ static struct argp_option options[] = {
     N_("set program identifier for diagnostics (default: program name)") },
   { "max-messages", MAX_MESSAGES_OPTION, N_("NUMBER"), 0,
     N_("process at most NUMBER messages") },
+  { "notify",  NOTIFY_OPTION, NULL,   0,
+    N_("enable biff notification") },  
   { NULL,      0, NULL, 0, NULL, 0 }
 };
 
@@ -71,6 +74,7 @@ static int verbose_option;
 static int ignore_errors;
 static char *program_id_option;
 static size_t max_messages_option;
+static int notify;
 
   /* These bits tell what to do when an error occurs: */
 #define ONERROR_SKIP     0x01  /* Skip to the next message */
@@ -166,6 +170,10 @@ parse_opt (int key, char *arg, struct argp_state *state)
       mu_argp_node_list_new (lst, "ignore-errors", "yes");
       break;
 
+    case NOTIFY_OPTION:
+      notify = 1;
+      break;
+      
     case ONERROR_OPTION:
       mu_argp_node_list_new (lst, "onerror", arg);
       break;
@@ -893,11 +901,20 @@ main (int argc, char **argv)
 
   switch_owner (source);
   
-  open_mailbox (&dest, dest_name, MU_STREAM_RDWR | MU_STREAM_CREAT, NULL);
+  open_mailbox (&dest, dest_name,
+               MU_STREAM_APPEND | MU_STREAM_READ | MU_STREAM_CREAT, NULL);
 
   if (program_id_option)
     set_program_id (source_name, dest_name);
 
+  if (notify)
+    {
+      rc = mu_mailbox_set_notify (dest, NULL);
+      if (rc)
+       mu_error (_("failed to set up notification: %s"),
+                 mu_strerror (rc));
+    }
+  
   rc = mu_mailbox_messages_count (source, &total);
   if (rc)
     {
diff --git a/mu-aux/Makefile.am b/mu-aux/Makefile.am
index e311b6d..426cc7b 100644
--- a/mu-aux/Makefile.am
+++ b/mu-aux/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002-2003, 2005, 2007, 2010-2012 Free Software
+## Copyright (C) 2002-2003, 2005, 2007, 2010-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/mu-aux/debcat.awk b/mu-aux/debcat.awk
index 2002ef7..668192c 100644
--- a/mu-aux/debcat.awk
+++ b/mu-aux/debcat.awk
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mu-aux/generr.awk b/mu-aux/generr.awk
index 13303e3..c49503a 100644
--- a/mu-aux/generr.awk
+++ b/mu-aux/generr.awk
@@ -1,5 +1,6 @@
 # generr.awk -- Create error reporting sources for GNU Mailutils
-# Copyright (C) 2005-2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mu-aux/gylwrap b/mu-aux/gylwrap
index 0efe48d..3a459e0 100755
--- a/mu-aux/gylwrap
+++ b/mu-aux/gylwrap
@@ -1,6 +1,7 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
-# Copyright 1996-1999, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright 1996-1999, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 # Written by Tom Tromey <address@hidden>.
 #
 # This program is free software; you can redistribute it and/or modify
diff --git a/mu-aux/mailutils.m4 b/mu-aux/mailutils.m4
index fcce5f0..8d513d5 100644
--- a/mu-aux/mailutils.m4
+++ b/mu-aux/mailutils.m4
@@ -1,4 +1,5 @@
-dnl Copyright (C) 2006-2007, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2007, 2010-2012, 2014 Free Software Foundation,
+dnl Inc.
 dnl
 dnl GNU Mailutils is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU General Public License as
diff --git a/mu-aux/sqlmod.sh b/mu-aux/sqlmod.sh
index 8a7d4d5..7b02741 100755
--- a/mu-aux/sqlmod.sh
+++ b/mu-aux/sqlmod.sh
@@ -1,6 +1,6 @@
 #! /bin/sh
 # This file is part of GNU Mailutils
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # Written by Sergey Poznyakoff
 #
diff --git a/mu-aux/texify.sed b/mu-aux/texify.sed
index 33d287f..6db5f72 100644
--- a/mu-aux/texify.sed
+++ b/mu-aux/texify.sed
@@ -1,5 +1,5 @@
-# Copyright (C) 2002-2003, 2007, 2010-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002-2003, 2007, 2010-2012, 2014 Free Software
+# Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mu/Makefile.am b/mu/Makefile.am
index cb6de0b..7d4fe8e 100644
--- a/mu/Makefile.am
+++ b/mu/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2002, 2005, 2007, 2010-2012 Free Software
+## Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/mu/acl.c b/mu/acl.c
index f545f71..a8a9637 100644
--- a/mu/acl.c
+++ b/mu/acl.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/cflags.c b/mu/cflags.c
index 4d710b2..955b7cd 100644
--- a/mu/cflags.c
+++ b/mu/cflags.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/dbm.c b/mu/dbm.c
index 6546353..58689e9 100644
--- a/mu/dbm.c
+++ b/mu/dbm.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/dispatch.c b/mu/dispatch.c
index 2ebcd47..ab18faa 100644
--- a/mu/dispatch.c
+++ b/mu/dispatch.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/filter.c b/mu/filter.c
index 6b9c109..fb490c0 100644
--- a/mu/filter.c
+++ b/mu/filter.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/flt2047.c b/mu/flt2047.c
index 1dfab86..79fc6dc 100644
--- a/mu/flt2047.c
+++ b/mu/flt2047.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/getans.c b/mu/getans.c
index 8eaa66c..f482337 100644
--- a/mu/getans.c
+++ b/mu/getans.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/getarg.c b/mu/getarg.c
index 2cb3d5b..6a5762b 100644
--- a/mu/getarg.c
+++ b/mu/getarg.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/getyn.c b/mu/getyn.c
index 379d7bd..854f3a6 100644
--- a/mu/getyn.c
+++ b/mu/getyn.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010, 2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/help.c b/mu/help.c
index aa1cd1a..58039d8 100644
--- a/mu/help.c
+++ b/mu/help.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/imap.c b/mu/imap.c
index bde1b5f..519874c 100644
--- a/mu/imap.c
+++ b/mu/imap.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/info.c b/mu/info.c
index 935e98b..4784289 100644
--- a/mu/info.c
+++ b/mu/info.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/ldflags.c b/mu/ldflags.c
index e67048a..da81f8a 100644
--- a/mu/ldflags.c
+++ b/mu/ldflags.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/logger.c b/mu/logger.c
index 0701e5a..670cee9 100644
--- a/mu/logger.c
+++ b/mu/logger.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/mailutils-config.in b/mu/mailutils-config.in
index 050d2d6..e89263f 100644
--- a/mu/mailutils-config.in
+++ b/mu/mailutils-config.in
@@ -1,6 +1,6 @@
 #! /bin/sh
 # A deprecated interface to GNU Mailutils configuration facilities.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mu/mu-setup.awk b/mu/mu-setup.awk
index a11026e..d0bb374 100644
--- a/mu/mu-setup.awk
+++ b/mu/mu-setup.awk
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/mu/mu.c b/mu/mu.c
index 5a0b991..f98f43c 100644
--- a/mu/mu.c
+++ b/mu/mu.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/mu.h b/mu/mu.h
index a136073..bd2a401 100644
--- a/mu/mu.h
+++ b/mu/mu.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/pop.c b/mu/pop.c
index d374bfc..bd4df10 100644
--- a/mu/pop.c
+++ b/mu/pop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/query.c b/mu/query.c
index b2b99ce..8be0ccf 100644
--- a/mu/query.c
+++ b/mu/query.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/send.c b/mu/send.c
index 6315a63..6c7c5d9 100644
--- a/mu/send.c
+++ b/mu/send.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/shell.c b/mu/shell.c
index 358d2ac..54fb22c 100644
--- a/mu/shell.c
+++ b/mu/shell.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/smtp.c b/mu/smtp.c
index 5fe1e10..e9372b3 100644
--- a/mu/smtp.c
+++ b/mu/smtp.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/template.c b/mu/template.c
index 231b924..c9cd0d1 100644
--- a/mu/template.c
+++ b/mu/template.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/util.c b/mu/util.c
index c18122e..21e361c 100644
--- a/mu/util.c
+++ b/mu/util.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/verbose.c b/mu/verbose.c
index 6a0cc14..96915b8 100644
--- a/mu/verbose.c
+++ b/mu/verbose.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/mu/wicket.c b/mu/wicket.c
index 5d3b7aa..e809111 100644
--- a/mu/wicket.c
+++ b/mu/wicket.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/paths b/paths
index 4bb625d..1b2b1ef 100644
--- a/paths
+++ b/paths
@@ -1,6 +1,6 @@
 # Paths for GNU Mailutils
 #
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils 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/po/POTFILES.in b/po/POTFILES.in
index c6f77f8..95abad3 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
 #
 # List of source files containing translatable strings.
-# Copyright (C) 2002-2005, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2005, 2008-2012, 2014 Free Software Foundation,
+# Inc.
 #
 
 comsat/action.c
diff --git a/pop3d/Makefile.am b/pop3d/Makefile.am
index 90acf62..ddb0739 100644
--- a/pop3d/Makefile.am
+++ b/pop3d/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2003, 2005, 2007, 2010-2012 Free Software
+## Copyright (C) 1999-2003, 2005, 2007, 2010-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/pop3d/apop.c b/pop3d/apop.c
index bb5b383..18c4610 100644
--- a/pop3d/apop.c
+++ b/pop3d/apop.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/auth.c b/pop3d/auth.c
index 33305b0..777f5af 100644
--- a/pop3d/auth.c
+++ b/pop3d/auth.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/pop3d/bulletin.c b/pop3d/bulletin.c
index b49155e..a9d1cd6 100644
--- a/pop3d/bulletin.c
+++ b/pop3d/bulletin.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/pop3d/capa.c b/pop3d/capa.c
index 161e1a5..e9f94b1 100644
--- a/pop3d/capa.c
+++ b/pop3d/capa.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2003, 2007, 2009-2012 Free Software
+   Copyright (C) 1999, 2001, 2003, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/cmd.c b/pop3d/cmd.c
index 358aafd..7fb27c4 100644
--- a/pop3d/cmd.c
+++ b/pop3d/cmd.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/pop3d/dele.c b/pop3d/dele.c
index 1090653..af20620 100644
--- a/pop3d/dele.c
+++ b/pop3d/dele.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/expire.c b/pop3d/expire.c
index 365058f..b9dbf43 100644
--- a/pop3d/expire.c
+++ b/pop3d/expire.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2005, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2005, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/pop3d/extra.c b/pop3d/extra.c
index f225d4f..9402e65 100644
--- a/pop3d/extra.c
+++ b/pop3d/extra.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007-2012 Free Software
+   Copyright (C) 1999, 2001-2003, 2005, 2007-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/list.c b/pop3d/list.c
index 607c698..33c822b 100644
--- a/pop3d/list.c
+++ b/pop3d/list.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/logindelay.c b/pop3d/logindelay.c
index b41988a..9d6aa54 100644
--- a/pop3d/logindelay.c
+++ b/pop3d/logindelay.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/pop3d/noop.c b/pop3d/noop.c
index 166e2fb..296753a 100644
--- a/pop3d/noop.c
+++ b/pop3d/noop.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2001, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/pop3d/pop3d.c b/pop3d/pop3d.c
index 8173344..7992da7 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/pop3d/pop3d.h b/pop3d/pop3d.h
index f61a33c..ebf072f 100644
--- a/pop3d/pop3d.h
+++ b/pop3d/pop3d.h
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/pop3d/popauth.c b/pop3d/popauth.c
index 10f3524..319f156 100644
--- a/pop3d/popauth.c
+++ b/pop3d/popauth.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2002, 2005, 2007-2012, 2014 Free Software
+   Foundation, Inc.
 
    GNU Mailutils 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/pop3d/quit.c b/pop3d/quit.c
index c0ac996..95abd4a 100644
--- a/pop3d/quit.c
+++ b/pop3d/quit.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/retr.c b/pop3d/retr.c
index a058302..3c76b0d 100644
--- a/pop3d/retr.c
+++ b/pop3d/retr.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/rset.c b/pop3d/rset.c
index 80a30f2..a56dce6 100644
--- a/pop3d/rset.c
+++ b/pop3d/rset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/signal.c b/pop3d/signal.c
index 91d9db6..5a8b6dc 100644
--- a/pop3d/signal.c
+++ b/pop3d/signal.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2002, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/pop3d/stat.c b/pop3d/stat.c
index 8eb7d58..133d168 100644
--- a/pop3d/stat.c
+++ b/pop3d/stat.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/stls.c b/pop3d/stls.c
index 003fbe3..ac25e83 100644
--- a/pop3d/stls.c
+++ b/pop3d/stls.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2003, 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/pop3d/testsuite/Makefile.am b/pop3d/testsuite/Makefile.am
index f15c1f9..71ab82c 100644
--- a/pop3d/testsuite/Makefile.am
+++ b/pop3d/testsuite/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2002, 2007-2008, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2002, 2007-2008, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/pop3d/testsuite/lib/pop3d.exp b/pop3d/testsuite/lib/pop3d.exp
index 8e8250f..6f7fdc9 100644
--- a/pop3d/testsuite/lib/pop3d.exp
+++ b/pop3d/testsuite/lib/pop3d.exp
@@ -1,7 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2007-2008, 2010-2012 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2007-2008, 2010-2012, 2014 Free Software
+# Foundation, Inc.
 #  
 # GNU Mailutils 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/pop3d/testsuite/pop3d.rcin b/pop3d/testsuite/pop3d.rcin
index 766beca..36fd5b8 100644
--- a/pop3d/testsuite/pop3d.rcin
+++ b/pop3d/testsuite/pop3d.rcin
@@ -1,5 +1,5 @@
 # Configuration file for Mailutils Imap4d testsuite.
-# Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/pop3d/testsuite/pop3d/read.exp b/pop3d/testsuite/pop3d/read.exp
index af7849a..ddb93b6 100644
--- a/pop3d/testsuite/pop3d/read.exp
+++ b/pop3d/testsuite/pop3d/read.exp
@@ -1,6 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2007, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2007, 2010-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/pop3d/top.c b/pop3d/top.c
index 8c92f1e..ab11c96 100644
--- a/pop3d/top.c
+++ b/pop3d/top.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2010-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/uidl.c b/pop3d/uidl.c
index 84118db..ec34113 100644
--- a/pop3d/uidl.c
+++ b/pop3d/uidl.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/pop3d/user.c b/pop3d/user.c
index 9eb3e04..cfa619e 100644
--- a/pop3d/user.c
+++ b/pop3d/user.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2003, 2005, 2007, 2009-2012, 2014 Free
+   Software Foundation, Inc.
 
    GNU Mailutils 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/python/Makefile.am b/python/Makefile.am
index c6052b7..aad9eac 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/python/libmu_py/Makefile.am b/python/libmu_py/Makefile.am
index 0f0a331..b41df9e 100644
--- a/python/libmu_py/Makefile.am
+++ b/python/libmu_py/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/python/libmu_py/address.c b/python/libmu_py/address.c
index 0575bed..c4388cb 100644
--- a/python/libmu_py/address.c
+++ b/python/libmu_py/address.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/attribute.c b/python/libmu_py/attribute.c
index c8ff852..d07c5e2 100644
--- a/python/libmu_py/attribute.c
+++ b/python/libmu_py/attribute.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/auth.c b/python/libmu_py/auth.c
index 121954c..5fc6de5 100644
--- a/python/libmu_py/auth.c
+++ b/python/libmu_py/auth.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/body.c b/python/libmu_py/body.c
index f548737..cb1a577 100644
--- a/python/libmu_py/body.c
+++ b/python/libmu_py/body.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/envelope.c b/python/libmu_py/envelope.c
index 4a2f02c..cf9bb5b 100644
--- a/python/libmu_py/envelope.c
+++ b/python/libmu_py/envelope.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/errno.c b/python/libmu_py/errno.c
index 58f5b92..e24e781 100644
--- a/python/libmu_py/errno.c
+++ b/python/libmu_py/errno.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/error.c b/python/libmu_py/error.c
index 9220542..b31957a 100644
--- a/python/libmu_py/error.c
+++ b/python/libmu_py/error.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/filter.c b/python/libmu_py/filter.c
index 2122449..885e8d5 100644
--- a/python/libmu_py/filter.c
+++ b/python/libmu_py/filter.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/folder.c b/python/libmu_py/folder.c
index 3919c81..36a3143 100644
--- a/python/libmu_py/folder.c
+++ b/python/libmu_py/folder.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/header.c b/python/libmu_py/header.c
index fda9b4b..38be93f 100644
--- a/python/libmu_py/header.c
+++ b/python/libmu_py/header.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/libmu_py.c b/python/libmu_py/libmu_py.c
index bb4fc60..b4e2511 100644
--- a/python/libmu_py/libmu_py.c
+++ b/python/libmu_py/libmu_py.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/libmu_py.h b/python/libmu_py/libmu_py.h
index 63418da..d3bd5f4 100644
--- a/python/libmu_py/libmu_py.h
+++ b/python/libmu_py/libmu_py.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/list.c b/python/libmu_py/list.c
index 5d63559..a9a6e91 100644
--- a/python/libmu_py/list.c
+++ b/python/libmu_py/list.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/mailbox.c b/python/libmu_py/mailbox.c
index ceb9d3f..fadc7e7 100644
--- a/python/libmu_py/mailbox.c
+++ b/python/libmu_py/mailbox.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/mailcap.c b/python/libmu_py/mailcap.c
index dcaa811..81b71d5 100644
--- a/python/libmu_py/mailcap.c
+++ b/python/libmu_py/mailcap.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/mailer.c b/python/libmu_py/mailer.c
index c3dee77..6d8d749 100644
--- a/python/libmu_py/mailer.c
+++ b/python/libmu_py/mailer.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/message.c b/python/libmu_py/message.c
index 0d478b4..bdee8e1 100644
--- a/python/libmu_py/message.c
+++ b/python/libmu_py/message.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/mime.c b/python/libmu_py/mime.c
index 8b132f0..68d0557 100644
--- a/python/libmu_py/mime.c
+++ b/python/libmu_py/mime.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/nls.c b/python/libmu_py/nls.c
index 45129a7..d758cb3 100644
--- a/python/libmu_py/nls.c
+++ b/python/libmu_py/nls.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/registrar.c b/python/libmu_py/registrar.c
index 1d7fcd1..be08f64 100644
--- a/python/libmu_py/registrar.c
+++ b/python/libmu_py/registrar.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/script.c b/python/libmu_py/script.c
index 9a7cac0..1f5cb8b 100644
--- a/python/libmu_py/script.c
+++ b/python/libmu_py/script.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/secret.c b/python/libmu_py/secret.c
index 28fc38c..fa094af 100644
--- a/python/libmu_py/secret.c
+++ b/python/libmu_py/secret.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/sieve.c b/python/libmu_py/sieve.c
index 9a6ebff..6b75584 100644
--- a/python/libmu_py/sieve.c
+++ b/python/libmu_py/sieve.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/stream.c b/python/libmu_py/stream.c
index 7f355b8..cb15a07 100644
--- a/python/libmu_py/stream.c
+++ b/python/libmu_py/stream.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/url.c b/python/libmu_py/url.c
index 41d6264..805afef 100644
--- a/python/libmu_py/url.c
+++ b/python/libmu_py/url.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/libmu_py/util.c b/python/libmu_py/util.c
index 4dcfa97..44d40f9 100644
--- a/python/libmu_py/util.c
+++ b/python/libmu_py/util.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/mailutils/Makefile.am b/python/mailutils/Makefile.am
index 6abe70a..9993bb7 100644
--- a/python/mailutils/Makefile.am
+++ b/python/mailutils/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/python/mailutils/__init__.py b/python/mailutils/__init__.py
index bf2d45b..e18c8cb 100644
--- a/python/mailutils/__init__.py
+++ b/python/mailutils/__init__.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  GNU Mailutils 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/python/mailutils/address.py b/python/mailutils/address.py
index 7fb1114..153645f 100644
--- a/python/mailutils/address.py
+++ b/python/mailutils/address.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/attribute.py b/python/mailutils/attribute.py
index ce6f5e3..e85bdf7 100644
--- a/python/mailutils/attribute.py
+++ b/python/mailutils/attribute.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/auth.py b/python/mailutils/auth.py
index 5d7ab54..798cae4 100644
--- a/python/mailutils/auth.py
+++ b/python/mailutils/auth.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/body.py b/python/mailutils/body.py
index 36642f6..4d79543 100644
--- a/python/mailutils/body.py
+++ b/python/mailutils/body.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/c_api.c b/python/mailutils/c_api.c
index 9de77da..4b1ef5a 100644
--- a/python/mailutils/c_api.c
+++ b/python/mailutils/c_api.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 
    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/python/mailutils/envelope.py b/python/mailutils/envelope.py
index c364cdc..586c34d 100644
--- a/python/mailutils/envelope.py
+++ b/python/mailutils/envelope.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/error.py b/python/mailutils/error.py
index 776c814..1a46e13 100644
--- a/python/mailutils/error.py
+++ b/python/mailutils/error.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/filter.py b/python/mailutils/filter.py
index 93a4b70..852c976 100644
--- a/python/mailutils/filter.py
+++ b/python/mailutils/filter.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/folder.py b/python/mailutils/folder.py
index ed98fa4..61aa729 100644
--- a/python/mailutils/folder.py
+++ b/python/mailutils/folder.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/header.py b/python/mailutils/header.py
index 7644d2d..aa039ca 100644
--- a/python/mailutils/header.py
+++ b/python/mailutils/header.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/mailbox.py b/python/mailutils/mailbox.py
index 8eb586e..ab659f0 100644
--- a/python/mailutils/mailbox.py
+++ b/python/mailutils/mailbox.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/mailcap.py b/python/mailutils/mailcap.py
index f1a149e..146496c 100644
--- a/python/mailutils/mailcap.py
+++ b/python/mailutils/mailcap.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/mailer.py b/python/mailutils/mailer.py
index 7782cd4..44cedfb 100644
--- a/python/mailutils/mailer.py
+++ b/python/mailutils/mailer.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/message.py b/python/mailutils/message.py
index 0cf6eb6..a2577ab 100644
--- a/python/mailutils/message.py
+++ b/python/mailutils/message.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/mime.py b/python/mailutils/mime.py
index 94b65a8..e30087c 100644
--- a/python/mailutils/mime.py
+++ b/python/mailutils/mime.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/nls.py b/python/mailutils/nls.py
index 3b8776f..77156a3 100644
--- a/python/mailutils/nls.py
+++ b/python/mailutils/nls.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/registrar.py b/python/mailutils/registrar.py
index e17c414..03cc101 100644
--- a/python/mailutils/registrar.py
+++ b/python/mailutils/registrar.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/secret.py b/python/mailutils/secret.py
index ea6c298..35d9e84 100644
--- a/python/mailutils/secret.py
+++ b/python/mailutils/secret.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/sieve.py b/python/mailutils/sieve.py
index 596ebf4..13792b3 100644
--- a/python/mailutils/sieve.py
+++ b/python/mailutils/sieve.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/stream.py b/python/mailutils/stream.py
index d1e0d31..35e6252 100644
--- a/python/mailutils/stream.py
+++ b/python/mailutils/stream.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/url.py b/python/mailutils/url.py
index 05c49b6..70ee1d1 100644
--- a/python/mailutils/url.py
+++ b/python/mailutils/url.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/mailutils/util.py b/python/mailutils/util.py
index 3c33de8..5120ffe 100644
--- a/python/mailutils/util.py
+++ b/python/mailutils/util.py
@@ -1,5 +1,5 @@
 #  GNU Mailutils -- a suite of utilities for electronic mail
-#  Copyright (C) 2009-2012 Free Software Foundation, Inc.
+#  Copyright (C) 2009-2012, 2014 Free Software Foundation, Inc.
 #
 #  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/python/usercustomize.py b/python/usercustomize.py
index a848fee..f1c5126 100644
--- a/python/usercustomize.py
+++ b/python/usercustomize.py
@@ -1,6 +1,6 @@
 # Libtool library loader for Python.
 # This file is part of GNU Mailutils.
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/readmsg/Makefile.am b/readmsg/Makefile.am
index b7a1f43..206513d 100644
--- a/readmsg/Makefile.am
+++ b/readmsg/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2004, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2004, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/readmsg/msglist.c b/readmsg/msglist.c
index 37c6205..e14f061 100644
--- a/readmsg/msglist.c
+++ b/readmsg/msglist.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c
index 0a23f4e..e415aed 100644
--- a/readmsg/readmsg.c
+++ b/readmsg/readmsg.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2005, 2007-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/readmsg/readmsg.h b/readmsg/readmsg.h
index d219faa..9c89297 100644
--- a/readmsg/readmsg.h
+++ b/readmsg/readmsg.h
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2002, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2002, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/readmsg/tests/Makefile.am b/readmsg/tests/Makefile.am
index f71398c..b3957d5 100644
--- a/readmsg/tests/Makefile.am
+++ b/readmsg/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/readmsg/tests/all.at b/readmsg/tests/all.at
index f175089..60d7d46 100644
--- a/readmsg/tests/all.at
+++ b/readmsg/tests/all.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/readmsg/tests/atlocal.in b/readmsg/tests/atlocal.in
index 3965dce..a7b9184 100644
--- a/readmsg/tests/atlocal.in
+++ b/readmsg/tests/atlocal.in
@@ -1,5 +1,5 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/readmsg:$top_srcdir:$srcdir:$PATH
diff --git a/readmsg/tests/hdr.at b/readmsg/tests/hdr.at
index 3aa498b..9e82f9a 100644
--- a/readmsg/tests/hdr.at
+++ b/readmsg/tests/hdr.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/readmsg/tests/nohdr.at b/readmsg/tests/nohdr.at
index b31e561..bd0346a 100644
--- a/readmsg/tests/nohdr.at
+++ b/readmsg/tests/nohdr.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/readmsg/tests/testsuite.at b/readmsg/tests/testsuite.at
index 38975c1..6f7c76f 100644
--- a/readmsg/tests/testsuite.at
+++ b/readmsg/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/readmsg/tests/twomsg.at b/readmsg/tests/twomsg.at
index 24c1787..76fce55 100644
--- a/readmsg/tests/twomsg.at
+++ b/readmsg/tests/twomsg.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/readmsg/tests/weed.at b/readmsg/tests/weed.at
index 0a57e09..497676d 100644
--- a/readmsg/tests/weed.at
+++ b/readmsg/tests/weed.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/scheme/Makefile.am b/scheme/Makefile.am
index 5229129..a2ad99b 100644
--- a/scheme/Makefile.am
+++ b/scheme/Makefile.am
@@ -1,5 +1,5 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2006-2007, 2009-2012 Free Software
+## Copyright (C) 2001-2002, 2006-2007, 2009-2012, 2014 Free Software
 ## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/scheme/guimb.scmi b/scheme/guimb.scmi
index e47008d..6f8c8f8 100644
--- a/scheme/guimb.scmi
+++ b/scheme/guimb.scmi
@@ -4,7 +4,7 @@ main='(module-ref (resolve-module '\''(scheme guimb)) '\'main')'
 exec ${GUILE-guile} -l $0 -c "(apply $main (list (command-line)))" "$@"
 !#
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012 Free Software
+;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014 Free Software
 ;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/scheme/mimeheader.scm b/scheme/mimeheader.scm
index 31a0bee..e5cd5f6 100644
--- a/scheme/mimeheader.scm
+++ b/scheme/mimeheader.scm
@@ -1,6 +1,6 @@
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-;;;; Inc.
+;;;; Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils 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/scheme/numaddr.scm b/scheme/numaddr.scm
index 11b507a..e4b3294 100644
--- a/scheme/numaddr.scm
+++ b/scheme/numaddr.scm
@@ -1,6 +1,6 @@
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2007, 2010-2012 Free Software Foundation,
-;;;; Inc.
+;;;; Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils 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/scheme/redirect.scm b/scheme/redirect.scm
index 147f0e8..8744a83 100644
--- a/scheme/redirect.scm
+++ b/scheme/redirect.scm
@@ -1,5 +1,5 @@
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
 ;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/scheme/reject.scm b/scheme/reject.scm
index 950efe7..45db679 100644
--- a/scheme/reject.scm
+++ b/scheme/reject.scm
@@ -1,5 +1,5 @@
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
 ;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/scheme/sieve-core.scm b/scheme/sieve-core.scm
index ec50fda..df72bd1 100644
--- a/scheme/sieve-core.scm
+++ b/scheme/sieve-core.scm
@@ -1,5 +1,5 @@
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
 ;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/scheme/sieve2scm.scmi b/scheme/sieve2scm.scmi
index 42c718d..4b85761 100644
--- a/scheme/sieve2scm.scmi
+++ b/scheme/sieve2scm.scmi
@@ -2,7 +2,7 @@
 # Emacs, it's -*- scheme -*-
 !#
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012 Free Software
+;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014 Free Software
 ;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/scheme/vacation.scm b/scheme/vacation.scm
index b4ce674..7f664b2 100644
--- a/scheme/vacation.scm
+++ b/scheme/vacation.scm
@@ -1,5 +1,5 @@
 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012 Free Software
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
 ;;;; Foundation, Inc.
 ;;;;
 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 13c0b71..66b8524 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2001-2002, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 605fd21..df4a365 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2003, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 1999-2003, 2005-2012, 2014 Free Software Foundation,
+   Inc.
 
    GNU Mailutils 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/sieve/tests/Makefile.am b/sieve/tests/Makefile.am
index 8b46d47..6c37303 100644
--- a/sieve/tests/Makefile.am
+++ b/sieve/tests/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/action.at b/sieve/tests/action.at
index a91963a..ebf949c 100644
--- a/sieve/tests/action.at
+++ b/sieve/tests/action.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/addheader.at b/sieve/tests/addheader.at
index e10abd1..a8a2adc 100644
--- a/sieve/tests/addheader.at
+++ b/sieve/tests/addheader.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/address.at b/sieve/tests/address.at
index b5d304d..399f41b 100644
--- a/sieve/tests/address.at
+++ b/sieve/tests/address.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/allof.at b/sieve/tests/allof.at
index 4e201ba..2f7de2e 100644
--- a/sieve/tests/allof.at
+++ b/sieve/tests/allof.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/anyof.at b/sieve/tests/anyof.at
index 6ad1073..148c59e 100644
--- a/sieve/tests/anyof.at
+++ b/sieve/tests/anyof.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/atlocal.in b/sieve/tests/atlocal.in
index e62c397..e7eacc4 100644
--- a/sieve/tests/atlocal.in
+++ b/sieve/tests/atlocal.in
@@ -1,5 +1,5 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/sieve:$top_srcdir:$srcdir:$PATH
diff --git a/sieve/tests/compile.at b/sieve/tests/compile.at
index d97cdb7..6e7a4ba 100644
--- a/sieve/tests/compile.at
+++ b/sieve/tests/compile.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/delheader.at b/sieve/tests/delheader.at
index fa315ba..c898a44 100644
--- a/sieve/tests/delheader.at
+++ b/sieve/tests/delheader.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/envelope.at b/sieve/tests/envelope.at
index 7193a2d..b29d213 100644
--- a/sieve/tests/envelope.at
+++ b/sieve/tests/envelope.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/exists.at b/sieve/tests/exists.at
index 7a0a449..5aaa397 100644
--- a/sieve/tests/exists.at
+++ b/sieve/tests/exists.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/ext.at b/sieve/tests/ext.at
index b725e41..331b13d 100644
--- a/sieve/tests/ext.at
+++ b/sieve/tests/ext.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/false.at b/sieve/tests/false.at
index 86936f0..4f9683d 100644
--- a/sieve/tests/false.at
+++ b/sieve/tests/false.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/header.at b/sieve/tests/header.at
index 62f7454..a561683 100644
--- a/sieve/tests/header.at
+++ b/sieve/tests/header.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/i-casemap.at b/sieve/tests/i-casemap.at
index 3a19aeb..a31904b 100644
--- a/sieve/tests/i-casemap.at
+++ b/sieve/tests/i-casemap.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/i-numeric.at b/sieve/tests/i-numeric.at
index ee204ab..40d2488 100644
--- a/sieve/tests/i-numeric.at
+++ b/sieve/tests/i-numeric.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/i-octet.at b/sieve/tests/i-octet.at
index e85a6f6..e847d95 100644
--- a/sieve/tests/i-octet.at
+++ b/sieve/tests/i-octet.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/list.at b/sieve/tests/list.at
index 3433699..945f2aa 100644
--- a/sieve/tests/list.at
+++ b/sieve/tests/list.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/moderator.at b/sieve/tests/moderator.at
index 24ad3dc..909b9e0 100644
--- a/sieve/tests/moderator.at
+++ b/sieve/tests/moderator.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/mul-addr.at b/sieve/tests/mul-addr.at
index a4b971c..11e49f5 100644
--- a/sieve/tests/mul-addr.at
+++ b/sieve/tests/mul-addr.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/not.at b/sieve/tests/not.at
index 1d68226..bfe390c 100644
--- a/sieve/tests/not.at
+++ b/sieve/tests/not.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/pipeact.at b/sieve/tests/pipeact.at
index 585d4da..e6c30ee 100644
--- a/sieve/tests/pipeact.at
+++ b/sieve/tests/pipeact.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/pipetest.at b/sieve/tests/pipetest.at
index 87a4462..03891d3 100644
--- a/sieve/tests/pipetest.at
+++ b/sieve/tests/pipetest.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/redirect.at b/sieve/tests/redirect.at
index 711e75c..b3ff7e1 100644
--- a/sieve/tests/redirect.at
+++ b/sieve/tests/redirect.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/reject.at b/sieve/tests/reject.at
index c405a6f..8c1d664 100644
--- a/sieve/tests/reject.at
+++ b/sieve/tests/reject.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/relational.at b/sieve/tests/relational.at
index 4a1aeb3..ebbdce4 100644
--- a/sieve/tests/relational.at
+++ b/sieve/tests/relational.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/size.at b/sieve/tests/size.at
index 1b900d7..d86ff0a 100644
--- a/sieve/tests/size.at
+++ b/sieve/tests/size.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/testsuite.at b/sieve/tests/testsuite.at
index 7525816..28e746b 100644
--- a/sieve/tests/testsuite.at
+++ b/sieve/tests/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/true.at b/sieve/tests/true.at
index 733a036..6f62b26 100644
--- a/sieve/tests/true.at
+++ b/sieve/tests/true.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/version.at b/sieve/tests/version.at
index f998574..b4e4b07 100644
--- a/sieve/tests/version.at
+++ b/sieve/tests/version.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/sql/Makefile.am b/sql/Makefile.am
index d23f3f3..a7a1931 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -1,6 +1,6 @@
 ## This file is part of GNU Mailutils
-## Copyright (C) 2004-2005, 2007, 2010-2012 Free Software Foundation,
-## Inc.
+## Copyright (C) 2004-2005, 2007, 2010-2012, 2014 Free Software
+## Foundation, Inc.
 ##
 ## GNU Mailutils is free software; you can redistribute it and/or
 ## modify it under the terms of the GNU General Public License as
diff --git a/sql/mysql.c b/sql/mysql.c
index 92b4cfe..7108755 100644
--- a/sql/mysql.c
+++ b/sql/mysql.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/sql/odbc.c b/sql/odbc.c
index 56143a4..dc1cc8d 100644
--- a/sql/odbc.c
+++ b/sql/odbc.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2005, 2007, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2010-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/sql/postgres.c b/sql/postgres.c
index 299e1db..3c7692b 100644
--- a/sql/postgres.c
+++ b/sql/postgres.c
@@ -1,6 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2005, 2007, 2009-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004-2005, 2007, 2009-2012, 2014 Free Software
+   Foundation, Inc.
 
    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/sql/sql.c b/sql/sql.c
index 69b4a10..50abddf 100644
--- a/sql/sql.c
+++ b/sql/sql.c
@@ -1,5 +1,6 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2004-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2004-2007, 2009-2012, 2014 Free Software Foundation,
+   Inc.
 
    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/testsuite/Makefile.am b/testsuite/Makefile.am
index f1ae0f8..bca3285 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils.
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/atlocal.in b/testsuite/atlocal.in
index 16bb609..c59f274 100644
--- a/testsuite/atlocal.in
+++ b/testsuite/atlocal.in
@@ -1,6 +1,6 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
 
 address@hidden@:@abs_top_builddir@/libtests:$top_srcdir:$srcdir:$PATH
 @address@hidden
diff --git a/testsuite/bs.c b/testsuite/bs.c
index 9b6c7cc..bddbd63 100644
--- a/testsuite/bs.c
+++ b/testsuite/bs.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/testsuite/etc/mail.rc b/testsuite/etc/mail.rc
index 6e9bb9a..c35632e 100644
--- a/testsuite/etc/mail.rc
+++ b/testsuite/etc/mail.rc
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils testsuite.
-# Copyright (C) 2002, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2010-2012, 2014 Free Software Foundation, Inc.
 # See file COPYING for distribution conditions.
 set quiet nocrt dot
 set screen=10 columns=80
diff --git a/testsuite/etc/mailutils.rc.in b/testsuite/etc/mailutils.rc.in
index 51f6045..07f4e51 100644
--- a/testsuite/etc/mailutils.rc.in
+++ b/testsuite/etc/mailutils.rc.in
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils testsuite.
-# Copyright (C) 2002, 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2010-2012, 2014 Free Software Foundation, Inc.
 # See file COPYING for distribution conditions.
 
 mailbox {
diff --git a/testsuite/fldel.at b/testsuite/fldel.at
index a7453b0..1e5a037 100644
--- a/testsuite/fldel.at
+++ b/testsuite/fldel.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/fldel.c b/testsuite/fldel.c
index ad5645b..866693c 100644
--- a/testsuite/fldel.c
+++ b/testsuite/fldel.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/testsuite/lib/mailutils.exp b/testsuite/lib/mailutils.exp
index 3f73739..f352db9 100644
--- a/testsuite/lib/mailutils.exp
+++ b/testsuite/lib/mailutils.exp
@@ -1,6 +1,7 @@
 # -*- tcl -*-
 # This file is part of Mailutils testsuite.
-# Copyright (C) 2002, 2005, 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2005, 2007-2012, 2014 Free Software Foundation,
+# Inc.
 #  
 # GNU Mailutils 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/testsuite/lstuid.c b/testsuite/lstuid.c
index 90899bd..6b1c33d 100644
--- a/testsuite/lstuid.c
+++ b/testsuite/lstuid.c
@@ -1,5 +1,5 @@
 /* lstuid.c: List UIDs in mailbox
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/testsuite/lstuid00.at b/testsuite/lstuid00.at
index 8b2e38f..ae0e892 100644
--- a/testsuite/lstuid00.at
+++ b/testsuite/lstuid00.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/lstuid01.at b/testsuite/lstuid01.at
index 40e3457..411f35b 100644
--- a/testsuite/lstuid01.at
+++ b/testsuite/lstuid01.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/lstuid02.at b/testsuite/lstuid02.at
index b3df05b..d1df892 100644
--- a/testsuite/lstuid02.at
+++ b/testsuite/lstuid02.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/mbdel.at b/testsuite/mbdel.at
index fed21d4..ff448e9 100644
--- a/testsuite/mbdel.at
+++ b/testsuite/mbdel.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/mbdel.c b/testsuite/mbdel.c
index cf2a133..d9b6ea4 100644
--- a/testsuite/mbdel.c
+++ b/testsuite/mbdel.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/testsuite/mime.at b/testsuite/mime.at
index 89083d4..6d1ad2c 100644
--- a/testsuite/mime.at
+++ b/testsuite/mime.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/mimetest.c b/testsuite/mimetest.c
index 5fe2fea..8eaeabb 100644
--- a/testsuite/mimetest.c
+++ b/testsuite/mimetest.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 1999-2001, 2005, 2007, 2009-2012 Free Software
+   Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014 Free Software
    Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/testsuite/msgset.c b/testsuite/msgset.c
index 39f28fd..1a60d49 100644
--- a/testsuite/msgset.c
+++ b/testsuite/msgset.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/testsuite/smtp-msg.at b/testsuite/smtp-msg.at
index 4214071..fd54c04 100644
--- a/testsuite/smtp-msg.at
+++ b/testsuite/smtp-msg.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/smtp-str.at b/testsuite/smtp-str.at
index b56f93e..bd7f978 100644
--- a/testsuite/smtp-str.at
+++ b/testsuite/smtp-str.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/smtpsend.c b/testsuite/smtpsend.c
index 993c52b..f3bc6ae 100644
--- a/testsuite/smtpsend.c
+++ b/testsuite/smtpsend.c
@@ -1,5 +1,5 @@
 /* GNU Mailutils -- a suite of utilities for electronic mail
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils 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/testsuite/testsuite.at b/testsuite/testsuite.at
index 9a5b358..420abde 100644
--- a/testsuite/testsuite.at
+++ b/testsuite/testsuite.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/testsuite.inc b/testsuite/testsuite.inc
index 8af8af1..f6813f7 100644
--- a/testsuite/testsuite.inc
+++ b/testsuite/testsuite.inc
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/ufms.at b/testsuite/ufms.at
index 579cdf4..82830d6 100644
--- a/testsuite/ufms.at
+++ b/testsuite/ufms.at
@@ -1,5 +1,5 @@
 # This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 #
 # GNU Mailutils is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/testsuite/ufms.c b/testsuite/ufms.c
index 10facd0..bc7bab4 100644
--- a/testsuite/ufms.c
+++ b/testsuite/ufms.c
@@ -1,5 +1,5 @@
 /* ufms.c - a test of "UNIX mailbox first message symptom"
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012, 2014 Free Software Foundation, Inc.
 
    GNU Mailutils is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]