From b644de548be9ccfbf607e0e64905bc514819c8e7 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 25 Jan 2015 23:55:23 +0200 Subject: [PATCH] mu4e: update copyright year --- mu/mu.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu/mu.cc b/mu/mu.cc index 7cdaef04..7a120855 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-2013 Dirk-Jan C. Binnema +** Copyright (C) 2008-2015 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-2013 Dirk-Jan C. Binnema\n" + "Copyright (C) 2008-2015 Dirk-Jan C. Binnema\n" "License GPLv3+: GNU GPL version 3 or later " ".\n" "This is free software: you are free to change "