1main copyright:
2
3/* ====================================================================
4 * Copyright (c) 1999-2011 Carnegie Mellon University.  All rights
5 * reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 *
11 * 1. Redistributions of source code must retain the above copyright
12 *    notice, this list of conditions and the following disclaimer.
13 *
14 * 2. Redistributions in binary form must reproduce the above copyright
15 *    notice, this list of conditions and the following disclaimer in
16 *    the documentation and/or other materials provided with the
17 *    distribution.
18 *
19 * This work was supported in part by funding from the Defense Advanced
20 * Research Projects Agency and the National Science Foundation of the
21 * United States of America, and the CMU Sphinx Speech Consortium.
22 *
23 * THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY ``AS IS'' AND
24 * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
25 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY
27 * NOR ITS EMPLOYEES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 *
35 * ====================================================================
36 *
37 */
38
39dtoa.c:
40/****************************************************************
41 *
42 * The author of this software is David M. Gay.
43 *
44 * Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
45 *
46 * Permission to use, copy, modify, and distribute this software for any
47 * purpose without fee is hereby granted, provided that this entire notice
48 * is included in all copies of any software which is or includes a copy
49 * or modification of this software and in all copies of the supporting
50 * documentation for such software.
51 *
52 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
53 * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
54 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
55 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
56 *
57 ***************************************************************/
58
59utf8.c:
60
61/**************************************************************
62 *
63 * Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
64 *
65 * Permission is hereby granted, free of charge, to any person obtaining
66 * a copy of this software and associated documentation files (the
67 * "Software"), to deal in the Software without restriction, including
68 * without limitation the rights to use, copy, modify, merge, publish,
69 * distribute, sublicense, and/or sell copies of the Software, and to
70 * permit persons to whom the Software is furnished to do so, subject to
71 * the following conditions:
72 *
73 * The above copyright notice and this permission notice shall be
74 * included in all copies or substantial portions of the Software.
75 *
76 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
77 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
79 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
80 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
81 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
82 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
83 *
84 ***************************************************************/
85