From: Rodrigo Ramírez Norambuena Date: Sun, 3 May 2015 09:39:21 +0000 (-0400) Subject: main/asterisk.c: Update Asterisk copyright year X-Git-Tag: 14.0.0-beta1~967^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F425%2F1;p=thirdparty%2Fasterisk.git main/asterisk.c: Update Asterisk copyright year Change-Id: I5e75d7f7e2c096d74edd9e8735268a894f4b93ab --- diff --git a/main/asterisk.c b/main/asterisk.c index 277604bf70..d48546eec4 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -1,7 +1,7 @@ /* * Asterisk -- An open source telephony toolkit. * - * Copyright (C) 1999 - 2014, Digium, Inc. + * Copyright (C) 1999 - 2015, Digium, Inc. * * Mark Spencer * @@ -53,7 +53,7 @@ * * \section copyright Copyright and Author * - * Copyright (C) 1999 - 2014, Digium, Inc. + * Copyright (C) 1999 - 2015, Digium, Inc. * Asterisk is a registered trademark * of Digium, Inc. * @@ -301,7 +301,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 - 2014, Digium, Inc. and others.\n" \ + ast_verbose("Asterisk %s, Copyright (C) 1999 - 2015, 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" \ @@ -3344,7 +3344,7 @@ static int show_version(void) static int show_cli_help(void) { - printf("Asterisk %s, Copyright (C) 1999 - 2014, Digium, Inc. and others.\n", ast_get_version()); + printf("Asterisk %s, Copyright (C) 1999 - 2015, 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");