From 80d88816df035f9ddc1b8643bd7b19b0994ea5c4 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 30 Apr 2007 14:34:07 +0000 Subject: [PATCH] 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 --- asterisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); \ -- 2.47.2