summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-01 15:49:56 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-01 15:52:37 +0200
commitaa643a6cfca9736fc366237d30e264c180ed733b (patch)
treef818bc24c8dc6951b52429582117345975cd098e /examples
parent66f7ed9562cce859f20166f9cf0c38a018a83dbe (diff)
downloadmailutils-aa643a6cfca9736fc366237d30e264c180ed733b.tar.gz
mailutils-aa643a6cfca9736fc366237d30e264c180ed733b.tar.bz2
Happy GNU Year
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/aclck.c2
-rw-r--r--examples/addr.c2
-rw-r--r--examples/base64.c2
-rw-r--r--examples/config/Makefile.am2
-rw-r--r--examples/config/mailutils.dict2
-rw-r--r--examples/config/mailutils.schema2
-rw-r--r--examples/cpp/Makefile.am2
-rw-r--r--examples/cpp/addr.cc2
-rw-r--r--examples/cpp/http.cc2
-rw-r--r--examples/cpp/iconv.cc2
-rw-r--r--examples/cpp/listop.cc2
-rw-r--r--examples/cpp/lsf.cc2
-rw-r--r--examples/cpp/mailcap.cc2
-rw-r--r--examples/cpp/mimetest.cc2
-rw-r--r--examples/cpp/msg-send.cc2
-rw-r--r--examples/cpp/murun.cc2
-rw-r--r--examples/cpp/sfrom.cc2
-rw-r--r--examples/cpp/url-parse.cc2
-rw-r--r--examples/echosrv.c2
-rw-r--r--examples/header.c2
-rw-r--r--examples/http.c2
-rw-r--r--examples/iconv.c2
-rw-r--r--examples/lsf.c2
-rw-r--r--examples/mblconv.c2
-rw-r--r--examples/mboxidx.c2
-rw-r--r--examples/mboxsize.c2
-rw-r--r--examples/msg-send.c2
-rw-r--r--examples/mta.c2
-rw-r--r--examples/muauth.c2
-rw-r--r--examples/mucat.c2
-rw-r--r--examples/muemail.c2
-rw-r--r--examples/murun.c2
-rw-r--r--examples/musocio.c2
-rw-r--r--examples/nntpclient.c2
-rw-r--r--examples/numaddr.c2
-rw-r--r--examples/python/Makefile.am2
-rw-r--r--examples/python/addr.py2
-rw-r--r--examples/python/auth.py2
-rw-r--r--examples/python/iconv.py2
-rw-r--r--examples/python/lsf.py2
-rw-r--r--examples/python/mailcap.py2
-rw-r--r--examples/python/mimetest.py2
-rw-r--r--examples/python/msg-send.py2
-rw-r--r--examples/python/sfrom.py2
-rw-r--r--examples/python/url-parse.py2
-rw-r--r--examples/sa.c2
-rw-r--r--examples/scheme/Makefile.am2
-rw-r--r--examples/scheme/reply.scm2
-rw-r--r--examples/sfrom.c2
50 files changed, 50 insertions, 50 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 97e3d7995..deb091acb 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2002-2004, 2007-2012, 2014-2016 Free Software
+## Copyright (C) 2002-2004, 2007-2012, 2014-2017 Free Software
## Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/examples/aclck.c b/examples/aclck.c
index b631c7d1e..5a089c4b5 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, 2014-2016 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2017 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 28c70e0e7..66bc43dc4 100644
--- a/examples/addr.c
+++ b/examples/addr.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014-2016 Free
+ Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014-2017 Free
Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/base64.c b/examples/base64.c
index 474dbe64a..f10622274 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, 2014-2016 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2017 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 7a74a4de4..510ac57e0 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, 2014-2016 Free
+## Copyright (C) 2004-2005, 2007-2008, 2010-2012, 2014-2017 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 0bc08849a..79d6e51af 100644
--- a/examples/config/mailutils.dict
+++ b/examples/config/mailutils.dict
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2007, 2010-2012, 2014-2016 Free Software
+# Copyright (C) 2005, 2007, 2010-2012, 2014-2017 Free Software
# Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
diff --git a/examples/config/mailutils.schema b/examples/config/mailutils.schema
index 3ca4cdedb..3b4db5792 100644
--- a/examples/config/mailutils.schema
+++ b/examples/config/mailutils.schema
@@ -1,6 +1,6 @@
# This file is part of GNU Mailutils -- a suite of utilities for electronic
# mail
-# Copyright (C) 2007-2008, 2010-2012, 2014-2016 Free Software
+# Copyright (C) 2007-2008, 2010-2012, 2014-2017 Free Software
# Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am
index 29fdb548d..3b6b158ba 100644
--- a/examples/cpp/Makefile.am
+++ b/examples/cpp/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+## Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
## Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/examples/cpp/addr.cc b/examples/cpp/addr.cc
index c46f00cdb..1d79affbe 100644
--- a/examples/cpp/addr.cc
+++ b/examples/cpp/addr.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/cpp/http.cc b/examples/cpp/http.cc
index 36a7c36ba..9fb1b5d47 100644
--- a/examples/cpp/http.cc
+++ b/examples/cpp/http.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/cpp/iconv.cc b/examples/cpp/iconv.cc
index afbd50696..9e7261396 100644
--- a/examples/cpp/iconv.cc
+++ b/examples/cpp/iconv.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/cpp/listop.cc b/examples/cpp/listop.cc
index 18588e0e7..2bab402be 100644
--- a/examples/cpp/listop.cc
+++ b/examples/cpp/listop.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/cpp/lsf.cc b/examples/cpp/lsf.cc
index a90b864e0..50428acd0 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, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
GNU Mailutils is free 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 68ec2d2f1..ab92d620d 100644
--- a/examples/cpp/mailcap.cc
+++ b/examples/cpp/mailcap.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/cpp/mimetest.cc b/examples/cpp/mimetest.cc
index 572e1d31b..5378587d3 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, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
GNU Mailutils is free 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 2c4cf21b5..ed7746e26 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, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
GNU Mailutils is free 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 444009065..f2d8e1f08 100644
--- a/examples/cpp/murun.cc
+++ b/examples/cpp/murun.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/cpp/sfrom.cc b/examples/cpp/sfrom.cc
index 5f7140381..14f42feba 100644
--- a/examples/cpp/sfrom.cc
+++ b/examples/cpp/sfrom.cc
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/cpp/url-parse.cc b/examples/cpp/url-parse.cc
index bf3058d92..a0caf67e2 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, 2014-2016 Free Software Foundation,
+ Copyright (C) 2004, 2006-2012, 2014-2017 Free Software Foundation,
Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/echosrv.c b/examples/echosrv.c
index 28a67fbda..3d8cbd5e1 100644
--- a/examples/echosrv.c
+++ b/examples/echosrv.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2007-2008, 2010-2012, 2014-2016 Free Software
+ Copyright (C) 2007-2008, 2010-2012, 2014-2017 Free Software
Foundation, Inc.
This library is free software; you can redistribute it and/or
diff --git a/examples/header.c b/examples/header.c
index 98ec73d56..2bfdbcfbc 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, 2014-2016 Free Software Foundation,
+ Copyright (C) 2007, 2009-2012, 2014-2017 Free Software Foundation,
Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/http.c b/examples/http.c
index ca39b1c2c..793ee564c 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, 2014-2016 Free
+ Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014-2017 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 bc11a6501..87caddf3c 100644
--- a/examples/iconv.c
+++ b/examples/iconv.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2004-2005, 2007, 2010-2012, 2014-2016 Free Software
+ Copyright (C) 2004-2005, 2007, 2010-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/lsf.c b/examples/lsf.c
index dcbe38d75..64396c2fa 100644
--- a/examples/lsf.c
+++ b/examples/lsf.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005, 2007, 2010-2012, 2014-2016 Free Software
+ Copyright (C) 2005, 2007, 2010-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/mblconv.c b/examples/mblconv.c
index 682079419..cb4ed953c 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, 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012, 2014-2017 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/mboxidx.c b/examples/mboxidx.c
index ed1113aac..299b6dbe0 100644
--- a/examples/mboxidx.c
+++ b/examples/mboxidx.c
@@ -1,5 +1,5 @@
/* Convert mailbox to a Sphinx XML input.
- Copyright (C) 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2014-2017 Free Software Foundation, Inc.
GNU Mailutils is free 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/mboxsize.c b/examples/mboxsize.c
index 6ca71b826..a9df62d9b 100644
--- a/examples/mboxsize.c
+++ b/examples/mboxsize.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2005, 2007, 2010-2012, 2014-2016 Free Software
+ Copyright (C) 1999-2005, 2007, 2010-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/msg-send.c b/examples/msg-send.c
index 854cab2be..f74d7aba0 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, 2014-2016 Free
+ Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014-2017 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 8733e32e4..40665dfc6 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, 2014-2016 Free
+ Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014-2017 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 5c32157b5..6e2b553c3 100644
--- a/examples/muauth.c
+++ b/examples/muauth.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2006-2007, 2010-2012, 2014-2016 Free Software
+ Copyright (C) 2006-2007, 2010-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/mucat.c b/examples/mucat.c
index e36773c8e..3bd006108 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, 2014-2016 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2017 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 e30a8b439..ea53bdf78 100644
--- a/examples/muemail.c
+++ b/examples/muemail.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2001, 2007, 2010-2012, 2014-2016 Free Software
+ Copyright (C) 1999-2001, 2007, 2010-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/murun.c b/examples/murun.c
index 5e24369a9..d752b228e 100644
--- a/examples/murun.c
+++ b/examples/murun.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003, 2005, 2007, 2010-2012, 2014-2016 Free Software
+ Copyright (C) 2003, 2005, 2007, 2010-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/musocio.c b/examples/musocio.c
index 7aa678e7d..9f5809a25 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, 2014-2016 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2017 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 4b3da10bb..cc5f9cdf9 100644
--- a/examples/nntpclient.c
+++ b/examples/nntpclient.c
@@ -2,7 +2,7 @@
GNU Mailutils nntp functions. This application interactively allows users
to contact a nntp server.
- Copyright (C) 2003-2005, 2007, 2009-2012, 2014-2016 Free Software
+ Copyright (C) 2003-2005, 2007, 2009-2012, 2014-2017 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/examples/numaddr.c b/examples/numaddr.c
index dd4329334..7a38d7a16 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, 2014-2016 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2017 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 fcec02101..0b0f1cb7f 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, 2014-2016 Free Software Foundation, Inc.
+## Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, 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 9569678dd..dd6baeaaa 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, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 00a5b9bb1..added6d2f 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, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 adff90f4d..522943eaa 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, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 465fe2446..4dc375888 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, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 46ce4606d..24939cb65 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, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 9a348fc21..61da5c6fc 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, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 659026d9a..0f675944d 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, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2017 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 2d35b54c6..c168f5cfc 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,