iotivity 0.9.0
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / COPYRIGHT.txt
1 C-PLUFF COPYRIGHT INFORMATION
2 =============================
3
4 This is C-Pluff, a plug-in framework for C programs.
5 C-Pluff author is Johannes Lehtinen <johannes.lehtinen@iki.fi>.
6 Except where otherwise noted in the source code the C-Pluff source
7 code is licensed under the C-Pluff license included below (also known
8 as the MIT license, an OSI approved open source license).
9
10 C-Pluff uses data structure implementations from Kazlib library.
11 Kazlib author is Kaz Kylheku. In C-Pluff source code distribution the
12 files derived from Kazlib are contained in kazlib subdirectory. These
13 files are licensed under the Kazlib license included below. Kazlib was
14 obtained from http://users.footprints.net/~kaz/kazlib.html.
15
16 Please notice that the resulting binaries are linked with libraries that
17 may impose additional licensing conditions for the binaries. Specifically,
18 the C-Pluff Console binary, cpluff-console, may be linked with the GNU
19 Readline Library meaning that you have to comply with the conditions of
20 the GNU General Public License when distributing it in binary form.
21
22
23 C-Pluff copyright and license
24 -----------------------------
25
26 C-Pluff, a plug-in framework for C
27 Copyright 2007 Johannes Lehtinen
28  
29 Permission is hereby granted, free of charge, to any person obtaining a
30 copy of this software and associated documentation files (the "Software"),
31 to deal in the Software without restriction, including without limitation
32 the rights to use, copy, modify, merge, publish, distribute, sublicense,
33 and/or sell copies of the Software, and to permit persons to whom the
34 Software is furnished to do so, subject to the following conditions:
35
36 The above copyright notice and this permission notice shall be included
37 in all copies or substantial portions of the Software.
38
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
40 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
42 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
43 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
44 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
45 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
47
48 KazLib copyright and license
49 ----------------------------
50
51 Hash Table Data Type
52 List Abstract Data Type
53 Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
54
55 Free Software License:
56
57 All rights are reserved by the author, with the following exceptions:
58 Permission is granted to freely reproduce and distribute this software,
59 possibly in exchange for a fee, provided that this copyright notice appears
60 intact. Permission is also granted to adapt this software to produce
61 derivative works, as long as the modified versions carry this copyright
62 notice and additional notices stating that the work has been modified.
63 This source code may be translated into executable form and incorporated
64 into proprietary software; there is no requirement for such software to
65 contain a copyright notice related to this source.