From: Michiel van Baak Date: Thu, 19 Nov 2009 16:09:51 +0000 (+0000) Subject: Update copyright year in visible output. (cli) X-Git-Tag: 1.4.28-rc1~11^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d6f7502ac9b4dec151d34cd167874b6ca550c6b;p=thirdparty%2Fasterisk.git Update copyright year in visible output. (cli) Spotted by Stuart Henderson git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@230469 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/asterisk.c b/main/asterisk.c index c941315129..d4bf3e963a 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -1,7 +1,7 @@ /* * Asterisk -- An open source telephony toolkit. * - * Copyright (C) 1999 - 2008, Digium, Inc. + * Copyright (C) 1999 - 2009, Digium, Inc. * * Mark Spencer * @@ -139,7 +139,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 " ASTERISK_VERSION ", Copyright (C) 1999 - 2008 Digium, Inc. and others.\n"); \ + ast_verbose("Asterisk " ASTERISK_VERSION ", Copyright (C) 1999 - 2009 Digium, Inc. and others.\n"); \ ast_verbose("Created by Mark Spencer \n"); \ ast_verbose("Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.\n"); \ ast_verbose("This is free software, with components licensed under the GNU General Public\n"); \ @@ -2463,7 +2463,7 @@ static int show_version(void) } static int show_cli_help(void) { - printf("Asterisk " ASTERISK_VERSION ", Copyright (C) 1999 - 2008, Digium, Inc. and others.\n"); + printf("Asterisk " ASTERISK_VERSION ", Copyright (C) 1999 - 2009, Digium, Inc. and others.\n"); printf("Usage: asterisk [OPTIONS]\n"); printf("Valid Options:\n"); printf(" -V Display version number and exit\n");