From 855e81db99e2b807e71d025b52ccaf8ec46da500 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 30 Mar 2013 11:32:07 +0200 Subject: [PATCH] * update copyright years --- guile/mu-guile-message.c | 2 +- guile/mu.scm | 2 +- guile/mu/plot.scm | 2 +- guile/mu/script.scm | 2 +- guile/mu/stats.scm | 2 +- guile/scripts/msgs-per-day.scm | 2 +- guile/scripts/msgs-per-hour.scm | 2 +- guile/scripts/msgs-per-month.scm | 2 +- guile/scripts/msgs-per-year-month.scm | 2 +- guile/scripts/msgs-per-year.scm | 2 +- guile/tests/test-mu-guile.c | 2 +- guile/tests/test-mu-guile.scm | 2 +- lib/mu-bookmarks.c | 2 +- lib/mu-bookmarks.h | 2 +- lib/mu-contacts.c | 2 +- lib/mu-contacts.h | 2 +- lib/mu-container.c | 2 +- lib/mu-container.h | 2 +- lib/mu-date.h | 2 +- lib/mu-flags.h | 2 +- lib/mu-index.c | 2 +- lib/mu-index.h | 2 +- lib/mu-log.c | 2 +- lib/mu-log.h | 2 +- lib/mu-maildir.c | 2 +- lib/mu-maildir.h | 2 +- lib/mu-msg-crypto.c | 2 +- lib/mu-msg-doc.cc | 2 +- lib/mu-msg-doc.h | 2 +- lib/mu-msg-fields.c | 2 +- lib/mu-msg-fields.h | 2 +- lib/mu-msg-file.c | 2 +- lib/mu-msg-file.h | 2 +- lib/mu-msg-iter.cc | 2 +- lib/mu-msg-iter.h | 2 +- lib/mu-msg-part.c | 2 +- lib/mu-msg-part.h | 2 +- lib/mu-msg-prio.c | 2 +- lib/mu-msg-prio.h | 2 +- lib/mu-msg-priv.h | 2 +- lib/mu-msg-sexp.c | 2 +- lib/mu-msg.c | 2 +- lib/mu-msg.h | 2 +- lib/mu-query.cc | 2 +- lib/mu-query.h | 2 +- lib/mu-runtime.c | 2 +- lib/mu-runtime.h | 2 +- lib/mu-script.c | 2 +- lib/mu-script.h | 2 +- lib/mu-store-read.cc | 2 +- lib/mu-store-write.cc | 2 +- lib/mu-store.cc | 2 +- lib/mu-store.h | 2 +- lib/mu-str-normalize.c | 2 +- lib/mu-str.c | 2 +- lib/mu-str.h | 2 +- lib/mu-threader.c | 2 +- lib/mu-threader.h | 2 +- lib/mu-util.c | 2 +- lib/mu-util.h | 2 +- lib/tests/test-mu-common.c | 2 +- lib/tests/test-mu-common.h | 2 +- lib/tests/test-mu-date.c | 2 +- lib/tests/test-mu-flags.c | 2 +- lib/tests/test-mu-maildir.c | 2 +- lib/tests/test-mu-msg-fields.c | 2 +- lib/tests/test-mu-msg.c | 2 +- lib/tests/test-mu-store.c | 2 +- lib/tests/test-mu-str.c | 2 +- lib/tests/test-mu-util.c | 2 +- mu/mu-cmd-cfind.c | 2 +- mu/mu-cmd-extract.c | 2 +- mu/mu-cmd-find.c | 2 +- mu/mu-cmd-index.c | 2 +- mu/mu-cmd-script.c | 2 +- mu/mu-cmd-server.c | 2 +- mu/mu-cmd.c | 2 +- mu/mu-cmd.h | 2 +- mu/mu-config.c | 2 +- mu/mu-config.h | 2 +- mu/mu.cc | 4 ++-- mu/tests/test-mu-cmd-cfind.c | 2 +- mu/tests/test-mu-cmd.c | 2 +- mu/tests/test-mu-contacts.c | 2 +- mu/tests/test-mu-query.c | 2 +- mu/tests/test-mu-runtime.c | 2 +- mu/tests/test-mu-threads.c | 2 +- toys/msg2pdf/msg2pdf.c | 2 +- toys/mug/mu-widget-util.c | 2 +- toys/mug/mug-msg-list-view.c | 2 +- toys/mug/mug-msg-list-view.h | 2 +- toys/mug/mug-msg-view.c | 2 +- toys/mug/mug.c | 4 ++-- 93 files changed, 95 insertions(+), 95 deletions(-) diff --git a/guile/mu-guile-message.c b/guile/mu-guile-message.c index 2aafdcc3..f10b8eb4 100644 --- a/guile/mu-guile-message.c +++ b/guile/mu-guile-message.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/guile/mu.scm b/guile/mu.scm index 779c44d8..9fba1a4b 100644 --- a/guile/mu.scm +++ b/guile/mu.scm @@ -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 the diff --git a/guile/mu/plot.scm b/guile/mu/plot.scm index 99176db5..ab46870c 100644 --- a/guile/mu/plot.scm +++ b/guile/mu/plot.scm @@ -1,5 +1,5 @@ ;; -;; 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 the diff --git a/guile/mu/script.scm b/guile/mu/script.scm index 0f64a05e..dfd9246c 100644 --- a/guile/mu/script.scm +++ b/guile/mu/script.scm @@ -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 the diff --git a/guile/mu/stats.scm b/guile/mu/stats.scm index 0a8f0e69..29ee6b5c 100644 --- a/guile/mu/stats.scm +++ b/guile/mu/stats.scm @@ -1,5 +1,5 @@ ;; -;; 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 the diff --git a/guile/scripts/msgs-per-day.scm b/guile/scripts/msgs-per-day.scm index 3827bc1d..a8db78d3 100755 --- a/guile/scripts/msgs-per-day.scm +++ b/guile/scripts/msgs-per-day.scm @@ -2,7 +2,7 @@ exec guile -e main -s $0 $@ !# ;; -;; 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 the diff --git a/guile/scripts/msgs-per-hour.scm b/guile/scripts/msgs-per-hour.scm index a681a0a7..d0446032 100755 --- a/guile/scripts/msgs-per-hour.scm +++ b/guile/scripts/msgs-per-hour.scm @@ -2,7 +2,7 @@ exec guile -e main -s $0 $@ !# ;; -;; 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 the diff --git a/guile/scripts/msgs-per-month.scm b/guile/scripts/msgs-per-month.scm index d44b9f2c..aa91de1e 100755 --- a/guile/scripts/msgs-per-month.scm +++ b/guile/scripts/msgs-per-month.scm @@ -2,7 +2,7 @@ exec guile -e main -s $0 $@ !# ;; -;; 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 the diff --git a/guile/scripts/msgs-per-year-month.scm b/guile/scripts/msgs-per-year-month.scm index c5195718..50de66cb 100755 --- a/guile/scripts/msgs-per-year-month.scm +++ b/guile/scripts/msgs-per-year-month.scm @@ -2,7 +2,7 @@ exec guile -e main -s $0 $@ !# ;; -;; 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 the diff --git a/guile/scripts/msgs-per-year.scm b/guile/scripts/msgs-per-year.scm index 01c688d7..6d6dc1a2 100755 --- a/guile/scripts/msgs-per-year.scm +++ b/guile/scripts/msgs-per-year.scm @@ -2,7 +2,7 @@ exec guile -e main -s $0 $@ !# ;; -;; 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 the diff --git a/guile/tests/test-mu-guile.c b/guile/tests/test-mu-guile.c index 7d2a6d4c..d053b56e 100644 --- a/guile/tests/test-mu-guile.c +++ b/guile/tests/test-mu-guile.c @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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 the diff --git a/guile/tests/test-mu-guile.scm b/guile/tests/test-mu-guile.scm index 5ca760bc..608eb722 100755 --- a/guile/tests/test-mu-guile.scm +++ b/guile/tests/test-mu-guile.scm @@ -2,7 +2,7 @@ exec guile -e main -s $0 $@ !# -;; 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 the diff --git a/lib/mu-bookmarks.c b/lib/mu-bookmarks.c index c313cc53..2f1ebac5 100644 --- a/lib/mu-bookmarks.c +++ b/lib/mu-bookmarks.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-bookmarks.h b/lib/mu-bookmarks.h index 036131be..2f1d99f4 100644 --- a/lib/mu-bookmarks.h +++ b/lib/mu-bookmarks.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-contacts.c b/lib/mu-contacts.c index 149af0cf..13348dc7 100644 --- a/lib/mu-contacts.c +++ b/lib/mu-contacts.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-contacts.h b/lib/mu-contacts.h index 127739a9..bc69e72a 100644 --- a/lib/mu-contacts.h +++ b/lib/mu-contacts.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-container.c b/lib/mu-container.c index 2551b16a..e4349632 100644 --- a/lib/mu-container.c +++ b/lib/mu-container.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-container.h b/lib/mu-container.h index b309462b..ec9d7f72 100644 --- a/lib/mu-container.h +++ b/lib/mu-container.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-date.h b/lib/mu-date.h index 505d7ca5..6d17517d 100644 --- a/lib/mu-date.h +++ b/lib/mu-date.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-flags.h b/lib/mu-flags.h index d8c93221..3ac2fac1 100644 --- a/lib/mu-flags.h +++ b/lib/mu-flags.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-index.c b/lib/mu-index.c index f6721112..cfb7eb17 100644 --- a/lib/mu-index.c +++ b/lib/mu-index.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 1** it under the terms of the GNU General Public License as published by diff --git a/lib/mu-index.h b/lib/mu-index.h index 3e676dcf..2a561248 100644 --- a/lib/mu-index.h +++ b/lib/mu-index.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/mu-log.c b/lib/mu-log.c index 0e218e6d..b9055d8f 100644 --- a/lib/mu-log.c +++ b/lib/mu-log.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/mu-log.h b/lib/mu-log.h index 3dcd30e3..05b0235d 100644 --- a/lib/mu-log.h +++ b/lib/mu-log.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/mu-maildir.c b/lib/mu-maildir.c index 39156a03..ee95d72a 100644 --- a/lib/mu-maildir.c +++ b/lib/mu-maildir.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-maildir.h b/lib/mu-maildir.h index 16f69188..03910714 100644 --- a/lib/mu-maildir.h +++ b/lib/mu-maildir.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-msg-crypto.c b/lib/mu-msg-crypto.c index ad64cd60..a4db5fbc 100644 --- a/lib/mu-msg-crypto.c +++ b/lib/mu-msg-crypto.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-msg-doc.cc b/lib/mu-msg-doc.cc index ce72cdaa..249986b3 100644 --- a/lib/mu-msg-doc.cc +++ b/lib/mu-msg-doc.cc @@ -1,5 +1,5 @@ /* -** 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/lib/mu-msg-doc.h b/lib/mu-msg-doc.h index 5bee6549..03044f48 100644 --- a/lib/mu-msg-doc.h +++ b/lib/mu-msg-doc.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-msg-fields.c b/lib/mu-msg-fields.c index 4723b27d..633b9b57 100644 --- a/lib/mu-msg-fields.c +++ b/lib/mu-msg-fields.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/mu-msg-fields.h b/lib/mu-msg-fields.h index 0f9a3293..8142cb38 100644 --- a/lib/mu-msg-fields.h +++ b/lib/mu-msg-fields.h @@ -1,5 +1,5 @@ /* -** 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/lib/mu-msg-file.c b/lib/mu-msg-file.c index 37c406c3..a5cfeb5a 100644 --- a/lib/mu-msg-file.c +++ b/lib/mu-msg-file.c @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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 the diff --git a/lib/mu-msg-file.h b/lib/mu-msg-file.h index ab34b41e..e26c4a77 100644 --- a/lib/mu-msg-file.h +++ b/lib/mu-msg-file.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-msg-iter.cc b/lib/mu-msg-iter.cc index 969d0e67..9ab01a6f 100644 --- a/lib/mu-msg-iter.cc +++ b/lib/mu-msg-iter.cc @@ -1,6 +1,6 @@ /* -*- mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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/lib/mu-msg-iter.h b/lib/mu-msg-iter.h index d4169c73..d14dea6e 100644 --- a/lib/mu-msg-iter.h +++ b/lib/mu-msg-iter.h @@ -1,5 +1,5 @@ /* -** 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/lib/mu-msg-part.c b/lib/mu-msg-part.c index 2f86b875..5d244417 100644 --- a/lib/mu-msg-part.c +++ b/lib/mu-msg-part.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-msg-part.h b/lib/mu-msg-part.h index 0552dfcd..1650821f 100644 --- a/lib/mu-msg-part.h +++ b/lib/mu-msg-part.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-msg-prio.c b/lib/mu-msg-prio.c index 1a97e52c..bf86f666 100644 --- a/lib/mu-msg-prio.c +++ b/lib/mu-msg-prio.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-msg-prio.h b/lib/mu-msg-prio.h index a33d9c10..dc49c35c 100644 --- a/lib/mu-msg-prio.h +++ b/lib/mu-msg-prio.h @@ -1,5 +1,5 @@ /* -** 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/lib/mu-msg-priv.h b/lib/mu-msg-priv.h index ffb93b8b..4b500b31 100644 --- a/lib/mu-msg-priv.h +++ b/lib/mu-msg-priv.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/mu-msg-sexp.c b/lib/mu-msg-sexp.c index fdb8519b..5d6eeb60 100644 --- a/lib/mu-msg-sexp.c +++ b/lib/mu-msg-sexp.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-msg.c b/lib/mu-msg.c index b89826fb..8a10d346 100644 --- a/lib/mu-msg.c +++ b/lib/mu-msg.c @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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/lib/mu-msg.h b/lib/mu-msg.h index 5b698991..50ba117c 100644 --- a/lib/mu-msg.h +++ b/lib/mu-msg.h @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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/mu-query.cc b/lib/mu-query.cc index 59f67111..c4d9f447 100644 --- a/lib/mu-query.cc +++ b/lib/mu-query.cc @@ -1,5 +1,5 @@ /* -** 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/lib/mu-query.h b/lib/mu-query.h index 927235dc..9fb4685d 100644 --- a/lib/mu-query.h +++ b/lib/mu-query.h @@ -1,5 +1,5 @@ /* -** 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/lib/mu-runtime.c b/lib/mu-runtime.c index 6d21b8d2..e1a5e6e5 100644 --- a/lib/mu-runtime.c +++ b/lib/mu-runtime.c @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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 the diff --git a/lib/mu-runtime.h b/lib/mu-runtime.h index 9d0111a4..87751636 100644 --- a/lib/mu-runtime.h +++ b/lib/mu-runtime.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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 the diff --git a/lib/mu-script.c b/lib/mu-script.c index 05fa9678..43d8efbe 100644 --- a/lib/mu-script.c +++ b/lib/mu-script.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-script.h b/lib/mu-script.h index 3732641f..586b6f0b 100644 --- a/lib/mu-script.h +++ b/lib/mu-script.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-store-read.cc b/lib/mu-store-read.cc index f7fecfa9..7cd92104 100644 --- a/lib/mu-store-read.cc +++ b/lib/mu-store-read.cc @@ -1,6 +1,6 @@ /* -*-mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8-*- */ /* -** 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 the diff --git a/lib/mu-store-write.cc b/lib/mu-store-write.cc index 596f1811..c08806fa 100644 --- a/lib/mu-store-write.cc +++ b/lib/mu-store-write.cc @@ -1,6 +1,6 @@ /* -*-mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8-*- */ /* -** 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 the diff --git a/lib/mu-store.cc b/lib/mu-store.cc index 03624d88..22b7c921 100644 --- a/lib/mu-store.cc +++ b/lib/mu-store.cc @@ -1,6 +1,6 @@ /* -*-mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8-*- */ /* -** 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 the diff --git a/lib/mu-store.h b/lib/mu-store.h index 0dbcb6cd..21022822 100644 --- a/lib/mu-store.h +++ b/lib/mu-store.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/mu-str-normalize.c b/lib/mu-str-normalize.c index c95473ae..d240161a 100644 --- a/lib/mu-str-normalize.c +++ b/lib/mu-str-normalize.c @@ -1,5 +1,5 @@ /* -** 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/lib/mu-str.c b/lib/mu-str.c index fae19061..a0242199 100644 --- a/lib/mu-str.c +++ b/lib/mu-str.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/mu-str.h b/lib/mu-str.h index 3d2e0a86..38fa8ade 100644 --- a/lib/mu-str.h +++ b/lib/mu-str.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/mu-threader.c b/lib/mu-threader.c index 662eefc9..164b4b11 100644 --- a/lib/mu-threader.c +++ b/lib/mu-threader.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-threader.h b/lib/mu-threader.h index 3168631a..dc8d4149 100644 --- a/lib/mu-threader.h +++ b/lib/mu-threader.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/mu-util.c b/lib/mu-util.c index 838d450c..19aae8cc 100644 --- a/lib/mu-util.c +++ b/lib/mu-util.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* ** -** 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/lib/mu-util.h b/lib/mu-util.h index f10081aa..f20e4ec7 100644 --- a/lib/mu-util.h +++ b/lib/mu-util.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/lib/tests/test-mu-common.c b/lib/tests/test-mu-common.c index 9304d4a9..32f0c5bc 100644 --- a/lib/tests/test-mu-common.c +++ b/lib/tests/test-mu-common.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/tests/test-mu-common.h b/lib/tests/test-mu-common.h index ac71eb1c..31f4d3a9 100644 --- a/lib/tests/test-mu-common.h +++ b/lib/tests/test-mu-common.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/tests/test-mu-date.c b/lib/tests/test-mu-date.c index dfac6089..6dfa3f1e 100644 --- a/lib/tests/test-mu-date.c +++ b/lib/tests/test-mu-date.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/tests/test-mu-flags.c b/lib/tests/test-mu-flags.c index 6296b6f8..b584fc15 100644 --- a/lib/tests/test-mu-flags.c +++ b/lib/tests/test-mu-flags.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/tests/test-mu-maildir.c b/lib/tests/test-mu-maildir.c index f4809229..f0bab30f 100644 --- a/lib/tests/test-mu-maildir.c +++ b/lib/tests/test-mu-maildir.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/tests/test-mu-msg-fields.c b/lib/tests/test-mu-msg-fields.c index 2d8e7969..27864d8d 100644 --- a/lib/tests/test-mu-msg-fields.c +++ b/lib/tests/test-mu-msg-fields.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/lib/tests/test-mu-msg.c b/lib/tests/test-mu-msg.c index da347145..281b895e 100644 --- a/lib/tests/test-mu-msg.c +++ b/lib/tests/test-mu-msg.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/tests/test-mu-store.c b/lib/tests/test-mu-store.c index ebca7381..300c68b0 100644 --- a/lib/tests/test-mu-store.c +++ b/lib/tests/test-mu-store.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/tests/test-mu-str.c b/lib/tests/test-mu-str.c index 25d3d0d1..04901025 100644 --- a/lib/tests/test-mu-str.c +++ b/lib/tests/test-mu-str.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/lib/tests/test-mu-util.c b/lib/tests/test-mu-util.c index 93d6d5f0..638a0ff5 100644 --- a/lib/tests/test-mu-util.c +++ b/lib/tests/test-mu-util.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/mu/mu-cmd-cfind.c b/mu/mu-cmd-cfind.c index 796baf8c..56094a84 100644 --- a/mu/mu-cmd-cfind.c +++ b/mu/mu-cmd-cfind.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/mu/mu-cmd-extract.c b/mu/mu-cmd-extract.c index 76cead5d..60d2bd35 100644 --- a/mu/mu-cmd-extract.c +++ b/mu/mu-cmd-extract.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-cmd-find.c b/mu/mu-cmd-find.c index 81f4a907..66a9bd89 100644 --- a/mu/mu-cmd-find.c +++ b/mu/mu-cmd-find.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-cmd-index.c b/mu/mu-cmd-index.c index a32b3857..3beadae4 100644 --- a/mu/mu-cmd-index.c +++ b/mu/mu-cmd-index.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-cmd-script.c b/mu/mu-cmd-script.c index a171ddeb..2c2f02a5 100644 --- a/mu/mu-cmd-script.c +++ b/mu/mu-cmd-script.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-cmd-server.c b/mu/mu-cmd-server.c index cbf3124c..ded44068 100644 --- a/mu/mu-cmd-server.c +++ b/mu/mu-cmd-server.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-cmd.c b/mu/mu-cmd.c index 20bd9731..612eaf98 100644 --- a/mu/mu-cmd.c +++ b/mu/mu-cmd.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-cmd.h b/mu/mu-cmd.h index e5635904..0ec483ca 100644 --- a/mu/mu-cmd.h +++ b/mu/mu-cmd.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-config.c b/mu/mu-config.c index 80ecfbc4..e6ac942c 100644 --- a/mu/mu-config.c +++ b/mu/mu-config.c @@ -1,7 +1,7 @@ /* -*-Mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu-config.h b/mu/mu-config.h index bcab1681..b7d9b737 100644 --- a/mu/mu-config.h +++ b/mu/mu-config.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/mu.cc b/mu/mu.cc index 97b00713..3c65ee6c 100644 --- a/mu/mu.cc +++ b/mu/mu.cc @@ -1,7 +1,7 @@ /* -*-mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8-*- */ /* -** 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 the @@ -37,7 +37,7 @@ show_version (void) { const char* blurb = "mu (mail indexer/searcher) version " VERSION "\n" - "Copyright (C) 2008-2012 Dirk-Jan C. Binnema\n" + "Copyright (C) 2008-2013 Dirk-Jan C. Binnema\n" "License GPLv3+: GNU GPL version 3 or later " ".\n" "This is free software: you are free to change " diff --git a/mu/tests/test-mu-cmd-cfind.c b/mu/tests/test-mu-cmd-cfind.c index 904be3da..383234db 100644 --- a/mu/tests/test-mu-cmd-cfind.c +++ b/mu/tests/test-mu-cmd-cfind.c @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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 the diff --git a/mu/tests/test-mu-cmd.c b/mu/tests/test-mu-cmd.c index aa0bd590..58fb1918 100644 --- a/mu/tests/test-mu-cmd.c +++ b/mu/tests/test-mu-cmd.c @@ -1,6 +1,6 @@ /* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** 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 the diff --git a/mu/tests/test-mu-contacts.c b/mu/tests/test-mu-contacts.c index 7e64656c..4e1c6826 100644 --- a/mu/tests/test-mu-contacts.c +++ b/mu/tests/test-mu-contacts.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/mu/tests/test-mu-query.c b/mu/tests/test-mu-query.c index 661deed6..47d049ba 100644 --- a/mu/tests/test-mu-query.c +++ b/mu/tests/test-mu-query.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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 the diff --git a/mu/tests/test-mu-runtime.c b/mu/tests/test-mu-runtime.c index 60fee22e..b48e03ed 100644 --- a/mu/tests/test-mu-runtime.c +++ b/mu/tests/test-mu-runtime.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/mu/tests/test-mu-threads.c b/mu/tests/test-mu-threads.c index 1665b480..119fd7d0 100644 --- a/mu/tests/test-mu-threads.c +++ b/mu/tests/test-mu-threads.c @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/toys/msg2pdf/msg2pdf.c b/toys/msg2pdf/msg2pdf.c index 4e2b1792..e49a8798 100644 --- a/toys/msg2pdf/msg2pdf.c +++ b/toys/msg2pdf/msg2pdf.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/toys/mug/mu-widget-util.c b/toys/mug/mu-widget-util.c index 7af476a3..777a728d 100644 --- a/toys/mug/mu-widget-util.c +++ b/toys/mug/mu-widget-util.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/toys/mug/mug-msg-list-view.c b/toys/mug/mug-msg-list-view.c index e5851fd4..d084c4be 100644 --- a/toys/mug/mug-msg-list-view.c +++ b/toys/mug/mug-msg-list-view.c @@ -1,6 +1,6 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** 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/toys/mug/mug-msg-list-view.h b/toys/mug/mug-msg-list-view.h index db2a247d..f410fc55 100644 --- a/toys/mug/mug-msg-list-view.h +++ b/toys/mug/mug-msg-list-view.h @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/toys/mug/mug-msg-view.c b/toys/mug/mug-msg-view.c index 6a0fd1c0..4b9f3f93 100644 --- a/toys/mug/mug-msg-view.c +++ b/toys/mug/mug-msg-view.c @@ -1,5 +1,5 @@ /* -** 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 the diff --git a/toys/mug/mug.c b/toys/mug/mug.c index d38b1e97..ea959c6c 100644 --- a/toys/mug/mug.c +++ b/toys/mug/mug.c @@ -1,5 +1,5 @@ /* -** 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 the @@ -57,7 +57,7 @@ about_mug (MugData * mugdata) GTK_MESSAGE_INFO, GTK_BUTTONS_OK, "Mug version %s\n" "A graphical frontend to the 'mu' e-mail search engine\n\n" - "(c) 2010-2011 Dirk-Jan C. Binnema\n" + "(c) 2010-2013 Dirk-Jan C. Binnema\n" "Released under the terms of the GPLv3+", VERSION); gtk_dialog_run (GTK_DIALOG (about));