github.com/0xsequence/ethkit@v1.25.0/LICENSE (about) 1 Summary 2 3 * All ethkit source is licensed under the MIT license, enclosed below 4 5 * All vendored+modified ./go-ethereum source is licensed under the original 6 LGPLv3 license, enclosed below 7 8 * All vendored source from go.mod dependencies is licensed under their respective 9 licenses enclosed in ./vendor 10 11 12 ---------------------------------------------------------------------------------- 13 14 15 ** License for ethkit follows: 16 17 Copyright (c) 2018-present Horizon Blockchain Games Inc. 18 19 MIT License 20 21 Permission is hereby granted, free of charge, to any person obtaining a copy of 22 this software and associated documentation files (the "Software"), to deal in 23 the Software without restriction, including without limitation the rights to 24 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 25 the Software, and to permit persons to whom the Software is furnished to do so, 26 subject to the following conditions: 27 28 The above copyright notice and this permission notice shall be included in all 29 copies or substantial portions of the Software. 30 31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 33 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 34 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 35 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 36 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37 38 39 -------------------------------------------------------------------------------- 40 41 42 ** License for go-ethereum follows: 43 44 GNU LESSER GENERAL PUBLIC LICENSE 45 Version 3, 29 June 2007 46 47 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 48 Everyone is permitted to copy and distribute verbatim copies 49 of this license document, but changing it is not allowed. 50 51 52 This version of the GNU Lesser General Public License incorporates 53 the terms and conditions of version 3 of the GNU General Public 54 License, supplemented by the additional permissions listed below. 55 56 0. Additional Definitions. 57 58 As used herein, "this License" refers to version 3 of the GNU Lesser 59 General Public License, and the "GNU GPL" refers to version 3 of the GNU 60 General Public License. 61 62 "The Library" refers to a covered work governed by this License, 63 other than an Application or a Combined Work as defined below. 64 65 An "Application" is any work that makes use of an interface provided 66 by the Library, but which is not otherwise based on the Library. 67 Defining a subclass of a class defined by the Library is deemed a mode 68 of using an interface provided by the Library. 69 70 A "Combined Work" is a work produced by combining or linking an 71 Application with the Library. The particular version of the Library 72 with which the Combined Work was made is also called the "Linked 73 Version". 74 75 The "Minimal Corresponding Source" for a Combined Work means the 76 Corresponding Source for the Combined Work, excluding any source code 77 for portions of the Combined Work that, considered in isolation, are 78 based on the Application, and not on the Linked Version. 79 80 The "Corresponding Application Code" for a Combined Work means the 81 object code and/or source code for the Application, including any data 82 and utility programs needed for reproducing the Combined Work from the 83 Application, but excluding the System Libraries of the Combined Work. 84 85 1. Exception to Section 3 of the GNU GPL. 86 87 You may convey a covered work under sections 3 and 4 of this License 88 without being bound by section 3 of the GNU GPL. 89 90 2. Conveying Modified Versions. 91 92 If you modify a copy of the Library, and, in your modifications, a 93 facility refers to a function or data to be supplied by an Application 94 that uses the facility (other than as an argument passed when the 95 facility is invoked), then you may convey a copy of the modified 96 version: 97 98 a) under this License, provided that you make a good faith effort to 99 ensure that, in the event an Application does not supply the 100 function or data, the facility still operates, and performs 101 whatever part of its purpose remains meaningful, or 102 103 b) under the GNU GPL, with none of the additional permissions of 104 this License applicable to that copy. 105 106 3. Object Code Incorporating Material from Library Header Files. 107 108 The object code form of an Application may incorporate material from 109 a header file that is part of the Library. You may convey such object 110 code under terms of your choice, provided that, if the incorporated 111 material is not limited to numerical parameters, data structure 112 layouts and accessors, or small macros, inline functions and templates 113 (ten or fewer lines in length), you do both of the following: 114 115 a) Give prominent notice with each copy of the object code that the 116 Library is used in it and that the Library and its use are 117 covered by this License. 118 119 b) Accompany the object code with a copy of the GNU GPL and this license 120 document. 121 122 4. Combined Works. 123 124 You may convey a Combined Work under terms of your choice that, 125 taken together, effectively do not restrict modification of the 126 portions of the Library contained in the Combined Work and reverse 127 engineering for debugging such modifications, if you also do each of 128 the following: 129 130 a) Give prominent notice with each copy of the Combined Work that 131 the Library is used in it and that the Library and its use are 132 covered by this License. 133 134 b) Accompany the Combined Work with a copy of the GNU GPL and this license 135 document. 136 137 c) For a Combined Work that displays copyright notices during 138 execution, include the copyright notice for the Library among 139 these notices, as well as a reference directing the user to the 140 copies of the GNU GPL and this license document. 141 142 d) Do one of the following: 143 144 0) Convey the Minimal Corresponding Source under the terms of this 145 License, and the Corresponding Application Code in a form 146 suitable for, and under terms that permit, the user to 147 recombine or relink the Application with a modified version of 148 the Linked Version to produce a modified Combined Work, in the 149 manner specified by section 6 of the GNU GPL for conveying 150 Corresponding Source. 151 152 1) Use a suitable shared library mechanism for linking with the 153 Library. A suitable mechanism is one that (a) uses at run time 154 a copy of the Library already present on the user's computer 155 system, and (b) will operate properly with a modified version 156 of the Library that is interface-compatible with the Linked 157 Version. 158 159 e) Provide Installation Information, but only if you would otherwise 160 be required to provide such information under section 6 of the 161 GNU GPL, and only to the extent that such information is 162 necessary to install and execute a modified version of the 163 Combined Work produced by recombining or relinking the 164 Application with a modified version of the Linked Version. (If 165 you use option 4d0, the Installation Information must accompany 166 the Minimal Corresponding Source and Corresponding Application 167 Code. If you use option 4d1, you must provide the Installation 168 Information in the manner specified by section 6 of the GNU GPL 169 for conveying Corresponding Source.) 170 171 5. Combined Libraries. 172 173 You may place library facilities that are a work based on the 174 Library side by side in a single library together with other library 175 facilities that are not Applications and are not covered by this 176 License, and convey such a combined library under terms of your 177 choice, if you do both of the following: 178 179 a) Accompany the combined library with a copy of the same work based 180 on the Library, uncombined with any other library facilities, 181 conveyed under the terms of this License. 182 183 b) Give prominent notice with the combined library that part of it 184 is a work based on the Library, and explaining where to find the 185 accompanying uncombined form of the same work. 186 187 6. Revised Versions of the GNU Lesser General Public License. 188 189 The Free Software Foundation may publish revised and/or new versions 190 of the GNU Lesser General Public License from time to time. Such new 191 versions will be similar in spirit to the present version, but may 192 differ in detail to address new problems or concerns. 193 194 Each version is given a distinguishing version number. If the 195 Library as you received it specifies that a certain numbered version 196 of the GNU Lesser General Public License "or any later version" 197 applies to it, you have the option of following the terms and 198 conditions either of that published version or of any later version 199 published by the Free Software Foundation. If the Library as you 200 received it does not specify a version number of the GNU Lesser 201 General Public License, you may choose any version of the GNU Lesser 202 General Public License ever published by the Free Software Foundation. 203 204 If the Library as you received it specifies that a proxy can decide 205 whether future versions of the GNU Lesser General Public License shall 206 apply, that proxy's public statement of acceptance of any version is 207 permanent authorization for you to choose that version for the 208 Library.