]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/flite_hts_engine/flite/COPYING
Fix turn entry path position computation.
[flightgear.git] / 3rdparty / flite_hts_engine / flite / COPYING
1 /* ----------------------------------------------------------------- */
2 /*           The English TTS System "Flite+hts_engine"               */
3 /*           developed by HTS Working Group                          */
4 /*           http://hts-engine.sourceforge.net/                      */
5 /* ----------------------------------------------------------------- */
6 /*                                                                   */
7 /*  Copyright (c) 2005-2013  Nagoya Institute of Technology          */
8 /*                           Department of Computer Science          */
9 /*                                                                   */
10 /*                2005-2008  Tokyo Institute of Technology           */
11 /*                           Interdisciplinary Graduate School of    */
12 /*                           Science and Engineering                 */
13 /*                                                                   */
14 /* All rights reserved.                                              */
15 /*                                                                   */
16 /* Redistribution and use in source and binary forms, with or        */
17 /* without modification, are permitted provided that the following   */
18 /* conditions are met:                                               */
19 /*                                                                   */
20 /* - Redistributions of source code must retain the above copyright  */
21 /*   notice, this list of conditions and the following disclaimer.   */
22 /* - Redistributions in binary form must reproduce the above         */
23 /*   copyright notice, this list of conditions and the following     */
24 /*   disclaimer in the documentation and/or other materials provided */
25 /*   with the distribution.                                          */
26 /* - Neither the name of the HTS working group nor the names of its  */
27 /*   contributors may be used to endorse or promote products derived */
28 /*   from this software without specific prior written permission.   */
29 /*                                                                   */
30 /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND            */
31 /* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,       */
32 /* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF          */
33 /* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE          */
34 /* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */
35 /* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,          */
36 /* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED   */
37 /* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,     */
38 /* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */
39 /* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,   */
40 /* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY    */
41 /* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE           */
42 /* POSSIBILITY OF SUCH DAMAGE.                                       */
43 /* ----------------------------------------------------------------- */
44
45 Flite is free software.
46
47 We have kept the core code to BSD-like copyright, thus the system is
48 free to use in commercial products, with commercial extensions.  GPL
49 code is only included as part of the build process and does not
50 taint any of the run-time code.  
51
52 Note the PalmOS code uses BSD code that requires acknowledgements in
53 any distribution documentation.
54
55 As a collection it is distributed under the following license.  Note
56 a few files in this distribution have a different but equally free
57 non-conflicting licence, see below.
58
59                   Language Technologies Institute                      
60                      Carnegie Mellon University                        
61                       Copyright (c) 1999-2008                          
62                         All Rights Reserved.                           
63                                                                        
64   Permission is hereby granted, free of charge, to use and distribute  
65   this software and its documentation without restriction, including   
66   without limitation the rights to use, copy, modify, merge, publish,  
67   distribute, sublicense, and/or sell copies of this work, and to      
68   permit persons to whom this work is furnished to do so, subject to   
69   the following conditions:                                            
70    1. The code must retain the above copyright notice, this list of    
71       conditions and the following disclaimer.                         
72    2. Any modifications must be clearly marked as such.                
73    3. Original authors' names are not deleted.                         
74    4. The authors' names are not used to endorse or promote products   
75       derived from this software without specific prior written        
76       permission.                                                      
77                                                                        
78   CARNEGIE MELLON UNIVERSITY AND THE CONTRIBUTORS TO THIS WORK         
79   DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING      
80   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT   
81   SHALL CARNEGIE MELLON UNIVERSITY NOR THE CONTRIBUTORS BE LIABLE      
82   FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES    
83   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN   
84   AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,          
85   ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF       
86   THIS SOFTWARE.                                                       
87                                                                        
88 All files within this distribution have the above license except
89 the following
90
91 src/cg/cst_mlpg.h
92 src/cg/cst_mlpg.c
93 src/cg/cst_mlsa.h
94 src/cg/cst_mlsa.c
95 src/cg/cst_vc.h
96 src/cg/cst_vc.c
97 /*********************************************************************/
98 /*                                                                   */
99 /*            Nagoya Institute of Technology, Aichi, Japan,          */
100 /*       Nara Institute of Science and Technology, Nara, Japan       */
101 /*                                and                                */
102 /*             Carnegie Mellon University, Pittsburgh, PA            */
103 /*                      Copyright (c) 2003-2004                      */
104 /*                        All Rights Reserved.                       */
105 /*                                                                   */
106 /*  Permission is hereby granted, free of charge, to use and         */
107 /*  distribute this software and its documentation without           */
108 /*  restriction, including without limitation the rights to use,     */
109 /*  copy, modify, merge, publish, distribute, sublicense, and/or     */
110 /*  sell copies of this work, and to permit persons to whom this     */
111 /*  work is furnished to do so, subject to the following conditions: */
112 /*                                                                   */
113 /*    1. The code must retain the above copyright notice, this list  */
114 /*       of conditions and the following disclaimer.                 */
115 /*    2. Any modifications must be clearly marked as such.           */
116 /*    3. Original authors' names are not deleted.                    */
117 /*                                                                   */    
118 /*  NAGOYA INSTITUTE OF TECHNOLOGY, NARA INSTITUTE OF SCIENCE AND    */
119 /*  TECHNOLOGY, CARNEGIE MELLON UNIVERSITY, AND THE CONTRIBUTORS TO  */
120 /*  THIS WORK DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,  */
121 /*  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, */
122 /*  IN NO EVENT SHALL NAGOYA INSTITUTE OF TECHNOLOGY, NARA           */
123 /*  INSTITUTE OF SCIENCE AND TECHNOLOGY, CARNEGIE MELLON UNIVERSITY, */
124 /*  NOR THE CONTRIBUTORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR      */
125 /*  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM   */
126 /*  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,  */
127 /*  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN        */
128 /*  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.         */
129 /*                                                                   */
130 /*********************************************************************/
131
132 These functions are derived from the versions in festvox/src/vc/ as
133 modified by Tomoki Toda which in turn contain code derived from
134 NITECH's HTS system.  Their copyright has the same freedoms as 
135 as Flite's but under NAIST, NITECH and/or CMU.
136
137 src/audio/au_wince.c
138 src/utils/cst_file_stdio.c
139 src/utils/cst_mmap_posix.c
140 src/utils/cst_mmap_win32.c
141 src/utils/cst_mmap_none.c
142 src/utils/cst_file_wince.c
143 sapi/
144       are copyright Cepstral, LLC rather than CMU but fall under the same
145       free licence as the above, except for the owner.
146
147 doc/alice
148    Is the first two chapters of Alice in Wonderland as distributed by the
149    Gutenburg project and is now in the public domain
150
151 src/regex/regexp.c
152 src/regex/regsub.c
153
154  *      Copyright (c) 1986 by University of Toronto.
155  *      Written by Henry Spencer.  Not derived from licensed software.
156  *
157  *      Permission is granted to anyone to use this software for any
158  *      purpose on any computer system, and to redistribute it freely,
159  *      subject to the following restrictions:
160  *
161  *      1. The author is not responsible for the consequences of use of
162  *              this software, no matter how awful, even if they arise
163  *              from defects in it.
164  *
165  *      2. The origin of this software must not be misrepresented, either
166  *              by explicit claim or by omission.
167  *
168  *      3. Altered versions must be plainly marked as such, and must not
169  *              be misrepresented as being the original software.
170
171 src/speech/rateconv.c
172
173  *      Copyright (c) 1992, 1995 by Markus Mummert
174  *
175  *      Redistribution and use of this software, modifcation and inclusion
176  *      into other forms of software are permitted provided that the following
177  *      conditions are met:
178  *
179  *      1. Redistributions of this software must retain the above copyright
180  *         notice, this list of conditions and the following disclaimer.
181  *      2. If this software is redistributed in a modified condition
182  *         it must reveal clearly that it has been modified.
183
184 lang/usenglish/us_durz_cart.c
185 lang/usenglish/us_durz_cart.h
186 lang/usenglish/us_int_accent_cart.c
187 lang/usenglish/us_int_accent_cart.h
188 lang/usenglish/us_int_tone_cart.c
189 lang/usenglish/us_int_tone_cart.h
190 lang/usenglish/us_phoneset.c
191 lang/usenglish/us_f0lr.c
192    These are directly (or indirectly) compiled/derived from files that are
193    part of the Festival Speech Synthesis System (1.4.1).  Hence they have
194    a joint copyright CMU/Edinburgh but with the same free licence
195
196 configure
197    # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
198    #
199    # This configure script is free software; the Free Software Foundation
200    # gives unlimited permission to copy, distribute and modify it.
201
202 configure.sub
203 config.guess
204 missing
205 install-sh
206 mkinstalldirs
207    Copyright FSF, and under the GPL, these files are only used for
208    convenient configuration and are not part of the generated binary,
209    and therefore do not impose any GPL restrctions on the rest of the
210    system.  But as they are standard methods for configuration they 
211    are included.
212
213 palm/include/peal.h
214 palm/include/pealstub.h
215 palm/arm_flite/pealstub.c
216 palm/m68k_flite/peal.c
217
218 /**********
219  * Copyright (c) 2004 Greg Parker.  All rights reserved.
220  *
221  * Redistribution and use in source and binary forms, with or without
222  * modification, are permitted provided that the following conditions
223  * are met:
224  * 1. Redistributions of source code must retain the above copyright
225  *    notice, this list of conditions and the following disclaimer.
226  * 2. Redistributions in binary form must reproduce the above copyright
227  *    notice, this list of conditions and the following disclaimer in the
228  *    documentation and/or other materials provided with the distribution.
229  *
230  * THIS SOFTWARE IS PROVIDED BY GREG PARKER ``AS IS'' AND ANY EXPRESS OR
231  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
232  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
233  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
234  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
235  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
236  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
237  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
238  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
239  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
240  **********/
241
242 The whole Sun Microsystems math library was ported to Palm
243 for this but its not actually needed, though the include file is
244 to allow bits of the system to compile that currently linked in
245 to the system, so we just have the include file here
246
247 palm/include/fdlibm.h
248
249  * ====================================================
250  * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
251  *
252  * Developed at SunSoft, a Sun Microsystems, Inc. business.
253  * Permission to use, copy, modify, and distribute this
254  * software is freely granted, provided that this notice 
255  * is preserved.
256  * ====================================================