diff options
Diffstat (limited to 'lib/cpluff/COPYRIGHT.txt')
-rw-r--r-- | lib/cpluff/COPYRIGHT.txt | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/lib/cpluff/COPYRIGHT.txt b/lib/cpluff/COPYRIGHT.txt deleted file mode 100644 index f9cf4c959b..0000000000 --- a/lib/cpluff/COPYRIGHT.txt +++ /dev/null @@ -1,65 +0,0 @@ -C-PLUFF COPYRIGHT INFORMATION -============================= - -This is C-Pluff, a plug-in framework for C programs. -C-Pluff author is Johannes Lehtinen <johannes.lehtinen@iki.fi>. -Except where otherwise noted in the source code the C-Pluff source -code is licensed under the C-Pluff license included below (also known -as the MIT license, an OSI approved open source license). - -C-Pluff uses data structure implementations from Kazlib library. -Kazlib author is Kaz Kylheku. In C-Pluff source code distribution the -files derived from Kazlib are contained in kazlib subdirectory. These -files are licensed under the Kazlib license included below. Kazlib was -obtained from http://users.footprints.net/~kaz/kazlib.html. - -Please notice that the resulting binaries are linked with libraries that -may impose additional licensing conditions for the binaries. Specifically, -the C-Pluff Console binary, cpluff-console, may be linked with the GNU -Readline Library meaning that you have to comply with the conditions of -the GNU General Public License when distributing it in binary form. - - -C-Pluff copyright and license ------------------------------ - -C-Pluff, a plug-in framework for C -Copyright 2007 Johannes Lehtinen - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -KazLib copyright and license ----------------------------- - -Hash Table Data Type -List Abstract Data Type -Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net> - -Free Software License: - -All rights are reserved by the author, with the following exceptions: -Permission is granted to freely reproduce and distribute this software, -possibly in exchange for a fee, provided that this copyright notice appears -intact. Permission is also granted to adapt this software to produce -derivative works, as long as the modified versions carry this copyright -notice and additional notices stating that the work has been modified. -This source code may be translated into executable form and incorporated -into proprietary software; there is no requirement for such software to -contain a copyright notice related to this source. |