diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 01bca997e0d2aad318f2427c2b05093453b3f1f0..2821592f24d09291484b2279c4671ba90a8a8ac3 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;
 }