From: Joshua Colp Date: Tue, 14 Nov 2006 22:19:18 +0000 (+0000) Subject: Merged revisions 47632 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~3974 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0dbe8931aa19a00e358c8381763ed2d8c5af9bc;p=thirdparty%2Fasterisk.git Merged revisions 47632 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r47632 | file | 2006-11-14 17:17:16 -0500 (Tue, 14 Nov 2006) | 10 lines Merged revisions 47631 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47631 | file | 2006-11-14 17:15:10 -0500 (Tue, 14 Nov 2006) | 2 lines Update copyright information in the ADSI logo blob. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47633 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 01bca997e0..2821592f24 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3243,7 +3243,7 @@ static int adsi_logo(unsigned char *buf) { int bytes = 0; bytes += ast_adsi_display(buf + bytes, ADSI_COMM_PAGE, 1, ADSI_JUST_CENT, 0, "Comedian Mail", ""); - bytes += ast_adsi_display(buf + bytes, ADSI_COMM_PAGE, 2, ADSI_JUST_CENT, 0, "(C)2002 LSS, Inc.", ""); + bytes += ast_adsi_display(buf + bytes, ADSI_COMM_PAGE, 2, ADSI_JUST_CENT, 0, "(C)2002-2006 Digium, Inc.", ""); return bytes; }