From: Joshua Colp Date: Mon, 30 Apr 2007 14:34:07 +0000 (+0000) Subject: Update copyright notice. It's now the year 2007! X-Git-Tag: 1.2.19~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d88816df035f9ddc1b8643bd7b19b0994ea5c4;p=thirdparty%2Fasterisk.git Update copyright notice. It's now the year 2007! git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@62368 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/asterisk.c b/asterisk.c index 9c484605a2..111dcf53d2 100644 --- a/asterisk.c +++ b/asterisk.c @@ -135,7 +135,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") /*! \brief Welcome message when starting a CLI interface */ #define WELCOME_MESSAGE \ - ast_verbose("Asterisk " ASTERISK_VERSION ", Copyright (C) 1999 - 2006 Digium, Inc. and others.\n"); \ + ast_verbose("Asterisk " ASTERISK_VERSION ", Copyright (C) 1999 - 2007 Digium, Inc. and others.\n"); \ ast_verbose("Created by Mark Spencer \n"); \ ast_verbose("Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details.\n"); \ ast_verbose("This is free software, with components licensed under the GNU General Public\n"); \