wgtmac commented on code in PR #243:
URL: https://github.com/apache/iceberg-cpp/pull/243#discussion_r2374447952


##########
LICENSE:
##########
@@ -202,117 +202,63 @@
 
 
--------------------------------------------------------------------------------
 
-3rdparty dependency nlohmann-json is statically linked in certain binary
-distributions. nlohmann-json has the following license:
+This product includes code from smhasher.
 
-MIT License
+* src/iceberg/murmur3_internal.h and src/iceberg/murmur3_internal.cc are 
adapted from MurmurHash3.
 
-Copyright (c) 2013-2022 Niels Lohmann
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+Copyright: Austin Appleby (placed in the public domain).
+Home page: https://github.com/aappleby/smhasher
+License: Public Domain
 
 
--------------------------------------------------------------------------------
 
-The file src/iceberg/murmur3_internal.h contains code adapted from
-
-https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.h
+This product bundles nlohmann-json.
 
-The file src/iceberg/murmur3_internal.cc contains code adapted from
+* JSON serialization/deserialization functionality in 
src/iceberg/json_internal.h and src/iceberg/json_internal.cc.
+* Used throughout the codebase for Iceberg table metadata processing.
 
-https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
-
-MurmurHash3 was written by Austin Appleby, and is placed in the public
-domain. The author disclaims copyright to this source code.
+Copyright: 2013-2022 Niels Lohmann.
+Home page: https://github.com/nlohmann/json
+License: https://mit-license.org/
 
 
--------------------------------------------------------------------------------
 
-The file src/iceberg/util/checked_cast.h contains code adapted from
-
-https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/checked_cast.h
-
-The file src/iceberg/util/visit_type.h contains code adapted from
-
-https://github.com/apache/arrow/blob/main/cpp/src/arrow/visit_type_inline.h
+This product includes code from Apache Arrow.
 
-The file src/iceberg/util/decimal.h contains code adapted from
-
-https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.h
-
-The file src/iceberg/util/decimal.cc contains code adapted from
-
-https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/decimal.cc
+* checked_cast utility in src/iceberg/util/checked_cast.h.
+* visit_type utility in src/iceberg/util/visit_type.h.
+* Decimal128 implementation details in src/iceberg/util/decimal files.
 
 Copyright: 2016-2025 The Apache Software Foundation.
 Home page: https://arrow.apache.org/
 License: https://www.apache.org/licenses/LICENSE-2.0
 
 
--------------------------------------------------------------------------------
 
-3rdparty dependency spdlog is statically linked in certain binary
-distributions. spdlog has the following license:
-
-MIT License
+This product bundles spdlog.
 
-Copyright (c) 2016 Gabi Melman
+* Used for structured logging functionality.
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+Copyright: 2016 Gabi Melman.
+Home page: https://github.com/gabime/spdlog
+License: https://mit-license.org/
 
 
--------------------------------------------------------------------------------
 
-3rdparty dependency zlib is used by certain binary distributions. zlib has
-the following license:
+This product bundles zlib.

Review Comment:
   For now, we only use the system installed zlib via CMake find_package.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to