diff --git a/Makefile.am b/Makefile.am index 300f777e..6f04fca3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2012 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/configure.ac b/configure.ac index b73de259..19b7a580 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2012 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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 @@ -14,7 +14,7 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_INIT([mu],[0.9.9.5-dev6],[http://code.google.com/p/mu0/issues/list],[mu]) +AC_INIT([mu],[0.9.9.5],[http://code.google.com/p/mu0/issues/list],[mu]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) # libtoolize wants to put some stuff in here; if you have an old diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 34ea47e5..96c2402d 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2010 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/contrib/gmime-test.c b/contrib/gmime-test.c index f45a95c3..ffbf8f95 100644 --- a/contrib/gmime-test.c +++ b/contrib/gmime-test.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/guile/Makefile.am b/guile/Makefile.am index 0f9f95e3..5a8b3ec0 100644 --- a/guile/Makefile.am +++ b/guile/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2011-2012 Dirk-Jan C. Binnema +## Copyright (C) 2011-2013 Dirk-Jan C. Binnema ## ## 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/guile/examples/Makefile.am b/guile/examples/Makefile.am index 64669d0e..7e126c54 100644 --- a/guile/examples/Makefile.am +++ b/guile/examples/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2011 Dirk-Jan C. Binnema +## Copyright (C) 2012-2013 Dirk-Jan C. Binnema ## ## 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/guile/mu-guile-message.h b/guile/mu-guile-message.h index 5ce1130b..411644ea 100644 --- a/guile/mu-guile-message.h +++ b/guile/mu-guile-message.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/guile/mu-guile.c b/guile/mu-guile.c index e40a98cf..06f4d69d 100644 --- a/guile/mu-guile.c +++ b/guile/mu-guile.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/guile/mu-guile.h b/guile/mu-guile.h index 588fc3a8..fd230a51 100644 --- a/guile/mu-guile.h +++ b/guile/mu-guile.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/guile/mu/Makefile.am b/guile/mu/Makefile.am index 31433595..f4b8b875 100644 --- a/guile/mu/Makefile.am +++ b/guile/mu/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2012 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/guile/scripts/Makefile.am b/guile/scripts/Makefile.am index fe381174..bacb0501 100644 --- a/guile/scripts/Makefile.am +++ b/guile/scripts/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2012 Dirk-Jan C. Binnema +## Copyright (C) 2012-2013 Dirk-Jan C. Binnema ## ## 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/guile/tests/Makefile.am b/guile/tests/Makefile.am index 63778067..60c0552f 100644 --- a/guile/tests/Makefile.am +++ b/guile/tests/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 Dirk-Jan C. Binnema +# Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/lib/Makefile.am b/lib/Makefile.am index b5eeda3a..d12d2a58 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2010-2012 Dirk-Jan C. Binnema +## Copyright (C) 2010-2013 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 02de737b..8125c8fc 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2011 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/m4/Makefile.am b/m4/Makefile.am index 85058ead..c22275b0 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2010 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/man/Makefile.am b/man/Makefile.am index 03a67d83..cba89d65 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2011 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/mu/Makefile.am b/mu/Makefile.am index 37df1ac0..8b78824a 100644 --- a/mu/Makefile.am +++ b/mu/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2010-2012 Dirk-Jan C. Binnema +## Copyright (C) 2010-2013 Dirk-Jan C. Binnema ## ## 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/mu/tests/Makefile.am b/mu/tests/Makefile.am index 45d8a6eb..818f59f4 100644 --- a/mu/tests/Makefile.am +++ b/mu/tests/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2011 Dirk-Jan C. Binnema +# Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/mu4e/Makefile.am b/mu4e/Makefile.am index 2245729f..ef40768e 100644 --- a/mu4e/Makefile.am +++ b/mu4e/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2012 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/toys/Makefile.am b/toys/Makefile.am index c8d7ba46..ac63a1ff 100644 --- a/toys/Makefile.am +++ b/toys/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2011 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/toys/msg2pdf/Makefile.am b/toys/msg2pdf/Makefile.am index 8977acfa..2c9bcd25 100644 --- a/toys/msg2pdf/Makefile.am +++ b/toys/msg2pdf/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2012 Dirk-Jan C. Binnema +## Copyright (C) 2012-2013 Dirk-Jan C. Binnema ## ## 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/toys/mug/Makefile.am b/toys/mug/Makefile.am index 924aefb8..466b6f81 100644 --- a/toys/mug/Makefile.am +++ b/toys/mug/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2012 Dirk-Jan C. Binnema +## Copyright (C) 2008-2013 Dirk-Jan C. Binnema ## ## 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/toys/mug/mu-msg-attach-view.h b/toys/mug/mu-msg-attach-view.h index f558c2c9..2da3806e 100644 --- a/toys/mug/mu-msg-attach-view.h +++ b/toys/mug/mu-msg-attach-view.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/toys/mug/mu-msg-body-view.c b/toys/mug/mu-msg-body-view.c index aed37f13..29dd7040 100644 --- a/toys/mug/mu-msg-body-view.c +++ b/toys/mug/mu-msg-body-view.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/toys/mug/mu-msg-body-view.h b/toys/mug/mu-msg-body-view.h index 9c6c5229..60e2bd03 100644 --- a/toys/mug/mu-msg-body-view.h +++ b/toys/mug/mu-msg-body-view.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/toys/mug/mu-msg-header-view.c b/toys/mug/mu-msg-header-view.c index c2c99409..c23c767f 100644 --- a/toys/mug/mu-msg-header-view.c +++ b/toys/mug/mu-msg-header-view.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/toys/mug/mu-msg-header-view.h b/toys/mug/mu-msg-header-view.h index 25e9f361..b2ff72d9 100644 --- a/toys/mug/mu-msg-header-view.h +++ b/toys/mug/mu-msg-header-view.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/toys/mug/mu-msg-view.c b/toys/mug/mu-msg-view.c index c8b958ee..8b4fa88f 100644 --- a/toys/mug/mu-msg-view.c +++ b/toys/mug/mu-msg-view.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/toys/mug/mu-msg-view.h b/toys/mug/mu-msg-view.h index 70a4d15e..b3996466 100644 --- a/toys/mug/mu-msg-view.h +++ b/toys/mug/mu-msg-view.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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/toys/mug/mu-widget-util.h b/toys/mug/mu-widget-util.h index cc3060a7..c01b7eb4 100644 --- a/toys/mug/mu-widget-util.h +++ b/toys/mug/mu-widget-util.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2011 Dirk-Jan C. Binnema +** Copyright (C) 2011-2013 Dirk-Jan C. Binnema ** ** 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