root / trunk / data / flite / _metadata / license

Revision 145, 7.4 kB (checked in by saurik, 6 months ago)

Managed to get text-to-speech working.

Line 
1
2Flite is free software.
3
4We have kept the core code to BSD-like copyright, thus the system is
5free to use in commercial products, with commercial extensions.  GPL
6code is only include as part of the build process and does not
7taint any of the run-time code. 
8
9Note the PalmOS code uses BSD code that requires acknowledgements in
10any distribution documentation.
11
12As a collection it is distributed under the following license.  Note
13a few files in this distribution have a different but equally free
14non-conflicting licence, see below.
15
16                  Language Technologies Institute                     
17                     Carnegie Mellon University                       
18                      Copyright (c) 1999-2005                         
19                        All Rights Reserved.                           
20                                                                       
21  Permission is hereby granted, free of charge, to use and distribute 
22  this software and its documentation without restriction, including   
23  without limitation the rights to use, copy, modify, merge, publish, 
24  distribute, sublicense, and/or sell copies of this work, and to     
25  permit persons to whom this work is furnished to do so, subject to   
26  the following conditions:                                           
27   1. The code must retain the above copyright notice, this list of   
28      conditions and the following disclaimer.                         
29   2. Any modifications must be clearly marked as such.               
30   3. Original authors' names are not deleted.                         
31   4. The authors' names are not used to endorse or promote products   
32      derived from this software without specific prior written       
33      permission.                                                     
34                                                                       
35  CARNEGIE MELLON UNIVERSITY AND THE CONTRIBUTORS TO THIS WORK         
36  DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING     
37  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT   
38  SHALL CARNEGIE MELLON UNIVERSITY NOR THE CONTRIBUTORS BE LIABLE     
39  FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES   
40  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN   
41  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,         
42  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF       
43  THIS SOFTWARE.                                                       
44                                                                       
45All files within this distribution have the above license except
46the following
47
48src/audio/au_wince.c
49src/utils/cst_file_stdio.c
50src/utils/cst_mmap_posix.c
51src/utils/cst_mmap_win32.c
52src/utils/cst_mmap_none.c
53src/utils/cst_file_wince.c
54src/wavesynth/cst_sts.c
55sapi/
56      are copyright Cepstral, LLC rather than CMU but fall under the same
57      free licence as the above, except for the owner.
58
59doc/alice
60   Is the first two chapters of Alice in Wonderland as distributed by the
61   Gutenburg project and is now in the public domain
62
63src/regex/regexp.c
64src/regex/regsub.c
65
66 *      Copyright (c) 1986 by University of Toronto.
67 *      Written by Henry Spencer.  Not derived from licensed software.
68 *
69 *      Permission is granted to anyone to use this software for any
70 *      purpose on any computer system, and to redistribute it freely,
71 *      subject to the following restrictions:
72 *
73 *      1. The author is not responsible for the consequences of use of
74 *              this software, no matter how awful, even if they arise
75 *              from defects in it.
76 *
77 *      2. The origin of this software must not be misrepresented, either
78 *              by explicit claim or by omission.
79 *
80 *      3. Altered versions must be plainly marked as such, and must not
81 *              be misrepresented as being the original software.
82
83src/speech/rateconv.c
84
85 *      Copyright (c) 1992, 1995 by Markus Mummert
86 *
87 *      Redistribution and use of this software, modifcation and inclusion
88 *      into other forms of software are permitted provided that the following
89 *      conditions are met:
90 *
91 *      1. Redistributions of this software must retain the above copyright
92 *         notice, this list of conditions and the following disclaimer.
93 *      2. If this software is redistributed in a modified condition
94 *         it must reveal clearly that it has been modified.
95
96lang/usenglish/us_durz_cart.c
97lang/usenglish/us_durz_cart.h
98lang/usenglish/us_int_accent_cart.c
99lang/usenglish/us_int_accent_cart.h
100lang/usenglish/us_int_tone_cart.c
101lang/usenglish/us_int_tone_cart.h
102lang/usenglish/us_phoneset.c
103lang/usenglish/us_f0lr.c
104   These are directly (or indirectly) compiled/derived from files that are
105   part of the Festival Speech Synthesis System (1.4.1).  Hence they have
106   a joint copyright CMU/Edinburgh but with the same free licence
107
108configure
109   # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
110   #
111   # This configure script is free software; the Free Software Foundation
112   # gives unlimited permission to copy, distribute and modify it.
113
114configure.sub
115config.guess
116missing
117install-sh
118mkinstalldirs
119   Copyright FSF, and under the GPL, these files are only used for
120   convenient configuration and are not part of the generated binary,
121   and therefore do not impose any GPL restrctions on the rest of the
122   system.  But as they are standard methods for configuration they
123   are included.
124
125palm/include/peal.h
126palm/include/pealstub.h
127palm/arm_flite/pealstub.c
128palm/m68k_flite/peal.c
129
130/**********
131 * Copyright (c) 2004 Greg Parker.  All rights reserved.
132 *
133 * Redistribution and use in source and binary forms, with or without
134 * modification, are permitted provided that the following conditions
135 * are met:
136 * 1. Redistributions of source code must retain the above copyright
137 *    notice, this list of conditions and the following disclaimer.
138 * 2. Redistributions in binary form must reproduce the above copyright
139 *    notice, this list of conditions and the following disclaimer in the
140 *    documentation and/or other materials provided with the distribution.
141 *
142 * THIS SOFTWARE IS PROVIDED BY GREG PARKER ``AS IS'' AND ANY EXPRESS OR
143 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
144 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
145 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
146 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
147 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
148 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
149 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
150 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
151 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
152 **********/
153
154The whole Sun Microsystems math library was ported to Palm
155for this but its not actually needed, though the include file is
156to allow bits of the system to compile that currently linked in
157to the system, so we just have the include file here
158
159palm/include/fdlibm.h
160
161 * ====================================================
162 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
163 *
164 * Developed at SunSoft, a Sun Microsystems, Inc. business.
165 * Permission to use, copy, modify, and distribute this
166 * software is freely granted, provided that this notice
167 * is preserved.
168 * ====================================================
169
170
171
172
Note: See TracBrowser for help on using the browser.