From: Sean Bright Date: Tue, 15 Jul 2014 12:11:25 +0000 (+0000) Subject: Update Asterisk copyright year in main/asterisk.c X-Git-Tag: 13.0.0-beta1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1eec851c63ef9fde880cd6b72bf52bf745d6c6b;p=thirdparty%2Fasterisk.git Update Asterisk copyright year in main/asterisk.c It's been 2014 for like... 6 months. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418616 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/asterisk.c b/main/asterisk.c index a8b687a485..55e06c385a 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -1,7 +1,7 @@ /* * Asterisk -- An open source telephony toolkit. * - * Copyright (C) 1999 - 2013, Digium, Inc. + * Copyright (C) 1999 - 2014, Digium, Inc. * * Mark Spencer * @@ -53,7 +53,7 @@ * * \section copyright Copyright and Author * - * Copyright (C) 1999 - 2013, Digium, Inc. + * Copyright (C) 1999 - 2014, 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 - 2013 Digium, Inc. and others.\n" \ + ast_verbose("Asterisk %s, Copyright (C) 1999 - 2014, 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" \ @@ -3351,7 +3351,7 @@ static int show_version(void) static int show_cli_help(void) { - printf("Asterisk %s, Copyright (C) 1999 - 2013, Digium, Inc. and others.\n", ast_get_version()); + printf("Asterisk %s, Copyright (C) 1999 - 2014, 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");