|
| 1 | +ConEmu-Maximus5 - Handy Windows terminal |
| 2 | +Copyright (c) 2006-2008, Zoin < [email protected]> |
| 3 | +Copyright (c) 2009-2020, Maksim Moisiuk < [email protected]> |
| 4 | + |
| 5 | +Redistribution and use in source and binary forms, with or without |
| 6 | +modification, are permitted provided that the following conditions |
| 7 | +are met: |
| 8 | +1. Redistributions of source code must retain the above copyright |
| 9 | + notice, this list of conditions and the following disclaimer. |
| 10 | +2. Redistributions in binary form must reproduce the above copyright |
| 11 | + notice, this list of conditions and the following disclaimer in the |
| 12 | + documentation and/or other materials provided with the distribution. |
| 13 | +3. The name of the authors may not be used to endorse or promote products |
| 14 | + derived from this software without specific prior written permission. |
| 15 | + |
| 16 | +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR |
| 17 | +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 18 | +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 19 | +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 20 | +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 21 | +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 22 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 23 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 24 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 25 | +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 26 | + |
| 27 | +------------------------------------------------------------------------------- |
| 28 | +MinHook - The Minimalistic API Hooking Library for x64/x86 |
| 29 | +Copyright (C) 2009-2015 Tsuda Kageyu. |
| 30 | +All rights reserved. |
| 31 | + |
| 32 | +Redistribution and use in source and binary forms, with or without |
| 33 | +modification, are permitted provided that the following conditions |
| 34 | +are met: |
| 35 | + |
| 36 | + 1. Redistributions of source code must retain the above copyright |
| 37 | + notice, this list of conditions and the following disclaimer. |
| 38 | + 2. Redistributions in binary form must reproduce the above copyright |
| 39 | + notice, this list of conditions and the following disclaimer in the |
| 40 | + documentation and/or other materials provided with the distribution. |
| 41 | + |
| 42 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 43 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 44 | +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 45 | +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER |
| 46 | +OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 47 | +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 48 | +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 49 | +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 50 | +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 51 | +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 52 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 53 | + |
| 54 | +------------------------------------------------------------------------------- |
| 55 | +Hacker Disassembler Engine 32 C |
| 56 | +Copyright (c) 2008-2009, Vyacheslav Patkov. |
| 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 |
| 61 | +are 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 BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 70 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 71 | +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 72 | +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR |
| 73 | +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 74 | +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 75 | +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 76 | +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 77 | +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 78 | +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 79 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 80 | + |
| 81 | +------------------------------------------------------------------------------- |
| 82 | +Hacker Disassembler Engine 64 C |
| 83 | +Copyright (c) 2008-2009, Vyacheslav Patkov. |
| 84 | +All rights reserved. |
| 85 | + |
| 86 | +Redistribution and use in source and binary forms, with or without |
| 87 | +modification, are permitted provided that the following conditions |
| 88 | +are met: |
| 89 | + |
| 90 | + 1. Redistributions of source code must retain the above copyright |
| 91 | + notice, this list of conditions and the following disclaimer. |
| 92 | + 2. Redistributions in binary form must reproduce the above copyright |
| 93 | + notice, this list of conditions and the following disclaimer in the |
| 94 | + documentation and/or other materials provided with the distribution. |
| 95 | + |
| 96 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 97 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 98 | +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 99 | +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR |
| 100 | +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 101 | +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 102 | +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| 103 | +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| 104 | +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 105 | +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 106 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 107 | + |
| 108 | +------------------------------------------------------------------------------- |
| 109 | +json-parser |
| 110 | +Copyright (C) 2012, 2013 James McLaughlin et al. All rights reserved. |
| 111 | + |
| 112 | +Redistribution and use in source and binary forms, with or without |
| 113 | +modification, are permitted provided that the following conditions |
| 114 | +are met: |
| 115 | + |
| 116 | +1. Redistributions of source code must retain the above copyright |
| 117 | + notice, this list of conditions and the following disclaimer. |
| 118 | + |
| 119 | +2. Redistributions in binary form must reproduce the above copyright |
| 120 | + notice, this list of conditions and the following disclaimer in the |
| 121 | + documentation and/or other materials provided with the distribution. |
| 122 | + |
| 123 | +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
| 124 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 125 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 126 | +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 127 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 128 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 129 | +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 130 | +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 131 | +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 132 | +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 133 | +SUCH DAMAGE. |
0 commit comments