From 65415c283b0af103d667d9a13cb8079e8a548090 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 17 Jul 2006 18:19:00 +0000 Subject: [PATCH] add cepstral legal goodies git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1916 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/asr_tts/mod_cepstral/mod_cepstral.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mod/asr_tts/mod_cepstral/mod_cepstral.c b/src/mod/asr_tts/mod_cepstral/mod_cepstral.c index 9c673e1f0c..a22a90ea13 100644 --- a/src/mod/asr_tts/mod_cepstral/mod_cepstral.c +++ b/src/mod/asr_tts/mod_cepstral/mod_cepstral.c @@ -28,8 +28,11 @@ * * mod_cepstral.c -- Cepstral Interface * - * Some material based on the Cepstral Swift SDK, - * Copyiright Cepstral LLC and used by permission + * Contains some material derived from the Cepstral Swift SDK, by + * permission. You are free to copy and modify the source under the + * terms of FreeSWITCH itself, without additional permission from + * Cepstral + * * */ #ifdef __ICC