From bae16a33b9f433b993d2fceafc2587b373caa92e Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Tue, 3 Feb 2015 20:44:46 +0100 Subject: [PATCH] we're in 2015 --- COPYING | 2 +- src/bin/about.c | 2 +- src/bin/main.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/COPYING b/COPYING index c0b594ca..5e3dedf6 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Copyright notice for Terminology (BSD 2-Clause License): -Copyright (C) 2012-2014 Carsten Haitzler and various contributors (see AUTHORS) +Copyright (C) 2012-2015 Carsten Haitzler and various contributors (see AUTHORS) All rights reserved. diff --git a/src/bin/about.c b/src/bin/about.c index aae50e5f..6366ec2c 100644 --- a/src/bin/about.c +++ b/src/bin/about.c @@ -69,7 +69,7 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term, "
" "%s" // LICENSE ), - PACKAGE_VERSION, 2014, + PACKAGE_VERSION, 2015, "Carsten Haitzler
" "Boris Faure
" "Gustavo Sverzut Barbieri
" diff --git a/src/bin/main.c b/src/bin/main.c index 4f97f002..891f1aee 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -404,7 +404,7 @@ static void _translate_options(void) { options.copyright = eina_stringshare_printf(gettext(options.copyright), - 2014); + 2015); Ecore_Getopt_Desc *desc = (Ecore_Getopt_Desc *) options.descs; while ((desc->shortname != '\0') || (desc->longname) @@ -537,7 +537,7 @@ elm_main(int argc, char **argv) textdomain(PACKAGE); _translate_options(); #else - options.copyright = "(C) 2012-2014 Carsten Haitzler and others"; + options.copyright = "(C) 2012-2015 Carsten Haitzler and others"; #endif _log_domain = eina_log_domain_register("terminology", NULL);