From b9a607942575df0c2248f5acf00dbf4a798e1e3e Mon Sep 17 00:00:00 2001 From: seanbright Date: Sat, 2 May 2009 15:52:08 +0000 Subject: Merged revisions 191700 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r191700 | seanbright | 2009-05-02 11:45:07 -0400 (Sat, 02 May 2009) | 1 line Update copyright year to 2009 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@191702 f38db490-d61c-443f-a65b-d21fe96a405b --- main/asterisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/asterisk.c b/main/asterisk.c index 9b9f121fb..e0ff7c759 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -133,7 +133,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 - 2008 Digium, Inc. and others.\n" \ + ast_verbose("Asterisk %s, Copyright (C) 1999 - 2009 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" \ @@ -2605,7 +2605,7 @@ static int show_version(void) } static int show_cli_help(void) { - printf("Asterisk %s, Copyright (C) 1999 - 2008, Digium, Inc. and others.\n", ast_get_version()); + printf("Asterisk %s, Copyright (C) 1999 - 2009, 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"); -- cgit v1.2.3