This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new eb0e4ed81b GH-47964: [Docs] Add dcleblanc/SafeInt to the LICENSE.txt
file (#47965)
eb0e4ed81b is described below
commit eb0e4ed81b29493dd3278fa618573e2a061ad6d0
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Oct 28 09:33:20 2025 +0100
GH-47964: [Docs] Add dcleblanc/SafeInt to the LICENSE.txt file (#47965)
### Rationale for this change
On:
- https://github.com/apache/arrow/issues/47926
We decided to vendor some files from https://github.com/dcleblanc/SafeInt
We should update the License accordingly.
### What changes are included in this PR?
Add the License section
### Are these changes tested?
No
### Are there any user-facing changes?
No
* GitHub Issue: #47964
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
LICENSE.txt | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/LICENSE.txt b/LICENSE.txt
index 2c90f0313d..f61780e2d6 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -2323,3 +2323,33 @@ 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.
+
+--------------------------------------------------------------------------------
+
+The files in cpp/src/arrow/vendored/safeint/ contain code from
+
+https://github.com/dcleblanc/SafeInt
+
+and are made available under the MIT license.
+
+MIT License
+
+Copyright (c) 2018 Microsoft
+
+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.