From: Joshua Colp Date: Tue, 14 Nov 2006 22:15:10 +0000 (+0000) Subject: Update copyright information in the ADSI logo blob. X-Git-Tag: 1.2.14~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cea7867b33021a8baa1f39c9f4fb17fb86612ec;p=thirdparty%2Fasterisk.git Update copyright information in the ADSI logo blob. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@47631 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index a2773dd7a8..5d7dfcd093 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2749,7 +2749,7 @@ static int adsi_logo(unsigned char *buf) { int bytes = 0; bytes += adsi_display(buf + bytes, ADSI_COMM_PAGE, 1, ADSI_JUST_CENT, 0, "Comedian Mail", ""); - bytes += adsi_display(buf + bytes, ADSI_COMM_PAGE, 2, ADSI_JUST_CENT, 0, "(C)2002 LSS, Inc.", ""); + bytes += adsi_display(buf + bytes, ADSI_COMM_PAGE, 2, ADSI_JUST_CENT, 0, "(C)2002-2006 Digium, Inc.", ""); return bytes; }