|
199 | 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
200 | 200 | See the License for the specific language governing permissions and |
201 | 201 | limitations under the License. |
| 202 | + |
| 203 | +-------------------------------------------------------------------------------- |
| 204 | + |
| 205 | +The file src/iceberg/expected.h contains code adapted from |
| 206 | + |
| 207 | +https://github.com/zeus-cpp/expected |
| 208 | + |
| 209 | +with the following license (MIT) |
| 210 | + |
| 211 | +Copyright (c) 2024 zeus-cpp |
| 212 | + |
| 213 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 214 | +of this software and associated documentation files (the "Software"), to deal |
| 215 | +in the Software without restriction, including without limitation the rights |
| 216 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 217 | +copies of the Software, and to permit persons to whom the Software is |
| 218 | +furnished to do so, subject to the following conditions: |
| 219 | + |
| 220 | +The above copyright notice and this permission notice shall be included in all |
| 221 | +copies or substantial portions of the Software. |
| 222 | + |
| 223 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 224 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 225 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 226 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 227 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 228 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 229 | +SOFTWARE. |
0 commit comments