diff options
| author | djcb <djcb@djcbsoftware.nl> | 2015-01-25 23:55:23 +0200 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2015-01-25 23:55:23 +0200 |
| commit | b644de548be9ccfbf607e0e64905bc514819c8e7 (patch) | |
| tree | f990043d965adae7499c9c084d395c57568816ed /mu | |
| parent | da3c43e3252da91e0c35fa91c43f5f9519a6287c (diff) | |
mu4e: update copyright year
Diffstat (limited to 'mu')
| -rw-r--r-- | mu/mu.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* -*-mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8-*- */ /* -** Copyright (C) 2008-2013 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +** Copyright (C) 2008-2015 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** ** 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-2013 Dirk-Jan C. Binnema\n" + "Copyright (C) 2008-2015 Dirk-Jan C. Binnema\n" "License GPLv3+: GNU GPL version 3 or later " "<http://gnu.org/licenses/gpl.html>.\n" "This is free software: you are free to change " |
