|
| 1 | += Authors = |
| 2 | + |
| 3 | +This software was written by: |
| 4 | + David Herrmann <dh.herrmann@gmail.com> |
| 5 | + Ran Benita <ran234@gmail.com> |
| 6 | + |
| 7 | += Copyright Notice = |
| 8 | + |
| 9 | +This software is licensed under the terms of the MIT license. Please see each |
| 10 | +source file for the related copyright notice and license. |
| 11 | + |
| 12 | +If a file does not contain a copright notice, the following license shall |
| 13 | +apply: |
| 14 | + |
| 15 | + Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com> |
| 16 | + |
| 17 | + Permission is hereby granted, free of charge, to any person obtaining |
| 18 | + a copy of this software and associated documentation files |
| 19 | + (the "Software"), to deal in the Software without restriction, including |
| 20 | + without limitation the rights to use, copy, modify, merge, publish, |
| 21 | + distribute, sublicense, and/or sell copies of the Software, and to |
| 22 | + permit persons to whom the Software is furnished to do so, subject to |
| 23 | + the following conditions: |
| 24 | + |
| 25 | + The above copyright notice and this permission notice shall be included |
| 26 | + in all copies or substantial portions of the Software. |
| 27 | + |
| 28 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 29 | + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 30 | + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 31 | + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 32 | + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 33 | + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 34 | + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 35 | + |
| 36 | +== Third-Party Source == |
| 37 | + |
| 38 | +The hash-table implementation in external/htable.* is copied from ccan and |
| 39 | +licensed under the conditions of the LGPL-2.1 or later as published by the FSF: |
| 40 | + |
| 41 | + Author: Rusty Russel <rusty@rustcorp.com.au> |
| 42 | + |
| 43 | +The wcwidth() implementation in ./external/wcwidth.c is from: |
| 44 | + |
| 45 | + Markus Kuhn -- 2007-05-26 (Unicode 5.0) |
| 46 | + |
| 47 | + Permission to use, copy, modify, and distribute this software |
| 48 | + for any purpose and without fee is hereby granted. The author |
| 49 | + disclaims all warranties with regard to this software. |
| 50 | + |
| 51 | + Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c |
| 52 | + |
| 53 | +UCS-4 to UTF-8 encoding is copied from "terminology": |
| 54 | + |
| 55 | + Copyright (C) 2012-2012 Carsten Haitzler and various contributors |
| 56 | + |
| 57 | + All rights reserved. |
| 58 | + |
| 59 | + Redistribution and use in source and binary forms, with or without |
| 60 | + modification, are permitted provided that the following conditions are |
| 61 | + met: |
| 62 | + |
| 63 | + 1. Redistributions of source code must retain the above copyright |
| 64 | + notice, this list of conditions and the following disclaimer. |
| 65 | + 2. Redistributions in binary form must reproduce the above copyright |
| 66 | + notice, this list of conditions and the following disclaimer in the |
| 67 | + documentation and/or other materials provided with the distribution. |
| 68 | + |
| 69 | + THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 70 | + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
| 71 | + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 72 | + THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 73 | + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 74 | + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
| 75 | + USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 76 | + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 77 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 78 | + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 79 | + |
| 80 | +The "solarized" color palettes in tsm_vte.c are from: |
| 81 | + |
| 82 | + Copyright (c) 2011 Ethan Schoonover |
| 83 | + |
| 84 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 85 | + of this software and associated documentation files (the "Software"), to deal |
| 86 | + in the Software without restriction, including without limitation the rights |
| 87 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 88 | + copies of the Software, and to permit persons to whom the Software is |
| 89 | + furnished to do so, subject to the following conditions: |
| 90 | + |
| 91 | + The above copyright notice and this permission notice shall be included in |
| 92 | + all copies or substantial portions of the Software. |
| 93 | + |
| 94 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 95 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 96 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 97 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 98 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 99 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 100 | + THE SOFTWARE. |
0 commit comments