summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-22 13:39:24 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-22 13:39:24 +0200
commit59b0dfa5680b2da201cf8bdfbd123133073829f3 (patch)
treed8e8c346253710dc54ef619db364c7079075ccc3 /examples
parenteee03180d207b47daf75fe3b46a0a25d8df1cc4a (diff)
downloadmailutils-59b0dfa5680b2da201cf8bdfbd123133073829f3.tar.gz
mailutils-59b0dfa5680b2da201cf8bdfbd123133073829f3.tar.bz2
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/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
49 files changed, 49 insertions, 49 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 415aead89..55b53df9a 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-2015 Free Software
+## Copyright (C) 2002-2004, 2007-2012, 2014-2016 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 7da3b21fe..b631c7d1e 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-2015 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2016 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 698d6ea44..28c70e0e7 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-2015 Free
+ Copyright (C) 1999-2001, 2004-2005, 2007, 2010-2012, 2014-2016 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 f5e38c53f..474dbe64a 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-2015 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2016 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 8cab8052c..7a74a4de4 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-2015 Free
+## Copyright (C) 2004-2005, 2007-2008, 2010-2012, 2014-2016 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 e42a66954..0bc08849a 100644
--- a/examples/config/mailutils.dict
+++ b/examples/config/mailutils.dict
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2007, 2010-2012, 2014-2015 Free Software
+# Copyright (C) 2005, 2007, 2010-2012, 2014-2016 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 1bc42fd73..3ca4cdedb 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-2015 Free Software
+# Copyright (C) 2007-2008, 2010-2012, 2014-2016 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 1e6ed7ae4..29fdb548d 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-2015 Free Software
+## Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 2f0d8a473..c46f00cdb 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-2015 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 10073b060..36a7c36ba 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-2015 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 8a7bbf2d5..afbd50696 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-2015 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 f41fe6d88..18588e0e7 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-2015 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 606df9706..a90b864e0 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-2015 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
GNU Mailutils is free 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 fbf7ec100..68ec2d2f1 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-2015 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 d97ffe39d..572e1d31b 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-2015 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
GNU Mailutils is free 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 0ed393f7e..2c4cf21b5 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-2015 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
GNU Mailutils is free 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 9cda6d2fd..444009065 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-2015 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 6e55459e4..5f7140381 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-2015 Free Software
+ Copyright (C) 2004, 2006-2007, 2009-2012, 2014-2016 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 e8cafd9d1..bf3058d92 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-2015 Free Software Foundation,
+ Copyright (C) 2004, 2006-2012, 2014-2016 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 6699cbd64..28a67fbda 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-2015 Free Software
+ Copyright (C) 2007-2008, 2010-2012, 2014-2016 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 2ed4a55fa..98ec73d56 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-2015 Free Software Foundation,
+ Copyright (C) 2007, 2009-2012, 2014-2016 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 01f195817..ca39b1c2c 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-2015 Free
+ Copyright (C) 1999-2001, 2004, 2007, 2010-2012, 2014-2016 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 a0ea24b5c..bc11a6501 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-2015 Free Software
+ Copyright (C) 2004-2005, 2007, 2010-2012, 2014-2016 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 adcc7e52a..dcbe38d75 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-2015 Free Software
+ Copyright (C) 2005, 2007, 2010-2012, 2014-2016 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 700024a6f..682079419 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-2015 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012, 2014-2016 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 c9154dca3..ed1113aac 100644
--- a/examples/mboxidx.c
+++ b/examples/mboxidx.c
@@ -1,5 +1,5 @@
/* Convert mailbox to a Sphinx XML input.
- Copyright (C) 2014-2015 Free Software Foundation, Inc.
+ Copyright (C) 2014-2016 Free Software Foundation, Inc.
GNU Mailutils is free 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/msg-send.c b/examples/msg-send.c
index 6978d6d9a..854cab2be 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-2015 Free
+ Copyright (C) 1999-2001, 2005, 2007, 2010-2012, 2014-2016 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 52ddc952d..8733e32e4 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-2015 Free
+ Copyright (C) 1999-2001, 2005, 2007, 2009-2012, 2014-2016 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 e8bf543db..24b414329 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-2015 Free Software
+ Copyright (C) 2006-2007, 2010-2012, 2014-2016 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 6e5d4989c..e36773c8e 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-2015 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2016 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 b28238e79..23350cdc2 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-2015 Free Software
+ Copyright (C) 1999-2001, 2007, 2010-2012, 2014-2016 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 0bb5d8b3b..5e24369a9 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-2015 Free Software
+ Copyright (C) 2003, 2005, 2007, 2010-2012, 2014-2016 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 1295c306f..7aa678e7d 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-2015 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2016 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 d0e5ddf6b..1e53b8641 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-2015 Free Software
+ Copyright (C) 2003-2005, 2007, 2009-2012, 2014-2016 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 e96aa268e..aa5990f2b 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-2015 Free
+ Copyright (C) 1999-2002, 2005, 2007, 2010-2012, 2014-2016 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 05ac60ce4..fcec02101 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-2015 Free Software Foundation, Inc.
+## Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, 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 1fe13a689..9569678dd 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 3f25110b4..00a5b9bb1 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 423e7f498..adff90f4d 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 c92d08fd1..465fe2446 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 23e31d7c3..46ce4606d 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 3f1d5672e..9a348fc21 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 058f4a0bd..659026d9a 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 52fd67639..2d35b54c6 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, 2014-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free 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 47de1b608..d5db8f1fc 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, 2014-2015 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012, 2014-2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or modify
# it