@@ -250,6 +250,69 @@ The file src/iceberg/util/visit_type.h contains code adapted from
250250
251251https://github.com/apache/arrow/blob/main/cpp/src/arrow/visit_type_inline.h
252252
253+ The file src/iceberg/util/decimal.h contains code adapted from
254+
255+ https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.h
256+
257+ The file src/iceberg/util/decimal.cc contains code adapted from
258+
259+ https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.cc
260+
253261Copyright: 2016-2025 The Apache Software Foundation.
254262Home page: https://arrow.apache.org/
255263License: https://www.apache.org/licenses/LICENSE-2.0
264+
265+ --------------------------------------------------------------------------------
266+
267+ 3rdparty dependency spdlog is statically linked in certain binary
268+ distributions. spdlog has the following license:
269+
270+ MIT License
271+
272+ Copyright (c) 2016 Gabi Melman
273+
274+ Permission is hereby granted, free of charge, to any person obtaining a copy
275+ of this software and associated documentation files (the "Software"), to deal
276+ in the Software without restriction, including without limitation the rights
277+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
278+ copies of the Software, and to permit persons to whom the Software is
279+ furnished to do so, subject to the following conditions:
280+
281+ The above copyright notice and this permission notice shall be included in all
282+ copies or substantial portions of the Software.
283+
284+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
285+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
286+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
287+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
288+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
289+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
290+ SOFTWARE.
291+
292+ --------------------------------------------------------------------------------
293+
294+ 3rdparty dependency zlib is used by certain binary distributions. zlib has
295+ the following license:
296+
297+ zlib License
298+
299+ Copyright (c) 1995-2024 Jean-loup Gailly and Mark Adler
300+
301+ This software is provided 'as-is', without any express or implied
302+ warranty. In no event will the authors be held liable for any damages
303+ arising from the use of this software.
304+
305+ Permission is granted to anyone to use this software for any purpose,
306+ including commercial applications, and to alter it and redistribute it
307+ freely, subject to the following restrictions:
308+
309+ 1. The origin of this software must not be misrepresented; you must not
310+ claim that you wrote the original software. If you use this software
311+ in a product, an acknowledgment in the product documentation would be
312+ appreciated but is not required.
313+ 2. Altered source versions must be plainly marked as such, and must not be
314+ misrepresented as being the original software.
315+ 3. This notice may not be removed or altered from any source distribution.
316+
317+ Jean-loup Gailly Mark Adler
318+
0 commit comments