From: Rodrigo Ramírez Norambuena Date: Fri, 1 Jan 2016 11:25:41 +0000 (-0300) Subject: Happy new year 2016. X-Git-Tag: 14.0.0-beta1~495^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd528dddfdb5421c5e07f3845d28ba14d3cb4bd;p=thirdparty%2Fasterisk.git Happy new year 2016. Change-Id: I22d3c90f6f27df82e915bbf81c1d91221f7a945e --- diff --git a/main/asterisk.c b/main/asterisk.c index ec49c65e02..a228e339ee 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -1,7 +1,7 @@ /* * Asterisk -- An open source telephony toolkit. * - * Copyright (C) 1999 - 2015, Digium, Inc. + * Copyright (C) 1999 - 2016, Digium, Inc. * * Mark Spencer * @@ -53,7 +53,7 @@ * * \section copyright Copyright and Author * - * Copyright (C) 1999 - 2015, Digium, Inc. + * Copyright (C) 1999 - 2016, Digium, Inc. * Asterisk is a registered trademark * of Digium, Inc. * @@ -302,7 +302,7 @@ int daemon(int, int); /* defined in libresolv of all places */ /*! \brief Welcome message when starting a CLI interface */ #define WELCOME_MESSAGE \ - ast_verbose("Asterisk %s, Copyright (C) 1999 - 2015, Digium, Inc. and others.\n" \ + ast_verbose("Asterisk %s, Copyright (C) 1999 - 2016, Digium, Inc. and others.\n" \ "Created by Mark Spencer \n" \ "Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.\n" \ "This is free software, with components licensed under the GNU General Public\n" \ @@ -3365,7 +3365,7 @@ static int show_version(void) static int show_cli_help(void) { - printf("Asterisk %s, Copyright (C) 1999 - 2015, Digium, Inc. and others.\n", ast_get_version()); + printf("Asterisk %s, Copyright (C) 1999 - 2016, Digium, Inc. and others.\n", ast_get_version()); printf("Usage: asterisk [OPTIONS]\n"); printf("Valid Options:\n"); printf(" -V Display version number and exit\n");