summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-01-19 15:35:00 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-01-19 15:35:00 +0200
commit2128f4601217f3b80e6a34223c6644c80c034a0d (patch)
tree2d54cce740a612835be42505db85c3dc16fa5f6d /examples
parent5a7b63b21307c4271fd2d1ec57b706e56352da57 (diff)
downloadmailutils-2128f4601217f3b80e6a34223c6644c80c034a0d.tar.gz
mailutils-2128f4601217f3b80e6a34223c6644c80c034a0d.tar.bz2
Version 3.4.90; update copyright years
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 deb091acb..8632c2b16 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-2017 Free Software
+## Copyright (C) 2002-2004, 2007-2012, 2014-2018 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 5a089c4b5..abdf1f11d 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-2017 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2018 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 66bc43dc4..e01bde6a1 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-2017 Free
+ Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014-2018 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 f10622274..2f33d523c 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-2017 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2018 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 510ac57e0..1f26a060c 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-2017 Free
+## Copyright (C) 2004-2005, 2007-2008, 2010-2012, 2014-2018 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 79d6e51af..0288ca170 100644
--- a/examples/config/mailutils.dict
+++ b/examples/config/mailutils.dict
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2007, 2010-2012, 2014-2017 Free Software
+# Copyright (C) 2005, 2007, 2010-2012, 2014-2018 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 3b4db5792..e90de4b3e 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-2017 Free Software
+# Copyright (C) 2007-2008, 2010-2012, 2014-2018 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 3b6b158ba..97c577b8d 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-2017 Free Software
+## Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 1d79affbe..faaf4079d 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-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 9fb1b5d47..b757d42c1 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-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 9e7261396..6d7d5a3f3 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-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 2bab402be..9999efe1e 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-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 50428acd0..c55856fca 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
GNU Mailutils is free 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 ab92d620d..461040a36 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-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 5378587d3..b287fafbb 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
GNU Mailutils is free 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 ed7746e26..f163720ee 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
GNU Mailutils is free 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 f2d8e1f08..0133095f7 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-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 14f42feba..7d699cd37 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-2017 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2018 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 a0caf67e2..e346e150e 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-2017 Free Software Foundation,
+ Copyright (C) 2004, 2006-2012, 2014-2018 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 3d8cbd5e1..9309dc93a 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-2017 Free Software
+ Copyright (C) 2007-2008, 2010-2012, 2014-2018 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 2bfdbcfbc..b7498b99a 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-2017 Free Software Foundation,
+ Copyright (C) 2007, 2009-2012, 2014-2018 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 793ee564c..669910a42 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-2017 Free
+ Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014-2018 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 87caddf3c..3fb92c9ff 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-2017 Free Software
+ Copyright (C) 2004-2005, 2007, 2010-2012, 2014-2018 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 64396c2fa..54502804b 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-2017 Free Software
+ Copyright (C) 2005, 2007, 2010-2012, 2014-2018 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 cb4ed953c..b576cf6fc 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-2017 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012, 2014-2018 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 299b6dbe0..2ddea2853 100644
--- a/examples/mboxidx.c
+++ b/examples/mboxidx.c
@@ -1,5 +1,5 @@
/* Convert mailbox to a Sphinx XML input.
- Copyright (C) 2014-2017 Free Software Foundation, Inc.
+ Copyright (C) 2014-2018 Free Software Foundation, Inc.
GNU Mailutils is free 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 a9df62d9b..cd79f604a 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-2017 Free Software
+ Copyright (C) 1999-2005, 2007, 2010-2012, 2014-2018 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 f74d7aba0..a63cc4394 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-2017 Free
+ Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014-2018 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 bfe1ee5a4..db32e812d 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-2017 Free
+ Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014-2018 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 6e2b553c3..f948dc767 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-2017 Free Software
+ Copyright (C) 2006-2007, 2010-2012, 2014-2018 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 3bd006108..8f6ba1d6c 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-2017 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2018 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 ea53bdf78..0e0174084 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-2017 Free Software
+ Copyright (C) 1999-2001, 2007, 2010-2012, 2014-2018 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 d752b228e..ec8af3c74 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-2017 Free Software
+ Copyright (C) 2003, 2005, 2007, 2010-2012, 2014-2018 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 9f5809a25..0240453fa 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-2017 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2018 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 cc5f9cdf9..6e1b98599 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-2017 Free Software
+ Copyright (C) 2003-2005, 2007, 2009-2012, 2014-2018 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 7a38d7a16..eda16c824 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-2017 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2018 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 0b0f1cb7f..64d466a3e 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-2017 Free Software Foundation, Inc.
+## Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, 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 dd6baeaaa..df18c709d 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 added6d2f..9b61108c6 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 522943eaa..a49cb7f7b 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 4dc375888..a63b239e6 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 24939cb65..8832c1ae0 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 61da5c6fc..28e511eee 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 0f675944d..73fbf0d83 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-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 c168f5cfc..6af8d5c63 100644
--- a/examples/python/sfrom.py
+++ b/examples/python/sfrom.py
@@ -1,5 +1,5 @@
# GNU Mailutils -- a suite of utilities for electronic mail