[asterisk-commits] russell: branch 1.8 r315810 - /branches/1.8/main/asterisk.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 27 10:55:59 CDT 2011
Author: russell
Date: Wed Apr 27 10:55:48 2011
New Revision: 315810
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=315810
Log:
Set the copyright year to 2011 in the startup message.
Modified:
branches/1.8/main/asterisk.c
Modified: branches/1.8/main/asterisk.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/asterisk.c?view=diff&rev=315810&r1=315809&r2=315810
==============================================================================
--- branches/1.8/main/asterisk.c (original)
+++ branches/1.8/main/asterisk.c Wed Apr 27 10:55:48 2011
@@ -156,7 +156,7 @@
/*! \brief Welcome message when starting a CLI interface */
#define WELCOME_MESSAGE \
- ast_verbose("Asterisk %s, Copyright (C) 1999 - 2010 Digium, Inc. and others.\n" \
+ ast_verbose("Asterisk %s, Copyright (C) 1999 - 2011 Digium, Inc. and others.\n" \
"Created by Mark Spencer <markster at digium.com>\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" \
More information about the asterisk-commits
mailing list